need help on multi thread pinger
I dont know what to term it so I just titled it multi thread. Actually I have made this list of site or ip address on a listbox and I was able to ping them one by one through a loop. But this is not...
View Article[RESOLVED] Member Variables Declared Without DataTypes
Can anyone explain what declaring a member variable without a DataType does and if there is any benefits in doing this? I've always been told that all variables should be declared with their datatypes...
View Article[RESOLVED] Transfer listview items to another listview via ItemClick
Can anyone share a code to transfer listview1 items to listview2 via ItemClick event on listview1? Thanks a lot!
View ArticleWeird Button Array Problem
Very strange. I have Command1(0) and Command1(1) Both buttons have exactly the same properties except for the Index and Caption. These buttons are on an application I wrote some time back and it worked...
View ArticleDB networking
How can I access the server's database (MS access file) with the use of winsock and ADO? Currently I'm using network drive mapping and pointing to that mapped drive as the path to my database. I would...
View Article[RESOLVED] about checking IP
I am looking for code to show the details of the IP address like whatismyipaddress is showing, the isp, connection, service, organization, city, region, country, if the connection is using...
View ArticleVB6 that calls AutoCAD
hello, I have the attached visual basic code. I cannot find where it calls autocad. The fact is that it calls only autocad 2004 and I need it to call instead autocad 2010. Any help or tip pls? thanks...
View Articlesearch in listbox with respect to the text entered in textbox.
How to search listbox items with text entered in textbox
View Article[RESOLVED] VB6 that calls AutoCAD
hello, I have the attached visual basic code. I cannot find where it calls autocad. The fact is that it calls only autocad 2004 and I need it to call instead autocad 2010. Any help or tip pls? thanks...
View ArticleHexadecimal to Decimal
Hi guys. I have a little problem converting Hexadecimal Values to Decimal values. Coming from Javascript i had the function: alert(parseInt("4dc0099df16a60a2cfe6cd65d4428794", 16)); Result:...
View Article[RESOLVED] 15 minutes diffrens in 2 combobox
i have 2 comboboxes now is there a way to make them not show the same hour? e.x cmbstart 8:15 cmbend 8:30 if i pick 8:15 in cmbstart the cmbend needs to be 8:30 if i pick cmbend 8:30 then cmbtart is...
View ArticleLoop to detect when battery power status changes?
I want to detect when the battery power status of a PC (ex.: a laptop) changes. I am using GetSystemPowerStatus API to get battery life percentage. What I want to do is to detect if the battery life...
View Articlesome brain teasers for you VB masters!!!
hi i am a 7 grade student and at the moment am working for my school fundraising program to help the needy in our neighborhood what i will be selling is PRINTED COASTERS, the idea is people connecting...
View ArticleFinding the number of open windows with the same title.
Hi, I use this to ascertain if a window (titled C:\curl.exe) is open. FindWindow(vbNullString, "C:\curl.exe") If there are multiple windows with the same title (it happens with curl), is there a way to...
View Articleneed help (vb6 + mysql)
database connection Set cn = New ADODB.CONNECTION Set cn = New ADODB.CONNECTION cn.ConnectionString = "DRIVER={MySQL ODBC 3.51 Driver};" _ & "SERVER=192.168.1.229;" _ &...
View Article[RESOLVED] Problem with UDT
Hi, I have got a little problem with UDT. At the beginning I've to say i dont get any errors, its just not working the way it should. The Main idea is, i want to save a UDT in another UDT and this in...
View ArticleVb6 service pack SP6 not installing successfully
In a computer, VB6 application is running without any hindrance. Also Visual Studio 6.0 is appearing in the start menu of the desktop. But I'm not finding the same in Settings-control panel-Add/Remove...
View ArticleAuto response only for list of people
Hi All, I hear very good abt VBForumns. Hope someone can help me on this. I have tryed lot of ways to find VBA code for auto response for list of people/recipients. Can anyone help me on this? Thanks,...
View ArticlePrinting problems with dot matrix printer
I use the printer object to print from my program. My program works fine on all printers except a dot matrix printer (Epson LX 300 +II). Sometimes (but not always) the printer uses the wrong line...
View Articlemobile drive testing
Hello to all, I'm going to propose my matter in this forum; I'd like to realize with VB6 (or mixed languages C,C++,C#,Python,Java) an RF mobile drive test, in other words with an cell phone I would...
View Article