How to stop a VB6 Timer from a compiled App
Hi, well, i no longer have the source code, but the only modification I want, is to stop a timer so... Did some research, write some code and WORKED on my test PC (XP), BUT, when i wanted in real life...
View Articlehow to break for...next statement
helo guys have a good day..any way i have problem im making quiz project but im stuck for loop please any one can help me? example(i have 60 array form loop.. i i can't stop the loop if the user get 5...
View Article[RESOLVED] User Control property question
I haven't did much in the way of creating user controls in the past but have decided to create a custom text box control to add to a few of my projects. I have a property that is an integer and I want...
View Article[RESOLVED] How to make a selection box
I have an array of UCs like this: Code: +-------+-------+ | 1 | 2 | +-------+-------+ | 3 | 4 | +-------+-------+ | 5 | 6 | +-------+-------+ | 7 | 8 | +-------+-------+ | etc | etc...
View ArticleHow to get Current User folder - WIndows 7?
Hi, I know how to get the user's documents folder, but for windows 7, this folder does not contain the users Picture folder and all of those ussual folders, rather these are at the main user folder....
View Article[RESOLVED] Forcing Scrollbar at bottom
I'm using a VScroll control. The view window shows 4 cells (UCs) in a column. Each cell is 127 pixels high. When the view window has a max of 4 then the scrollbar is fully expanded. As I add new cells...
View ArticleGetting Runtime Error 6: Overflow
How do I determine what the variable is that is overflowing. It happens after many hours of running. Obviously VB6 knows but it isn't telling. Is there a trick?
View Articlehow to disable the option of making a appointment the day before
how do i check if the datepicker is the same as today's date and if not then i can't save the values e.x if today is 20-11-2013 and i want to make a appointment for yesterday so i cant if i want to...
View ArticleHow to solve Run Time Error 3021 when Saved Data first time in Access 2003...
Hi, When i am entered Data in VB form First time and then Click on Save Button then it is show Run Time Error 3021- Either EOF or BOF is True or the Current Record has been Deleted! i am using Access...
View ArticleHow 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 ArticleFind Top big files on E drive
Hi, A small help need. I want to find all files more then 500mb+ from my E drive where file archive attribute is ON. [Means they are ready for backup], and result will be saved in txt file in c: drive....
View Article