| Thread | Last Post | Replies |
|
| How do you create an ActiveDesktop object? | 30 Oct 2003 15:32 GMT | 2 |
I am trying to create create an ActiveDesktop object. Does anyone know if this can be done? I have tried a number of different ways, but with no luck. Any help will be greatly appreciated.
|
| state of the Shift key | 30 Oct 2003 09:45 GMT | 1 |
I want to test the state of the shift key, I use the prg : DECLARE INTEGER GetKeyState IN USER32 INTEGER ? GetKeyState(0x10) && VK_SHIFT the result is
|
| Change the format of the time | 23 Oct 2003 13:40 GMT | 7 |
How can I change the format of the time by programming? What API function I must use? I want use HH:mm:ss format. Thanks.
|
| HOW TO find the current SMTP server name thru API ? | 20 Oct 2003 08:49 GMT | 1 |
1. I'm not sure : if you dont use profile, is the HKEY_CURRENT_USER empty ? 2. the data seem to be in the value "SMTP Server" in HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Account Manager\Accounts\00000001
|
| Read USB Device | 15 Oct 2003 08:33 GMT | 1 |
Is it possible in VFP to read data from a USB device, for example a USB mouse? Thanks
|
| Using a DLL created in VFP | 03 Oct 2003 16:22 GMT | 3 |
I'm trying to create a dll that can be used in "EasyLanguage" for TradeStation 7.0 (not that I expect too many to be familiar with EL (EasyLanguage). EL allows you to declare and use dll's with the following command
|
| Printer Status | 02 Oct 2003 21:56 GMT | 1 |
I was wondering if anyone knows why this would be happening, I am filling a Printer_info_2 structure using getprinter, I have all the information but the Status, which is what I am really after is always at 0 even if the status is not ready, but has an error in the windows ...
|