| Thread | Last Post | Replies |
|
| Can I use CreateObject with an ActiveX Exe? | 02 Dec 2004 16:48 GMT | 5 |
I've registered the ActiveX Exe. If I add it from the reference list, it works fine. But when I tried to use CreateObject(), it returned error code 429, DLL not registered error. What do I do with ActiveX Exe?
|
| Active X Question | 02 Dec 2004 16:45 GMT | 4 |
I've build an activex control using vb6 and it works fine in many applications. However, when I place 2 or more of them on a form there are serious conflicts among them, i.e. they seem to act as one, calling a method from one triggers the same method on the other one etc. Any ideas ...
|
| Starting point for a Year Planner | 02 Dec 2004 15:32 GMT | 8 |
Hi to All I am looking to make a Year Planner in VB6 like the paper ones on walls and show the full year on one form. Does anyone have any suggestions on where to start and what controls to use.
|
| Upper/lower case format characters are backwards | 02 Dec 2004 14:35 GMT | 1 |
It seems to me that the upper/lower case formatting characters are backwards. To me, "<" should convert from smaller to larger while ">" should convert from larger to smaller -- like the crescendo / diminuendo symbols in music.
|
| Application Setup and Deployment | 02 Dec 2004 11:25 GMT | 12 |
I'm curious to know if there are any known issues with writing/compiling a VB6 application under XP and creating a SETUP.EXE package using the Application Setup and Deployment wizard. Will the SETUP.EXE file work across platforms? Win95/98/Me/NT/W2K/W2K3?
|
| Copying files from network | 02 Dec 2004 11:24 GMT | 3 |
I'm a new user to VB6.0 and am trying to copy files from a network directory to another place on the network. I want to know how to do this/if this is possible. Thanks
|
| How to get current time down to the milisecond ? | 02 Dec 2004 10:41 GMT | 3 |
In VB6, when I do the function TIME(), it returns the time up to the seconds. How can I get the time up to the milisecond ? Thanks.
|
| Missing events when declaring controls withevents in vba | 02 Dec 2004 10:40 GMT | 2 |
I am drawing a textbox on a form in vba and choose the name "TextBox1". I can catch the event Textbox1_Exit. When I declare a textbox "Private WithEvents mtextbox as MSForms.TextBox" I do not have the Exit event. The combobox for choosing the events from TextBox1 displays the ...
|
| Service->vb exe->bat file | 02 Dec 2004 10:21 GMT | 3 |
I cannot find the service group, that's why I come here. I wrote a vb program with Shell command to run a bat file. I used srvany.exe and instsrv.exe to convert the vb program into a service. When I start the service, the error appears:
|
| multiple check boxes | 02 Dec 2004 10:18 GMT | 8 |
I have an app that I wrote and on teh main page, I have a list of names with check boxes for teh user to check. As time goes on, the users want to add new names. I was thinking I would like to have a text file that I could add names to
|
| Is this possible | 02 Dec 2004 10:14 GMT | 3 |
I'm not sure how to do this, or if this is even possible. I need to create a Tabulations application that can do the following: Need to get the number of records that meet the criteria
|
| Is it customary to put RTF data into a ADODB database? | 02 Dec 2004 09:15 GMT | 1 |
Hi, there: I am writing a diary-style sw, which uses RTFBox as an editor and saves all the diary in RTF format. Is it customary for people to store this type of data in an ADODB for easy locating?
|
| Source Safe & VB6 | 01 Dec 2004 23:35 GMT | 2 |
Help, am running visual studio 6.0 and have been using visual source safe for years, something broke in my VB6.0 and now I don't see anything that connects my vb6.0 to source safe, nothing even listed under the add-in manager
|
| visual basic.net | 01 Dec 2004 23:13 GMT | 5 |
EVERY TIME I TRY TO OPEN A NEW PROJECT ON VB. I GET THIS MESSAGE FROM MICROSOFT dEVELOPPEMENT ENVIRONNEMENT : "CLASSFACTORY CANNOT SUPPORT REQUESTED CLASS." I UNINSTALLED AND REINSRALLED THE PROGRAM SEVERAL TIMES AND
|
| drawing on SSTAB (as a wizard ) | 01 Dec 2004 21:55 GMT | 4 |
I am using SSTAB as a wizard by reducing the tab height to 1 pixel. Everything works fine ,except the 1 pixel tab height is too noticable for the picky client. How could I paint over the area where the 1 pixel high tab is showing? The affected area is in both the background
|