| Thread | Last Post | Replies |
|
| Primary key Data | 14 Nov 2003 13:27 GMT | 4 |
Hi More questions. My Form contains :--- txtName txtAddress
|
| Running an application in a form | 14 Nov 2003 13:02 GMT | 12 |
I know about Shell, but is there any way to run an external application an embed it within a form? That would allow me to position it and move it as desired, taking into account the rest of my program. So for example, I would like to open a form and place TurboTax. I would then ...
|
| print #1 is adding an additional line. How to get rid of that? | 14 Nov 2003 10:12 GMT | 11 |
CommonDialog1.ShowSave Open CommonDialog1.FileName For Output As #1 Print #1, finalstring I was trying to read from one file and write exactly what I read into the
|
| Incrementing a string variable?? (A,B,C,D....) | 14 Nov 2003 08:24 GMT | 4 |
Does anyone know of an easy way to increment a string by one letter at a time? What I want to be able to do is set a variable with the value "A" and then be able to use a For loop to make it change to B,C,D,E...
|
| TreeView Question | 14 Nov 2003 07:36 GMT | 3 |
I'm using the treeview with VB6, after the program has finished loading it, it will have a varying anount of parents, with each parent having a varying amount of children, and each child will have a varying amount of grand chrildren etc etc. the nodes will all be loaded in no
|
| Class Parameter | 14 Nov 2003 02:41 GMT | 4 |
Can I pass a text box & index value to a class method? Can anyone provide an example of doing so?
|
| List box populate | 14 Nov 2003 02:24 GMT | 3 |
How to populate list box with results of DDB function and keep format, ie columns rather than continuous list? Thanks.
|
| Data transfer time | 13 Nov 2003 20:48 GMT | 1 |
Is there a possibility to find or to calculate the data transfer-time during downloading a file from the internet? Gretings Ron
|
| Connecting string | 13 Nov 2003 20:37 GMT | 1 |
How is connectin string for MySql in VB6 ? G
|
| Trickier Text Files | 13 Nov 2003 13:25 GMT | 4 |
I've combined alot of the things that I've learned from this newsgroup and created some really cool text manipulating programs. I'd like to thank all of you that have helped me with my struggles these last few weeks (Chad, Dag Sunde, Collin, and Michael Harrington - just to name a ...
|
| Is this wrong? | 13 Nov 2003 12:47 GMT | 14 |
I was hoping to get some opinions on this; Does this situation cause any problems... like stack? For x = 1 to 10 if x = 5 then Exit Sub
|
| Detecting whether a user supplied RaiseEvent Handler is present? | 13 Nov 2003 11:49 GMT | 1 |
How can I detect whether a user has implemented a RaiseEvent Handler in their application? For example I would like to do the following in my ActiveX control(written in VB for VB apps).
|
| catching an event | 13 Nov 2003 11:16 GMT | 7 |
Im trying to do an ActiveX control which is container - is any way to catch events of controls placed on my control (their parent). For example GotFocus or LostFocus Thanks in advance
|
| Call Stack disappears from View Menu | 13 Nov 2003 10:46 GMT | 2 |
Can anyone explain this? I've lost the Call Stack item from my View menu in VB6 IDE. I use it a lot when debugging. I've still got an icon on the toolbar, and I could use that, but I'm in the habit of going to the View menu for it. Anyone know how to get it back?
|
| Image in status bar | 13 Nov 2003 10:37 GMT | 1 |
Also getting 'invalid property' when trying to add small jpeg to stausbar panel via insert picture.. any clues please??
|