| Thread | Last Post | Replies |
|
| How to render newly created CommandBar of Outlook. | 13 Jun 2008 18:12 GMT | 1 |
I am current working on a VSTO based Outlook Addin Project for office 2003 and 2007. I need to do rendering on newly created CommandBar of Outlook. I mean to say i want to change the color of CommandBar with Specified RGB color value.
|
| can shell tell an exe to close | 12 Jun 2008 08:32 GMT | 8 |
With VB6 and Vista I use this shell to start this pgm.exe lpgmID = Shell("c:\rstest\pgm.exe", vbNormalNoFocus) How would I use Shell to close pgm.exe when it it running. Thanks
|
| i really need help! | 10 Jun 2008 20:35 GMT | 9 |
I am developing a DLL on VB6 and i have this issue: To add certain functionality on it, i had to add the whole opensource code of the VB Core Libraries (which supplies dot net like functionality), i have removed almost every class what i dont need and
|
| IOCTL_STORAGE_MCN_CONTROL | 09 Jun 2008 17:38 GMT | 1 |
We have a similar symptom to that described in KB842411. Tried the recommendations in KB842411 (Method 3) Using IOCTL... Disable reset, then tries to enable reset, but the enable returns Error 22
|
| PID detection | 06 Jun 2008 02:14 GMT | 1 |
I need to test PIDs of executable files to see if they are still active. So what's the best/fastest way to detect if a given ProcessID is still running? I was going to just run a GetExePath(PID) function but figured there may be faster/better ways to check this, is there an ...
|
| How can I obtain the MAC address of a remote machine via a VB Script which uses a Windows API? | 04 Jun 2008 13:38 GMT | 4 |
Gurus, Running Windows Server 2003 SP2. How can I obtain the MAC address of a remote machine via a VB Script which uses a Windows API? --
|
| Google Page Problem | 02 Jun 2008 01:00 GMT | 9 |
Google has been my home page for years, but something changed a few days ago. I have lost my favorites directory and the page looks totally different. I have searched for a solution but all I have found are blogs where
|
| Determine if a window is 'moveable' or not | 01 Jun 2008 21:38 GMT | 6 |
I only wish to know if, given a handle to window, we can determine if the window is moveable by the user interaction. Firstly I thought that one way could be to call GetMenuState/GetSystemMenu/SC_MOVE, but fails until the system menu was invoked for a first time, when it ...
|
| API with array of UDT's as argument? | 01 Jun 2008 11:50 GMT | 12 |
Could anybody tell me a Windows API that has a pointer to an array of UDT's as an argument? The reason I am interested in this is to see how this is handled in Bruce McKinney's
|