| Thread | Last Post | Replies |
|
| Require Variable Declaration not doing it for me | 01 Nov 2007 19:08 GMT | 5 |
Working in VB6 I have gone to Tools | Options. selected the Editor tab and checked the Require Variable Declaration box. But when I do a line of code like this: ErrorCode = RegSetValueEx(phkResult, "dw_WW_DresserType", 0, REG_DWORD,
|
| generate click event on 'ok' btn of iis authentication window | 01 Nov 2007 17:27 GMT | 1 |
Hey all This may sound bad..but its an inocent question: I need to loop through open windows and identify log-on window, prompt by iis on attempt to surf
|
| Old-Style File Dialogs on Vista? | 01 Nov 2007 16:44 GMT | 15 |
I'm looking for the details of how to use GetOpenFileName to force old-style file dialogs on Vista. For years, I have been using GetOpenFileName code for VB6 (adapted to LotusScript). On Vista, my code now defaults to the new "Vista Explorer" style dialog, but I don't want that.
|
| Attempt to hide created window still displays briefly before being hidden | 01 Nov 2007 01:08 GMT | 2 |
I am running a shell command to open an Outlook item from a file (ie: outlook.exe /f d:\test.msg). I also have a dll that implements a windows hook over the Process ID for the shelled application (dscbtshl.dll) so I can detect the window (and obtain its handle) when
|