| Thread | Last Post | Replies |
|
| Microsoft Report Designer - VB6 | 31 Aug 2003 14:54 GMT | 1 |
I'm getting the following error "Line 2: Class {78E93846-85FD-11D0-8487-00A0C90DC8A9} of control .was not a loaded control class" when attempting to load any .dsr report in my VB6SP5 project. Uninstall/Reinstall VB6 does not help, all required files as suggested in MS
|
| Read EXE File Version ? | 30 Aug 2003 10:33 GMT | 1 |
i want read EXE file maked with VB abd know Version ? how i can read EXE file version , like Read File Date and Time i want read version from my VB Application... ------------------------------------------------
|
| Login Dialog in front? | 29 Aug 2003 04:37 GMT | 1 |
After creating a simple application in VB, i added the Login Dialog Form to it. However, when I run my application, my main form is displayed on top of the login dialog box. I want the login dialog box to be displayed on
|
| print form contents | 28 Aug 2003 11:17 GMT | 1 |
hi guys, I really need some serious help from u: On a form (MDI child), I have drawn a few lines (using obj.Line (x1,y1)-(x2,y2)) and then labelled them (using label controls). I have done it in the form_activate event of the form because it did not work in the
|
| ActiveX.exe leaving .tmp files | 28 Aug 2003 08:43 GMT | 2 |
I have an activeX.exe, which I think is leaving .tmp files in app.path. I think it may be because I am not closing the class, but am not sure how to do this. I have nothing in either Class_Initialize or Class_Terminate - Any ideas
|
| learning VB6 at home | 28 Aug 2003 02:12 GMT | 2 |
I have been recently tasked to maintain inhouse VB6 programs and I am looking for a copy of VB software at home, preferably with help files. I understand MS used to allow free download of VB5 control
|
| Webdings | 27 Aug 2003 17:37 GMT | 2 |
Instead of using graphics for down arrows etc., Webdings has some nice ones and I believe the overheads will be smaller. Can I rely on Webdings being on people's computers? and are there anyother reasons not to go down this path?
|
| Comm Server | 27 Aug 2003 14:23 GMT | 1 |
Can a COM server that is in-process also be accessed out of process at the same time? -Louie
|
| cannot access a public method of a form from another form | 27 Aug 2003 10:02 GMT | 2 |
I have a MDI child form with some public methods (or interfaces) called Save_Me and Refresh_Me. Save_Me will tell the form to save the data to the database. Refresh_Me will tell the form to load the data from the database.
|
| Loading Textbox at runtime | 27 Aug 2003 00:03 GMT | 2 |
Hi friend Can any one know how to load the Text box control in Visual Basic 6.0 runtime.
|
| Drawedge | 26 Aug 2003 11:29 GMT | 2 |
I am having problems with Drawedge. I have a UserControl form that detects a mouse events and draws an edge around the box, depending on which event it is. The code is:
|
| Moving focus to another textbox when maxlength is reached | 26 Aug 2003 11:24 GMT | 8 |
I have 2 textboxes side by side. The maxlength property of the 1st textbox is 2. When I type in the 1st textbox, I want to move the focus to the 2nd texbox when 2 characters have been typed.
|
| INET PROBLEM | 25 Aug 2003 22:59 GMT | 2 |
I am using Inet AcitveX to download a file form Http.(code below) but couldnot able to download. The file size is about 2MB. Please Suggest. Thanks
|
| using vbscript to edit registry keys | 25 Aug 2003 03:51 GMT | 2 |
I need the ability to delete the following key: HKCU\Printers\Connections I would like the key removed whether there is something below it or not.
|
| How To Get File Size of Remote File | 25 Aug 2003 03:49 GMT | 2 |
Hi every one, I am trying to get file size on a remote computer using vb 6.0. I tried using GetFileSize API, but it rquires File Handle and I do not know how to get File Handle. Please
|