Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Application
Any
Language
Any
License
Any
If you have anymore questions about listboxes and buttons ask me, I know how to color them and even make them into pictures.
Hi All,
I need to declare a large 2D array of characters like this:
char PlotID;
Code with such a declaration in it will not run in the program I am developing, I presume because I have...
I set the check box "Allow service to interact with desktop" and now the keyboard hook is called.
But unfortunately the unhandled exception "privileged instruction" is thrown, after leaving...
Can somebody tell me please all the important points, that are required to
get a own lowlevelkeyboardproc global hook working.
3. Does somebody know a good link(s) to a place(s), that...
HI, I have a Combo box where I have a list of teams. That works correctly. But my problem is if I select a team from the box how do I remove the team from the Combo box selection.
m_Combo...
Hi All,
I'm new to Pocket PC programming so I may be doing something stupid - please forgive.
I'm using Visual Studio 2005 with Intel Visual C++ on Windows XP, and I'm developing a Win 32 Smart...
Dear,
can WinCE recognize external USB DVD drive?
Thx
Hi
I have a car stereo with windows CE.I would like to change the application for playing music to winamp and also want to turn up the volumen for the microphone.
When thestereo starts up I get a...
Could start here:
http://allapi.mentalis.org/agnet/apiguide.shtml
We are using Systech’s CAN-Ethernet gateway for converting CAN signals into Ethernet signals and capturing them in Labview program (Refer diagram below). They have provided .dll for this compatible...
Hi everyone ^^
I'm new in Windows programming, and am looking for a way to get some info about connected and activated monitors :
- their current resolution
- their position on the desktop...
Hi, I'm a new to windows programming.I have a dropdown list with a list of items for example memory,dump,register. I've set up an edit box so the information selected will appear inside of it. This...
I know everyone is off to great mobile or web type work. Well, I'm stuck here on some good old C++. Here's whats bugging me.
I want my application to do a certain thing when the user presses the...
Hello!
For example, i have a little function in dll:
void dll_func(){
char buf;
char* p = "qwerty";
strcpy(buf,p);
// or
GetLastError();
}
I call GetProcAddress("dll_func") and...
: Hi all. I have searched high and low for a resolution to what should
: be easy (but isnt) programming problem - how to define system-wide
: hotkeys using FP, most suitable for cross platform...
Just use Win32 api (C or C++)
See on Professional Win32 api newsgroup :
news://nntp.aioe.org/comp.os.ms-windows.programmer.win32
or http://tinyurl.com/cmhb5g by Google
where it has often been...
Use Win32 api (C or C++) (Shell)
Hi!!!
does somebody know why the right click is not active in windows CE 6.0 emulator?
Thank you
Nathaniel