| Thread | Last Post | Replies |
|
| FindWindow("#32770", null) returning wrong window | 30 Apr 2008 14:21 GMT | 15 |
I want to add the button in reading pane of outlook 2003. I am using win32 api's to do that. I found the class name of reading pane using spy++. It was #32770 (dialog) however when I programatically try to find all the child window of this class name I get all the child
|
| CopyMemory within a callback | 28 Apr 2008 12:47 GMT | 8 |
I need to call the CopyMemory function in VB6 from within a callback, all works well within the VB Dev Environment, but causes a crash once compiled. I have spent a few days researching this problem on the net and it looks to be related to the fact that calling a function from a ...
|
| Vista away mode | 19 Apr 2008 02:51 GMT | 1 |
I am using VB6.0 and need script for away mode notification to shut down and wakeup hardware.
|
| Bartender Problem | 15 Apr 2008 15:58 GMT | 1 |
I am using the following Code to print Bartender Label. Something strange is that BtFormat.SetNamedSubStringValue "fih_text2", Rst("barcode") BtFormat.SetNamedSubStringValue "FihBarcode", Rst("barcode")
|
| NetFileEnum | 12 Apr 2008 05:32 GMT | 1 |
I found this code on the internet today, and it's just what I need to be able to enumerate the open files on our network servers. However, I keep getting error messages (specifically 123 and 1113) returned in the dwStatus variable. Can anyone tell me what these numeric messages
|
| Passing Large String to VB - API | 09 Apr 2008 17:40 GMT | 2 |
I have a VB6.0 application which calls a PASCAL DLL (it is actually a Clarion DLL compiled as ,PASCAL). This DLL returns the memory address of a large string. How do I then access that? ie:
|
| Find the login time of the current Windows user | 09 Apr 2008 14:32 GMT | 30 |
I have posted this question previously in the microsoft.public.excel.programming group, but unfortunately with no solution. My goal is to be able to insert the login time of the current Windows
|
| GetSaveFileName Question | 07 Apr 2008 17:15 GMT | 5 |
Hey All, I am using the GetSaveFileName API and I wanted to know if there is a way to have the 'File Name' textbox show up empty? For example, in most Windows apps or Office apps for that matter, when one
|
| List Physical Drives (c++ | WINAPI) | 02 Apr 2008 15:49 GMT | 4 |
I want to list all physical drives on my machine... anybody knows how to do this? (win32 api, c++)
|