How to connect and How to Display One form data in other Form in Vb6
Hi I am using Access 2003 as Database i am create a Two Different Form in Vb6, one is Supplier Information and The Second is Product Information. both forms data are saved in Different Data File, for...
View ArticleVB6 Function Declarations from C++ DLL Header Prototypes
I am using a hardware interface DLL provided by a third party. They provide a C++ header file with function prototypes supposedly used in the DLL, and some example VB6 code that has definite errors. I...
View Articlevb6 stops responding in win 7 when error 5 invalid procedure, end or debug...
First please forgive my ignorance if I use the wrong terminology:- I have been using vb6 in windows 7 for quite a while with no problems. But recently, if I am in Developer or maybe its called design...
View ArticleDetecting if user did/did not type text into textbox
How can I know when user mouses down on textbox whether he actually entered any text or not. If he did I want to do this and if he didn't I want to do that
View ArticleComboBox MouseDown
Is there anyway to detect a mouse down or click on a ComboBox. I know it has Click and DblClick but these are only for the items in the drop down. I want to know if user mouse down on the text window
View Article[RESOLVED] User control property mapping issue
I've been working on an extended text box control and so far so good but having an issue with the multiline property Here are the related code segments Code: ' WARNING! DO NOT REMOVE OR MODIFY THE...
View ArticleCommon Control issue with context menu
I'm using Common Control for Open file. User has to right mouse down on Picturebox to enable the Open Dialog window to load a picture. I can't use Left mouse as that is used for other purposes. The...
View ArticleVB6 Package & Installation Wizard
I have been using the standard VB6 installation package and it normally works fine. However the install directory for one VB6 application has the wrong install directory for the application. How can I...
View ArticleRepeating Random..
hi guys any one can help me out for this problem.. i create a fuction to generate all the question. also this fuction have a random how can i put a code to break the repeting random.. thanks here my...
View Article[RESOLVED] Common Control issue with context menu
I'm using Common Control for Open file. User has to right mouse down on Picturebox to enable the Open Dialog window to load a picture. I can't use Left mouse as that is used for other purposes. The...
View Article[RESOLVED] how do i make something like this in a listview?
i was searching the web and came across something that i need but don't know how to do it i think it has been done with listview i am not sure this is a appointment / schedule meetings this is the...
View ArticleHow to connect mschart and access?
My programme is attached in the file, I totally can't do more, anyone can help me? :cry: Attached Files project new 1b.zip (80.7 KB)
View ArticleVb code to send data over the internet
Hi all, I have written a wonderful program that keep records of sales and inventory in a supermarket, its developed in VB6 and saves its data in Microsoft SQL 2005 Database connected via ODBC. Now the...
View Articletraversing a folder and opening each file...
Hi everyone, I'm absolutely new to VB, so apologies for asking something that is not possible or not suggested. Issue: I have a folder with numerous txt files that total about 300+. The issue is that a...
View ArticleHow do I install VB6 on small driveless laptop?
Hi all, I've got an interesting situation. I have an ATOM Netbook with Win 7 Starter. I would like to install VB6 on it. I have the install CDs; however, the netbook does not have a CD drive. My two...
View Article[RESOLVED] VB6 IDE crashing during debug
A rather unusual error, I think. I have been working with a usercontrol creating an extended text box with some additional properties I have created a project group, added this control to the project...
View ArticleHi, Everyone Need to ask a question?
I'm trying to load text files that is in my demo folder. here is what I have and its not working. Code: Text1.Text = App.Path & "\" & ".txt" When I open my form it comes up with no name, I...
View Articlechanging the font size(options) on a string of text
I created a custom merge engine that inserts text from a database entry. The entire macro uses a large DOTM file with about 40 class and regular modules. When I insert one of the fields in my final...
View ArticleI have a program that uses MSCOMCTL.OCX how can I change this to mscomct2.ocx
Hi I have a program that uses MSCOMCTL.OCX but I'm using windows 7 64bit and it dose not use that old file anymore how can I change to the new file mscomct2.ocx please help thanks.
View Article