| Thread | Last Post | Replies |
|
| Progressbar apperars so late in visual basic Activex...! | 02 Feb 2007 13:47 GMT | 1 |
I made an activex (with visual basic 6.0), that downloads a file to client..I converted cab file with package&deployment wizard, and signed it.. There is an progressbar on the usercontrol(activex control form).. and set the progressbar value appropriate value while downloading..
|
| creating a string containing a full stop | 02 Feb 2007 12:09 GMT | 4 |
I need to create a string called 'Module1.Rig_simulation' Dim Module1.Rig_simulation As String, gives me an error due to the full stop. Is it possible to create a string containing a full stop??
|
| How to do that? | 02 Feb 2007 11:28 GMT | 19 |
During Form_Load procedure: when there is a command (trailing parameter) to load the new profile, my code has to unload the form and load it again with the different parameters. According to MSDN site the form cannot be unloaded when the loading it has
|
| Dependencies in vb6 project | 02 Feb 2007 10:37 GMT | 4 |
Using the Package and Deploy wizard, I get a message saying that msxml3.dll dependencies can't be found. Does it have any? I think that it is present on all Windows systems, so I should be OK to go ahead and tell the wizard to forget it, right?
|
| Dependencies manage | 02 Feb 2007 07:19 GMT | 3 |
I have a big project (more than 200 dll) written on vb. How can i manage dependencies in such project? I tried to make a vbg with all projects but its fails after more 100 vbp. I want ro make an automation build script to build all of them but its alwais fails on dependencies.
|
| Copy file on filesystem specifying speed of transfer? | 02 Feb 2007 04:45 GMT | 2 |
I have a need for a utility that will let me copy a file from one location on my internal network to another location on the same network. Over a 100 MB full duplex line, the transfer is very fast. I need to slow down how fast the file gets copied so I can mimic an FTP transfer ...
|
| Random String for passwords | 02 Feb 2007 04:15 GMT | 33 |
Some time ago, I asked here how one could generate password-like random strings, such as S2341ACE45DF. I need these passwords to be unique, and I need about 5000 of them at a time. They should have around 12-13 total character/numbers in them. I got
|
| vb6 on vista ultimate | 02 Feb 2007 03:23 GMT | 10 |
having just installed vista ultimate (build 6000), can I ask if anyone has installed vb6 on this OS? any issues to be aware of?
|
| Display DB Records | 02 Feb 2007 01:38 GMT | 5 |
This is how I am trying to display the records existing in a MS-Access (by executing a Query that is Access as well): Dim objConn Set objConn = CreateObject("ADODB.CONNECTION")
|
| enter a part of a name then | 02 Feb 2007 00:09 GMT | 1 |
get a list of all matching names. I'm sure the answer to my question is in this group somewhere but I have no idea what to use as a search criteria. Not only that but I may not even be able to make it clear what I want. I'll try
|
| Adding Tool Bar VB6 application? | 01 Feb 2007 23:41 GMT | 2 |
How, I'm lost! I add MsComct2.ocx but I can't find any Tool Bar control.
 Signature Thank you,
|
| Run-time error 3420 Object is no longer valid HELP! | 01 Feb 2007 23:19 GMT | 1 |
I have created an ocx/activex control which I am using in a vb6 form.Sometimes when I try to show this form, I am getting a run-time error'3420': Object is no longer valid. The Err.Source is ADODB.Field.When I click debug and try to run through the routine
|
| Populating ComboBox | 01 Feb 2007 23:18 GMT | 14 |
A Form has a Frame which encapsulates a CommandButton along with several TextBoxes. There's also a ComboBox on the Form which is outside the Frame. When a user comes to the Form for the first time, the ComboBox isn't visible to him but the rest of the Form elements
|
| Printer Dialogs | 01 Feb 2007 22:14 GMT | 18 |
I am using the dlgDialogs.ShowPrinter option to run various printer progs that I have written, but after some small re-writes when the ShowPrinter GUI appears and I click the print button there is a delay of around 15 to 20 secs which seems to be longer than previous. I have use ...
|
| Remove Items From ComboBox | 01 Feb 2007 21:39 GMT | 2 |
A Form has 2 Frames - the first one encapsulates some TextBoxes & 2 CommandButtons. The 2nd Frame encapsulates a ComboBox, a TextBox & a CommandButton. When the app loads for the first time, the 1st Frame is visible. When any of the 2 CommandButtons in the 1st Frame is clicked,
|