| Thread | Last Post | Replies |
|
| Need help with scale | 03 Jun 2005 17:32 GMT | 1 |
I have 2 forms in VB6.0 prj, and both forms have a picture box control. The width in one picture box is 350, and the other picture box control has 1810 in width. However, the picturebox control that has 350 in width is wider than the picture box that has 1810 in width. Both ...
|
| How to export a UDT from a Class | 03 Jun 2005 10:43 GMT | 5 |
I have a problem with exporting a UDT from a Public class and have it being modifiable. It may be related to something I thought was a bug a couple of years ago (http://groups.google.ie/group/microsoft.public.vb.bugs/msg/4f99d5da34f04162
|
| Directory/file dialog boxes in vba? | 03 Jun 2005 07:39 GMT | 2 |
I'm working with Excel VBA which doesn't seem to have many controls available in it. I'd like to add a directory dialog, could someone with experience in doing this help me out? Would ActiveX be a solution for this problem?
|
| Tool to Confirm DLL Registration | 02 Jun 2005 21:52 GMT | 3 |
We are having consistent problems with the installation of a small number of DLLs (still stuck in the VB 6 world). The issue is typically resolved via a manual Regsvr32 on the target machine. Absent writing our on tool are there any commercially available tools
|
| vb access database run time error 3705 | 02 Jun 2005 17:33 GMT | 1 |
I'm creating a VB6 application to import data from a temp Access database to a production Access database. I have set up a Data Enviorment to communicate with my production database since I the application centers around it. During the import I create a temporary
|
| vbscript ftp automation permission denied error | 02 Jun 2005 16:41 GMT | 1 |
Hi, the following code tries to call wscript and ftp a file. However, I ran into a Permission Denied error on the last line of my code. My immediate guess would be that there needs to have certain permission configurations on the server to allow the script to pass through. The
|
| 911- How to resolve this AV Error after VB6 application shutdown | 02 Jun 2005 05:47 GMT | 4 |
I urgently need a solution for this problem. I have a VB6 application that crashes in .exe form. When I shutdown the application VB virtual Machine throws an AV error. I am pasting the Dr. watson log and I cannot figure out how to fix this
|
| Newbie questions: := vs = and set vs noset | 02 Jun 2005 04:14 GMT | 4 |
I'm using VBA, I hope these questions apply to regular VB as well... I haven't had the easiest time googling for information on the following questions because of the symbols and short number of characters involved. If there are terms that I'd have good luck
|
| Veiwing Datasets in Debug Mode | 01 Jun 2005 17:19 GMT | 3 |
Is there a way to view the contents of a Dataset in Debug mode? Thx
|
| Option Buttons | 01 Jun 2005 13:35 GMT | 4 |
I created a text box labeled txtText1. The text box has a sample of text within. The Enabled property is set to False and the Multiline property set to True. I have four option buttons set within a frame labeled fra1.
|
| Resume Next | 01 Jun 2005 12:45 GMT | 4 |
I've inherited the maintenance responsibilities for some code that has error handling coded as Sub Subname On Error Goto Errorhandler
|
| Forcing window to get the focus - appear ontop of all other windows | 01 Jun 2005 12:19 GMT | 4 |
Hello, Ive made an application which creates a notification form to tell people when an event occurs. The only problem is atm this form does not appear ontop of all windows when it is loaded and displayed. I have looked into the SetForegroundWindow API, but the best it does is
|
| What is Memory Leak? | 01 Jun 2005 03:58 GMT | 2 |
I think I know what it is-- objects not being set to nothing when the program is finished with them How can I tell if I have it? How can I code to avoid it?
|