[RESOLVED] VB6 Project reorganization
I recent inherited several VB6 projects from an employee who has departed the company. In most cases all the pieces, .bas, .cls, .frm, .frx, .vbw are located in the same folder. I would like to...
View ArticleVB6 App -> Win7 :: MSFlexGrid
Hey folks: It's been quite a long time since I've dabbled in VB6, but I'm now forced to try and make some of our older code work on Windows 7. We've been running this compiled code on WinXP machines...
View ArticleTest Questions
Hello, I'm new to VB. Can anyone could give me the answers to the following two questions? 1. Which collection of an ActiveX control enumerates all of the properties that can be bound to a data source?...
View Article[RESOLVED] Need help coding menu item caption based on user status
I have a listbox of user names. When I click on any name in the Listbox a PopUp Menu appears with a list of Options. What the caption(s) of the options say depends on that user's current status. For...
View ArticleVB 6, Windows and SFTP
Hi Is there a way to effectively SFTP files on Windows machines with VB 6.0 by itself or using VB 6.0 and an active x component? Paul
View ArticleMsgbox issues with 64 bit windows
I have a problem with VB6 message box. The message box dissapears right away when I use VBok and only does it in 64 bit machines. Anybody have a fix for this.
View Articlereturn List Index
I have this function to return the control's ListIndex based on the given 'text'. Code: Public Function returnIndex(ByVal objListCtrl As Control, ByVal strItemText As String) As Integer Dim lngVal As...
View Articlepassing 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 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