[RESOLVED] cant search with the same name letters in the listview
something strange happens when im trying to search the listview if i have a word that is phone then i cant type those words in the listview p h o n e dosnt let me search the correct word i checked the...
View ArticlePlease Help Finding All Database servers in a local network
I searched the internet and found the following code: Code: Dim ss As SQLDMO.Application   Dim nm As NameList   Set ss = SQLDMO.Application   Set nm = ss.ListAvailableSQLServers   For lc = 1 To...
View ArticleNeed help (Payment Scheduling)
Need help about payment scheduling? for example, Payment Starts on : 01/15/2013 (Date Picker) Payment type is : Semi monthly (2 Cutoffs in 1 month) Payment terms is : 6 (equivalent is 3 months) the...
View Article[RESOLVED] SOAP Toolkit 3.0 in italiano.
Ciao a tutti, ho scaricato la versione 3.0 del SOAP Toolkit 3.0 in inglese, ma installandoli mi dice che non lo può fare perché il programma da aggiornare non è installato nel sistema. In realtà io ho...
View Article[RESOLVED] What is Excepinfo and how to use it
Hi, What is Excepinfo and how do I use it? Example vb Code: Dim ex as EXCEPINFO Thanks, Nightwalker
View ArticleLooking for Installshield Express version 3.x
Hi All, Has anyone got a link to InstallShield Express from version 3 to 3.5x? I need this old version to open a few old files and to create an MSI file. Any help would be more appreciated. Thanks in...
View ArticleSetting an Object to a Form
Is there anyway an Object can be set to a Form without specifying the Form name
View ArticleForm2.......FormNN
In a single VB project that has multiple Forms where Form1 is the main Form and Form2 thru NNN are used as speciality Forms Is it possible to "release" these Forms from custody of Form1? I want to move...
View ArticleNeed the simplest way to SMOOTH scroll a rich text box. Like movie credits.
I need the code for smooth / slow scrolling of a richtextbox in vb6 Very much like movie credits. thanks in advance
View ArticleProgress bar not updating
Hi, I am using DigiRev's Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to download files and the code works. However, if I try to use the code in my own project (the exact same code and...
View ArticleERROR Procedure declaration does not match description of event or procedure...
Dear Friends, i've problems when compiling my project that using Microsoft Active-X Data Objects 2.7 Library, the error is : my Operating System is Windows 7 Professional 64-bit when i was using...
View Articleitem dosnt display with its picture
i have a inventory where i store products and a picture after i add a new product and its picture and save it i can add the same product if i order the same thing well i added 2 diffrent products with...
View ArticleRead Data from RS232
Hi I have 2 comm ports and data is coming on 2 simultaneously . Is it possible to get which data is coming from which port. Thanks
View Articlehow to calculate time in and out when i log off the system
is there a way to calculate the time in and time out to show in the table LogTotal = LogIn + LogOut this is the code : when i log in the system Code: ULog = NextID("LogID", "Logs") CN.Execute "INSERT...
View ArticleDo While... Loop Question
If I wanted to blink an image control within the following Do While... Loop portion of the code without having to pause the Do While... Loop timer, how can I code it so it works properly? Here is a...
View Article[RESOLVED] How to make an array of Forms
I see that a Form does not have an Index property like controls do so how do I make an array of Forms. In my VB project I have Form1 and Form2. Form1 is the main processing Form and Form2 is used for...
View ArticleVBS - Login script for mapping drive with Multiple NICs.
Hi, I tried your code for mapping drive with Multiple NICs, but i am getting this error. set objNetwork = CreateObject("Wscript.Network") Code: strComputer = "." Set objWMIService =...
View Article[RESOLVED] Ctrl+Backspace to Remove a Word instead of a Character?
I'm getting a garbled character as oppose to a word deletion with this hotkeys. So as you can do that on any other textboxes, can you possibly "trick" VB6 into doing this as well? Thank you.
View ArticleHelp needed to modify script so I can confirm delete before action.
Hi to all ... :-) I' a relative newbie to all of this and could really do with some help from any guru out there who would care to give me some advice. Programing is not my forte so I guess patience...
View Article