[RESOLVED] how to check if one of more textboxes is equal to others
Hi suppose I have 40 Text boxes OR 40 Dtpickers and Command Control Button I need to check all 40 text boxes if any one is equal to other or not Code: Private Sub Command1_Click() ' Here I need the...
View ArticleWhat 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 Article[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 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 ArticleWinsock client state stuck at 6!
Hi guys, I created a winsock client and server. Both of them are running on the same machine. When the client connects to the server, it always stays at connecting. While the server accepts the...
View ArticleClear textbox issue
Good morning, I have a few textboxes that the user places dates into. These boxes have a lostfocus sub to convert whats entered into a date. Code: Private Sub txtDueDate_LostFocus() If...
View Articlehow to update combo from the textbox ??
Hi, anyone know how to update on runtime the combobox from textbox? i write this code work fine only after exit the program and re-open again then will update the data from textbox. database: MS Access...
View ArticleSearch database for specific words many times
Hi guys. I've searched in here but nothing useful shows. I've made a few database apps over the years using DAO. I know its old but it works perfectly for the thousands of users that have my app. It...
View Article