| Thread | Last Post | Replies |
|
| Passing a value | 10 Apr 2004 15:36 GMT | 4 |
Hopefully, this will not be as bad as passing a kidney stone. :-) Anyone know how to pass a value from a VB6 exacutable to a VBScript file (*.vbs)? David
|
| display additional wav chunk info | 10 Apr 2004 13:12 GMT | 3 |
I'm having trouble reading and pulling data from additional chunks that have been added to wav files. According to the specifications the header should contain the size of the additional chunk etc but I must be doing something totally wrong
|
| Prevent form from closing by windows shutdown | 10 Apr 2004 05:47 GMT | 2 |
Have a form that opens on startup and stays open in the background. When Windows 2000 shutdowns, I would like this form to A) take focus and interupt the shutdown procedure. B) do the backup routine (got that already)
|
| ACCESS IMPORT UTILITY IN VB 6 | 10 Apr 2004 05:05 GMT | 2 |
I am fairly new to VB programming and I will appreciate if someone can tell me if it is possible to write a VB 6 program that will utilize MS Access import utility. Our customers have text files (with different delimiters and sizes)that they want to import into Access DB tables.
|
| DLL Hell.... (for real) | 10 Apr 2004 03:01 GMT | 5 |
We are living the following situation: We have inherited some code (a big project) consisting of a exe and a lot of DLLs. Suppose we are in design time with the EXE, and are referencing the
|
| Learning VB and Database Use... | 10 Apr 2004 01:57 GMT | 2 |
As I stated in an earlier message, I am new to VB6 but am learning at a fairly good pace. In a project I am doing to help my understanding of VB6 and programming, I am coding a Recipe Manager. While I know how to do the GUI part and make everything look nice, and can even find the ...
|
| Subclass Question(s) | 09 Apr 2004 21:02 GMT | 2 |
Hi. I haven't run into the problem yet, but I anticipate it. I'm creating a usercontrol that will essentially be a dropin replacement for the MonthView control, using all API and such. Obviously, I need to subclass to get window messages and stuff. Fine. But my concern is this: ...
|
| VB function that assignes a unique ranking to a list of values. | 09 Apr 2004 16:41 GMT | 4 |
I have to write a Visual Basic proccess that accomplish the following: Data: RespondentID Attr1 Attr2 Attr3 Attr4 Attr5 Attr6 Attr7 Attr8 .... 123 10 9 2 2 5 5 4 10
|
| Starting subroutine in a form from another form | 09 Apr 2004 15:20 GMT | 2 |
Is it possible to start a subroutine in for example (frmMainForm) from another form (frmSubForm)? I want to start a subroutine called cmdButton1_Click. I wrote (in frmSubForm): frmMainForm.cmdButton1_Click
|
| Specifying the application path | 09 Apr 2004 14:16 GMT | 2 |
I apologize for a pretty simple question here! Assume I have a VB6 application installed in a path of the user's choosing, but I don't know before hand what it is. I have a data file in the same directory (datafile.dat).
|
| Control texbox or label with VScroll control | 09 Apr 2004 12:34 GMT | 2 |
I am pretty sure i saw a relevant post some time ago in the ng, but did not save it somewhere. Anyway, my problem is as follows, I have data from an Access base to be shown (in 5 textboxes or 5 label
|
| Find values in an array | 09 Apr 2004 09:48 GMT | 11 |
Have been using this code for years to add unique values to an array. Is there a better way - faster? For z = 1 To cntTbl If tmpTblSpc = TblSpc(z) Then
|
| Point of Sale | 09 Apr 2004 09:46 GMT | 8 |
Is anyone aware of a third party point of sale package that will allow me to add purchase history and receipt printing and cash drawer operation to my existing VB6 app that tracks customers and customer jobs?
|
| Window file handle | 09 Apr 2004 04:17 GMT | 1 |
Have a process that backs(zips) up certain files on the local hard drive to the server when Windows 2000 is shut down by the user
|
| Skins | 08 Apr 2004 23:23 GMT | 1 |
If you use skins on a form can you also skin the msgbox? Thanks
|