| Thread | Last Post | Replies |
|
| ADO problem runtime error | 05 Sep 2003 00:00 GMT | 1 |
Hello i made a form (register)with an ADOdatacontrol object named Userinfo (from lesson 22 on vbtutor.net/lesson22.html i made all the butoons and scripts etc, but when i load it and click on regsiter it gives me the following error message:
|
| Current Directory Constant and Windows Temp | 04 Sep 2003 23:03 GMT | 8 |
G'day All, I want to use the current directory the exe is in no matter where it's placed but CurDir doesn't seem to work as does app.path. Just using "\this.file" seems to work but will "\this.file" always return the directory
|
| Run-time error "75". Path/File access error | 04 Sep 2003 22:05 GMT | 4 |
G'day All, I've created a temp file and want to delete it if the app is terminated. However I get a "Run-time error "75". Path/File access error" at the "Kill tmpPath". When I step through the code there's no problems, that's why the
|
| Visual Fox Pro | 04 Sep 2003 22:05 GMT | 1 |
I have a couple of Fox Pro databases (*.dbf & *.cdx) without the foxpro database-project-file-something, so i have heard that you can use the _folder_ of the files, because the files are "tables" and connect to them through an ordinary visual basic statement, like
|
| Display data in a Grid | 04 Sep 2003 21:20 GMT | 2 |
G'day All, I want to display data from a sequential file in a grid. Now remembering I'm rather a simple bloke, is there an EASY answer? :-) tia
|
| Insert Javascript in VB6 App. | 04 Sep 2003 20:04 GMT | 1 |
I have a function with javascript is used in my ASP web Page.Now i want to write an application with VB6 same as my asp page and i need to use that javascript function.Can i insert this function in my VB6 app.?
|
| Object Properties | 04 Sep 2003 16:29 GMT | 3 |
In VB6 I have created several objects that have a number of properties. I was wondering if there was a way to loop thru the properties of an object. I am trying to make a generalized procedure that I can pass any of my objects to and populate the properties of
|
| clean trasition from one Form to Another | 04 Sep 2003 11:40 GMT | 1 |
my application consists in a sequence of forms. Each time the user validate one form, it saves its data, disappear and the next form is displayed. ( it is like a wizard, in a sense ) my problem is that between each form there is a slight delay and the
|
| Add ons for VB6 | 04 Sep 2003 10:04 GMT | 1 |
Now that MS said VB6 no longer available (almost, retail version is already unavailable, according to visual basic support page), are there cheap copies of common third party ActiveX addons available anywhere?
|
| dynamic arrays again | 04 Sep 2003 09:17 GMT | 1 |
Another question about dynamic arrays. When I ReDim them I loose all my data. Of course I could write a method which first copies every item into a temporary array and after rediming copies it back. But doesn't VB has a more powerfull way for resizing without loosing data? In my ...
|
| Wierd CommonDialog MultiSelect problem. | 04 Sep 2003 09:14 GMT | 4 |
It works normally with one or a small number of files selected, but if I try to select a lot (have't nailed down the exact number yet) I get something like this: C:\Program Files\Dink Smallwood\Junk\STORY\Àü¿4
|
| VB6 Program from DOS Prompt | 04 Sep 2003 08:48 GMT | 3 |
I need to know how to have a VB6 program load a file that is given to it as a argument from a DOS command line or in a SHELL Command line. Using NOTEPAD as an example, from DOS you can type NOTEPAD MYFILE and Notepad will be run with the file MYFILE loaded for editing.
|
| Vb gracefull exit | 04 Sep 2003 04:45 GMT | 6 |
I have a VB 6 program that uses a serial port device for user input. The program is functioning fine using Microsoft Comm Control 6.0 on Windows XP Home. My problem has been that after executing the program and exiting I am
|
| " Unrecognized Database Format 'xxx.mdb' " error message..... | 04 Sep 2003 04:45 GMT | 1 |
I know this issue has be addressed a gazillion times in the past, but none of the offered solutions seem to work for me. I get this error when I attempt to pull down the RecordSource option in my GUI. Does anyone have any ideas on how I can solve this?
|
| optimize code | 04 Sep 2003 02:14 GMT | 8 |
I have a ComboBox which is filled with 66 items on form_load event: Private Sub Form_Load() Combo1.AddItem "Tekvin" 'item number: 1 Combo1.AddItem "Cikis" 'item number: 2
|