| Thread | Last Post | Replies |
|
| Dynamic form question | 22 Feb 2006 02:34 GMT | 14 |
I need to dynamically create a form (no controls) in Sub Main. I do not want to show the form but just load it after creating the form and get its hWnd. The following gives no error but also no hWnd.
|
| VB6 IDE Colorbox and XP Manifest | 22 Feb 2006 02:31 GMT | 1 |
Anyone know how to get the color panel (the color picker for controls in the properties panel) to actually show colors when applying an XP manifest to the VB6 IDE? The system colors show fine, but the RGB colors do not. Thanks -
|
| How to build a VB6 DLL that is callabe from VB (not COM or Active | 22 Feb 2006 01:42 GMT | 3 |
I'm trying to build a DLL of library functions in VB to call from other programs. How do i do this ? Regards Michael
|
| Command$ Help | 21 Feb 2006 23:42 GMT | 7 |
Let's say I select several files from Windows Explorer. Then I right click and get a context menu with my VB .EXE app showing up. I select my app. My app starts and in it Command$ returns only one of the items that I
|
| Problem color; what i'm i doing wrong ? | 21 Feb 2006 23:40 GMT | 7 |
When looking on sites like: http://www.konzeptra.at/ral_zu_rgb.htm, (example ) I see RAL RAL 1000 Green beige, has RGB color 214, 199, 148. In Visual Basic 6.0 i'm using a picture box for the RGB color: Dim RGB As String
|
| me.properties() | 21 Feb 2006 22:25 GMT | 5 |
in vb, is there something like me.properties(propertyname)=newpropertyvalue or for p in me.properties
|
| Permissions Question | 21 Feb 2006 22:22 GMT | 1 |
I have some users of my app that do not have admin rights and I have modified my app to look into the registry for some info on the OS. Will my users run into some problems? Thanks
|
| MakeSureDirectoryPathExists API | 21 Feb 2006 21:54 GMT | 5 |
I have a project in which I use a call to MakeSureDirectoryPathExists WinAPI function. This function resides in imagehlp.dll, but also in dbghelp.dll. As I understand it, MS advises to use the one from dbghelp.dll. However, imagehlp.dll is distributed with IE 4 and up,
|
| FTP a file | 21 Feb 2006 21:53 GMT | 2 |
I want to be able to FTP a file from one server to another via a VB6 exe program run in a task scheduler. Can anyone point me to where I can find out how to code this in VB6? Thanks. David
|
| Compiling an ActiveX EXE | 21 Feb 2006 20:32 GMT | 1 |
I wrote an ActiveX EXE but when I try to compile it, the only menu option I see is: RUN / Start With Full Compile I don't think this option produces an actual EXE file. At least I
|
| ListBox with check boxes | 21 Feb 2006 19:10 GMT | 9 |
In a ListBox with check boxes, when I click on an item's description, it's highlighted but the check box doesn't get checked (it isn't selected). Is there a way to make it selected if I click on the line outside the check box? Or is there a way to detect the difference between ...
|
| VB 2005 | 21 Feb 2006 18:35 GMT | 2 |
In VB 2003, the code generated for data binding could be viewed under coding panel. But for 2005, Is there any chance to view these code behind? Cheers Good
|
| System locks up until InternetOpenURL call completes | 21 Feb 2006 18:22 GMT | 50 |
I have an app that a lot of people use. It pulls down HTML from the Internet using the following InternetOpenURL call in VB: lngOpen = InternetOpen(scUserAgent, INTERNET_OPEN_TYPE_PRECONFIG, vbNullString, vbNullString, 0)
|
| Beginner Help | 21 Feb 2006 18:07 GMT | 10 |
A few years back I attempted to learn Visual Basic. I didn’t follow through with it and now I’m thinking of trying again. I have Visual Studio 6.0. But I was looking at Microsofts web site, and saw a free download of Visual Basic 2005 Express. Would this be a wise idea or ...
|
| Retrieving an object reference based off string | 21 Feb 2006 17:17 GMT | 2 |
Is there a way in vb6 to retrieve an object reference based off a string name? Something like the following pseudo. Thanks, Damon Private obj as Object
|