I'd like to know how i make an external serial communication (using the mouse port), using some Windows API. (For Example: Transmit and recive one byte from a peripherical device)
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10189535.html
I have an application that triggers a third party *.exe with an image request. This third party *.exe processes the request and opens a window with the requested image.
My thoughts are to find t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10259529.html
Zones:
Visual BasicDate Answered: 01/18/2000 Rating: 8.8 Views: 0
I would like to know how I could hook Windows 9x API calls from other programs, and find out what parameters were sent. Please show me an example in C++ of how I could hook windows API calls.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10329887.html
Zones:
C++Date Answered: 04/17/2000 Rating: 9.2 Views: 0
Hi! I'm trying to find one windows' api that gives me the list of all the nt users (logins) existent in one system, or that given an login returns if that is valid to the system or not (I'm not con...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10350554.html
Zones:
Windows NTDate Answered: 05/17/2000 Rating: 8.4 Views: 0
I need to know how to programmatically close an MS-DOS window via VB 6.0 (SP4).
The DOS window is opened using the CreatProcess API, so I have access to the Process Handle, Process ID, Thread Ha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11153007.html
Zones:
Visual BasicDate Answered: 09/01/2000 Rating: 6.4 Views: 0
My VPN login comes up more than I want it to. I'm trying to create a form that will detect it by looking for it with a timer timed every 5 seconds (or so). I'm using the EnumWindows API, GetWindowt...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20244661.html
Zones:
Visual BasicDate Answered: 12/29/2001 Rating: 9.4 Views: 0
Can any body help me how can I use SetTimer API function,suplied with code please.
Regards.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20259406.html
Zones:
C++Date Answered: 01/25/2002 Rating: 9.0 Views: 0
hello ,im using an external hardware (a controller), which i want to 'talk' to using the network adapter.
assume i have all the neccasry hardware (the actual card in the computer and all the neede...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20338659.html
Zones:
C++Date Answered: 12/10/2002 Rating: 9.2 Views: 0
In Platform SDK: there is CryptGenKey function wich supposed to generate public/private key pairs.
Could someone give me an example of such a code.
I need thow cryptographic keys( private key and...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20382791.html
I am facing problem when I am calling api function "GetDiskFreeSpaceA".
I have registered the function with the following code.
w32api_register_function("kernel32.dll","GetDiskFreeSpaceA","lon...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...