| Thread | Last Post | Replies |
|
| Unable to get Button caption | 27 Aug 2004 16:05 GMT | 6 |
Hi, I have a small piece of code, to get the property(Text) value of all objects inside a given Window. This code works fine with Radio Buttons and Check Boxes, however it does not picks up the 'Caption' property
|
| Menu API's | 27 Aug 2004 15:14 GMT | 7 |
Is is possible to change the fore/back colors of the standard vb menus using apis? Thanks, Ivan
|
| Compiler and How It Handles Scope | 27 Aug 2004 13:59 GMT | 8 |
Does anyone know how the compiler handles scope in regard to Modules and Classes? For example: If you have module or class that has Public variables, Public structures,
|
| Using menus loaded from a resource | 27 Aug 2004 12:43 GMT | 2 |
I have been trying to load menu resources and using TrackPopUpMenu() to display the menus as popups. The menu appears to load correctly. However, it seems that when I call TrackPopUpMenu(), the menu appears with what looks like the correct number of items, but the width of the menu ...
|
| Registery API | 27 Aug 2004 01:24 GMT | 4 |
The following code does work: lResult = RegSetValueEx(phkResult, "Bootstrapper", 0&, REG_SZ, ByVal "Hello", CLng(Len(sValue))) But, the following doesn't
|
| How to detect previous instance of my App? | 26 Aug 2004 20:35 GMT | 4 |
Hi I need to detect a previously running instance of my App so that I can regulate only one instance of my application. But, I can't use App.PrevInstance since my solution needs to be effective for Citrix and Terminal Servers; that is I need to ensure one instance of my application
|
| Open another process from a VB program | 26 Aug 2004 15:14 GMT | 1 |
I am desparately looking for a function that creates another process but returns a only when the process is finished and then returns values that indicates the success and the 'Booting' related data. I found in the MSDN code that locks the program until the process is
|
| vb6 to vb.net Windows termial service API | 26 Aug 2004 14:04 GMT | 2 |
Can anyone make a working VB .NET code from the VB6 sample found at Microsoft support site: http://support.microsoft.com/default.aspx?scid=kb;en-us;291789
|
| List of Available domain | 26 Aug 2004 13:08 GMT | 1 |
Please need an Api that retrieves list of available domains through the network ?
|
| Use SNMP in VB 6 | 26 Aug 2004 12:48 GMT | 2 |
I try to find some examle for use SNMP in VB 6 without success. I see some example for VB.NOT, but for VB 6 I can't find any information. If someone have some examle (Project in VB 6) please send me the code to my e-mail: Max.Krayz@alvarion.com
|
| Copy system tray icon to 'shortcut'? | 26 Aug 2004 06:07 GMT | 2 |
I am running a commercial application that, after being minimized, can only be restored to foreground by clicking its icon in the system tray (in 98SE and XP Pro). After I minimize the program, no icon is added to the taskbar, though it is still running in the background. A ...
|
| Cannot use API CreateFileMapping with Windows 98, please help | 25 Aug 2004 20:59 GMT | 8 |
I've got a problem with CreateFileMapping API It works fine on Wndows XP (returned value not 0) but on Windows 98 it always returns 0 I tried to use the GetLastError to get information about the error but
|
| Logon to www.mvps.org | 25 Aug 2004 19:35 GMT | 10 |
Does anyone know how can one get a username and password to log on to www.mvps.org Thanks Shmuel
|
| Preview custom documents in File Open dialog | 25 Aug 2004 16:06 GMT | 4 |
Dear Readers, In Explorer and Standard File Dialog you can have a preview of *some* files. For example *most* graphic files.
|
| The MSComm Error 8021 with desc.: "Application-defined or object-defined error" | 25 Aug 2004 00:05 GMT | 2 |
Can someone tell me the possible causes of the error I have? I have the error 8021 (Application-defined or object-defined error) in a Sub that contains the line FrmMain.MSComm1.Output = (Q$)
|