passing outer while loop recordset value in to inner loop recordset in vb6.0
Dear Sir I am getting error The object is already open that means inner recordset("rsre") is already open and again trying to open. Please help me to solve the issue Private Sub fn() 'On Error GoTo...
View Articleobject is already opened
Dear Sir how to pass outer while loop recordset in to inner while loop recordset. Suppose if rsouter and rsinner are recordsets if i use rsinner.open in inner loop I got error the object is already...
View ArticleCopy a item name clicked on in a listbox to a label caption.
Hi there everyone. I am working on a prog where a list of items are in a listcalled game list. I also have a label called GameNameLBL. I can click on the listbox items and have the index copy over into...
View ArticleDoevent & Loop VS Timer
I did a test. I created a timer, with some HARD code and a Loop event, with the same exact code The Timer was running slow, Really slow, but was not using cpu. The Loop ..... was running REALLY FAST....
View ArticleAn api to Check if a certain .EXE is open ? and a API LIST ?
Hello ! Since i started programming in vb6 this forum as been MORE than usefull....haha thanks to everybody. Ok so, 1 - Im looking for an api to Know if a certain .exe is running, i had this code but i...
View Articlequery error
Sir, XP/ Vb6/access2003 On the above platform I am trying to run a query in VB6 UPDATE monrepo AS a INNER JOIN (select rocode,sum(ms) as s_ms, sum(hsd) as s_hsd from tr_data where tr_month in ('4') and...
View ArticleRetrieve the unique ID of the Computer MotherBoard through VB6
Can anyone help me to retrieve the unique ID of the Computer MotherBoard through VB6 ?
View ArticleHelp translating a small C++ code to VB6
It's a single file project named main.cpp that I need to translate from C++ to VB6 language. It's really small but I have no idea how to do it. Any help is appreciated. PHP Code: #include...
View Articlehow to do this
how to do this from winsock to inet1 post Quote: Private Sub Winsock2_Connect() On Error Resume Next Dim packet As String, login As String, login2 As String Dim packet2 As String login = Text2.Text...
View Articlewinsock dataarrival help urgent please!!!!!
in winsock data arrival i need to grab the image and put in picture 1 please this is the data Quote: Private Sub Winsock3_DataArrival(ByVal bytesTotal As Long) Dim data As String Dim i As Integer Dim...
View ArticleHelp to output SQL query to CSV, with a twist!
Hi guys, right now I am writing data to a csv file. Once I write the file, I send it via ftp to a non windows based device for parsing. The catch is that the only way I am able to parse the file on...
View ArticleVB Keeps Loosing the Bluetooth Port
I am trying to replace a serial cable with a bluetooth "connection". I am only sending characters from the desktop to a device. I and running XP and VB5.0. I can get it to work sometimes but things...
View Article[RESOLVED] VB6 - Search an excel file for a string
I need some help figuring out how to use VB6 to search an Excel spreadsheet for a string, and then determining what Cell that string resides in. I want to use a textbox to specify the string to search...
View Articlevb6 inet1 help please please
am trying to login my yahoo id with inet getting error Code: Private Sub Command1_Click() Inet1.RemoteHost = "login.yahoo.com" Dim strPacket As String, strPostString As String...
View Articleneed help for make a aol cracker
hi all i need example for aol winsock cracker please help
View Article[RESOLVED] VB6 - Problems setting the heights of controls
Hi I need to set the height of these two controls Dir1 and Filelist with the same height but I cant I also tried via code, at runtime but it still doesnt work...what can I do ? See the video to...
View Articleexe to vbp
Is there any way or decompiler to get back the code and forms from exe file of a vb application?
View ArticleRuntime error 462
I have a list with form numbers in a database. When I press the Print button (which i created in the application) on a selected form number it transfers the data from Access into a Word template and...
View ArticleVB6.0 HELp ADO error
guys good day im a newbie here and im not that good in VB6 and im not that good in english so sorry for my bad grammar, , i have a problem in my system i dont know what is wrong in my codings. so...
View Article