Damaged VB6 Professional installation CD...
My installation CD is damaged beyond repair I have VB6 Prof installed on 3 other machines and working Is there any way I can manually extract VB6 from the working machines and at least be able to...
View Articleacad2007 vb6 can't populate selectonscreen with objects
OS Windows 7, Acad 2007 trying to write vb6 program to select on screen. I can communicate with the open acad2007 but there are no Items in the variable ssetobj after a selection. Code: Private Sub...
View Articleproblem : runing process aftem Close Form!...
hi 1-my program have two Form (Form1 & Form2) 2-Form1 Have a Command Whit This Code: Code: Private Sub Command1_Click() On Error Resume Next If Form2.Visible = False Then MsgBox "FALSE" End If If...
View Article[RESOLVED] how to select 2 values from different tables and display it in a...
i added a combobox named CmbTreat and it pulls values from a table called PriceList my question is how do i add the customer name and his phone number from Customers table and the treatment i gave his...
View Article[RESOLVED] problem : runing process aftem Close Form!...
hi 1-my program have two Form (Form1 & Form2) 2-Form1 Have a Command Whit This Code: Code: Private Sub Command1_Click() On Error Resume Next If Form2.Visible = False Then MsgBox "FALSE" End If If...
View Articlehow to create the data report from text file?
Hi, I already know how to import text file to datagrid,may i how to create the data report from the text file?? my text file content: 2310047019902,50,18/12/2013,08:24 2310057019909,80,18/12/2013,08:24...
View ArticleHow To Add referece directly to .vbp file?
I know I can add reference from the project>references, But in many computers,(Most Win 7 Or Greater versions) Some "error accessing the system registry" errors are popping up. I have read all the...
View ArticleHow to make a vb6 program as desktop application
Hello everyone, it is my first post. I want my vb6 program be packaged as desktop application or like a portable app. Can you help me please? Please? Please? Thanks.
View ArticleNeed Tutorial for ADODC Control Object
I havent touched VB for years and trying to re-write a project due to not being able to modify my old Access database, hence need to relearn how to use ADODC (think I was using a Data object...
View ArticleVB menu bar opens in the middle of the screen not where I left before
Hello, When the VB IDE opened, the VB Menulbar comes right in the middle of the screen (see attached picture)! I move it up, save the project, close out VB, open it up again, it is again in the middle...
View ArticleInvokeMember("click") for vb6 or click a button in webbrowser with an id of...
Greetings I'm trying to click the Log In button with the id of "login" using the web browser in vb6. The InvokeMember in this line of code:...
View Article[RESOLVED] Changing text data in Combobox problem
In a game I am making I have a Combo box called cboColor which contains two items; "White" and "Black" and the .Text property is set to "White" which is the default color If the player is going to play...
View ArticleUsing the Shell function in VB 6.0 to read batch files in cmd.exe.
I'm sure this question has been posed before but I'm struggling to achieve the result I'm after. At present, I'm attempting to create an image file from the file contents of a floppy disk/diskette and...
View ArticleMulti Winsock
hi all i wanna make a multi winsock program for check list example : 1 2 3 4 5 i want to make a prog for check 5 num in 1sec click in start button and all winsock check nums without delay thanks
View ArticleSeparating projects into subdirectories
Hi I now have quite a number of applications in my working vb6 directory. I am wondering how to separate projects into separate subdirectories, as at the moment I have a whole heap of forms and of...
View Articlewebrowser
I need help to set the url at the form load event .. if url found label.enabled=true if not label.enabled=false . that means if internet is connected label enabled otherwise disabled
View Article[RESOLVED] Highlighting Flexgrid row at runtime problem
I've searched, but the solution I found doesn't seem to work. I'm using Microsoft Flexgrid Control 6.0 Code: With Myflexgrid .SelectionMode = flexSelectionByRow .HighLight =...
View ArticleMove Data
I am working in vb6. Or should i say i am trying to work in vb6. I think a self taught person with only the help file dont stand a chance. I am trying to move data from one textbox to another and it...
View Article