| Thread | Last Post | Replies |
|
| Wish I was using .net | 02 Mar 2006 11:13 GMT | 199 |
I just got an bug report from a customer and found the problem was something like this: Dim c as new ADODB.Command set c = GetNewConnection ' function that returns a new sqlserver connection
|
| "Simple" Algorithm...?? | 02 Mar 2006 09:26 GMT | 6 |
I am wondering if someone out there can help me out with a problem that has been puzzling me for over two weeks. I have been coding in VB6 for about 3 years now, but I just can't seem to wrap my head around this particular piece of code for some reason...
|
| How we can Set short Name in VB6? | 02 Mar 2006 08:57 GMT | 2 |
In vb6 as through GetShortPathName we can get the shortName , Similarly is it possible to SET the short Name of folder whose name is larger than 8 characters? If this happens through any API rather than 3rd party control then its more helpfull. Any how plz refer 3rd party
|
| Is it DUMB to use the VB6 Timer to see if 24 HOURS have ELAPSED??? | 02 Mar 2006 01:58 GMT | 25 |
I'm sure this has been dealt with before, but I didn't know how to accurately 'google' it.... I have created a VB6 application that needs to run one of its procedures every 24 hours. Since the VB6 timer has a maximum interval
|
| Resource File | 02 Mar 2006 01:46 GMT | 5 |
I've seen some samples here (and in some sites) that use resource files to store images used in the project, instead of storing the same images in endless forms. How can I create this resource file? Can I do it just with VB6 or do I need
|
| When timer changes Interval value? | 01 Mar 2006 23:56 GMT | 7 |
When the Timer control should accept the new Interval value: 1. with the next Cycle or
|
| Left without help | 01 Mar 2006 23:23 GMT | 7 |
As a self taught VB user I came to this forum to get help, and I did get help, but when I found I could not progress further I asked for further help, why do I feel I am being ignored. OK so you think I am a dumb a.s well maybe I am but I still enjoy trying to solve VB problems ...
|
| number of files | 01 Mar 2006 21:34 GMT | 7 |
I want to know the number of files in a known folder. How can I write a code in VBA that show me this number? Would you please help me? Surena
|
| Cannot print on all printers | 01 Mar 2006 21:30 GMT | 7 |
I have a VB6 program that prints reports. I am having a problem with about 4 out of 25 users that cannot print. It gives them an error message. The program is located on a NT server and it appears that all the rights are the same. Are there any temp variables that are created ...
|
| Creating a DLL | 01 Mar 2006 21:30 GMT | 12 |
I'm trying to create an out-of-process DLL. I created a simple DLL with the following and compiled it. Public Function GetReptList(ByVal vKey As Long) As String Select Case vKey
|
| Mirror TextBox Text | 01 Mar 2006 21:17 GMT | 4 |
I have four text boxes (FirstName, MI, LastName, FullName) I want to be able to fill in the FullName text box WHILE typing in the FirstName field. Then I want to type in the MI field while updating the FullName text box. And finally, I want to type in the LastName text box
|
| Permission Errors after Network Domain Change | 01 Mar 2006 21:15 GMT | 2 |
We just changed our network domain name and my local computer name changed as well and now I'm having problems with all of my VB 6 ActiveX DLL's and OCX's and also 3rd party VB controls. When trying to compile a VB6 ActiveX DLL or OCX the compile seems to work
|
| One VB6 Application RAISING EVENTS in another? | 01 Mar 2006 19:25 GMT | 3 |
Is it possible to have one VB6 application raise events in a separately running VB6 application. If so, could you give me a few pointers as to how to begin to make that work. As always, thanks in advance.
|
| why doesn't the following shell command work | 01 Mar 2006 19:02 GMT | 9 |
if I try the following command in a dos window Rename c:\new\joe.txt jack.txt it renames the file , but when i try to use the shell command in VB6 like so:
|
| VBScript help | 01 Mar 2006 18:23 GMT | 12 |
This is a stupid question. I ask that everyone please be patient. I am not a VB script writer. However, I have a script that has been written by someone else that is not executing properly. Is there an application that I can use that will allow me to step through the
|