[RESOLVED] Using HWND
I have the hWnd of App1. How does App2 use the hWnd and send a message to make App1 hide or close.
View ArticleClipboard problem
I need to put a transparent .GIF in the Clipboard (Clipboard.SetData Image1.Picture, vbCFBitmap) but when I call it (Image2.Picture = Clipboard.GetData) it is not transparent. Anyway to do that?
View ArticlePop-up dialogue to stay in front when focus returns
Hi all Let's say I have frmMain and frmAddItem. There is a button on frmMain to show frmAddItem, using: Code: frmAddItem.Show 1, Me A previous discussion on this forum suggested this makes frmAddItem...
View Article[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 Article[RESOLVED] item 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 Article[RESOLVED] Clear 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 ArticleUpdate existing VB 6.0 program to run in China
Two existing programs need be run by users in China. One runs on WinXP Pro. The other runs on Win7 32 bit. What is it going to take to change the OS to Chinese language ? And then change the program to...
View Article