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
I do hardware engineering by trade so keep it simple please ;-)
Visit this link (I assume you talking about RegDeleteKeyEx, because there is no such API: RegDeleteEx):
http://msdn.microsoft.com/en-us/library/ms724847(v=VS.85).aspx
and verify that your...
I recently wrote a windows program an debuggged it, but rather than it loading it threw an exception with the following message: The procedure enry point RegDeleteExW could be located in the dynamic...
Hi there
I had a seach and nothing came up.
I have an IPAQ 314 PNA running windows CE 5.
It has a "feature" where if the USB charger is connected the CPU speed (SiRF Titan ARM11 Dual-Core...
Dear All!
I have a piece of software produced in 2010. The main form of the program (approx 1024x768, static dimensions) has very loud background image all over it (see attached file), which makes...
Hello All--
I'd like to get a capture of a dialog in Windows XP using C++ without actually displaying the dialog on the screen. I'd use this for auto-generating help files for my application....
UdpSend(lpString); // send the text to the server
}
}
if (!IsDialogMessage (hDialog, & msg))
{
TranslateMessage ( & msg );
DispatchMessage ( & msg );...
Hello!! I am having trouble getting java to terminate a console app. Here is an example (see code below). I export a jar using eclipse. Run from a dos box in windows 2008.
java -jar...
I want to construct a multicast tree from the values I got when I sent a traceroute from a number of measuring points to a target CDN Server.
Hi Forum.
I am currently programming an application with a TCP socket interface to another system. The interface must:
1) send and receive a keep-alive message every 10 seconds
2) receive...
Try this:
1. Get the full path to the program EXE file. In Win32 use GetModuleFileName() function. You get back a string with something like this:
"C:\Dir1\Dir2\Dir3\Program.EXE"
2. Cut off...
I have created an OSDesign and emulator for ARM processor.I have added the subproject i.e.Hello world,provided by visual studio.The project is created in C i.e.Subproject2.pbpxml.This subproject is...
add a label
if %choose% == C goto calc
if %choose% == c goto calc
:calc
run %windir%\system32\calc.exe
goto calc_end
:other labels
...
...
:calc_end
try something like that; it looks...
Hi guys,
I have a small problem. I'm working on an emulator for game ROM's, and the part I'm working on right now create a bitmap (at least it is supposed to do so). I have 13 different palettes...
Event viewer in Win 2000 and XP aren't directly consuming any traces from ETW, I can only log it in to an ETL file. Is it possible to log real-time, in to the event viewer in Windows 2000? I know Its...
hi evereyone, i have some problem related to graphics in c++ that is when i include graphics.h in my program and use graphic command like draw line etc..then suddenly windows has been closed and...
say please where i can find exercises WIN32 API ?
Hello.
I am trying to add strings to combo box
at resource editor level not at runtime.
So combo box properties has tab: enter listbox items,
but it does not seem to work.
This is...
Hello,
I have development board with intel atom z5xx processor . I have built X86 BSP for my board.
I want to bring windows ce 6.0 on my board. I have made bootable floppy disk using...