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
: Hello,
: In the last couple of days i have been testing my application for
: GDI Leaks, and i have a strange problem. When i return my brush to
: the system from the WM_CTLCOLORBTN message,...
Hello,
In the last couple of days i have been testing my application for GDI Leaks, and i have a strange problem. When i return my brush to the system from the WM_CTLCOLORBTN message, all the...
Problem solved, thanks to Mobile Device MVP Raj Pillai.
Apparently, the Microsoft Transcriber stores the user-defined shorthand macros in the system registry itself, under the current user's...
There is no way to do that in standard C++, you will have to use the console functions from the Windows API.
http://msdn.microsoft.com/en-us/library/ms682010(VS.85).aspx
: : : : I would like to ask can we use C to sketch a graph??
: : : :
: : : : Can anyone give me a program of this??
: : : :
: : : : THX~
: : : :
: : : Graphics are depends on a system. DOS...
I'm not sure this is the correct place for this, but I'll try anyways. I'm creating a diagnostic program that looks for 3rd party dlls loaded under an executable. I want to find a way to restrict...
: : : I would like to ask can we use C to sketch a graph??
: : :
: : : Can anyone give me a program of this??
: : :
: : : THX~
: : :
: : Graphics are depends on a system. DOS will have its...
hi,
I'm developing widows mobile application 5.0.
i need a solution about algorithm that suites for filling colors.
i'm using flood-fill 4 connections algorithm, is that suites for windows...
: hi Everyone,
: I am Creating a converter that will work as a
: text converter.
: For it i take a text file and store it into a buffer
: and Now I am searching the text and replacing the text
:...
hi Everyone,
I am Creating a converter that will work as a
text converter.
For it i take a text file and store it into a buffer
and Now I am searching the text and replacing the text
file with...
Hello everybody,
I want to know the way of creating CLR based C++ managed DLL in MS Visual Studio 2008. Please inform me elaborately even with code(example).
I also wanna know how can I call...
Hello everybody,
I want to know the way of creating CLR based C++ managed DLL in MS Visual Studio 2008. Please inform me elaborately even with code(example).
I also wanna know how can I call...
power options) and receive a popup from yahoo (a new email, someone signing on, a new message) yahoo could automatically turn it back on?
If it IS possible, would I start on the Yahoo end or the...
: Okay I'm a beginner in many senses and this may sound like a tall
: order but I haven't programmed with anything but Asm on the Amiga
: and 80486 PC years ago.. sure I've messed around with VB...
This may not be the right place for such a question, but as all other avenues have been unsuccessfully exhausted, I thought I'd ask the real experts; the programmers.
This question relates to the...
Hi All:
I am looking for a way to extract a zip file using the default Windows XP extraction wizard running at command prompt.
Anyone knows to do this.
Many thanks in advance.
Hi All,
I am a newbie in programming on windows mobile environment. I have a skill in VB, C, C++. I wish to start in programming my Pocket PC MIO A201. On my XP I wont to install all sw necessary...
: Just a side note here. This code assumes that you have a color
: video system (not monochrome), and that the screen has 80 columns.
: In a testing or completely controlled environment, this...
Getting info about the position (Coordinates relative to screen)of external windows.
What can I do to detect the position of the window of other programs?
A sample of source would be great. Thanks
: My first advise is to forget all about Turbo C and get a modern
: compiler instead. Dev C++ is free and fully supports both C and C++.
:
: http://www.bloodshed.net/dev/devcpp.html
:
: Turbo...