Operating System
An operating system (commonly abbreviated OS and O/S) is the software component of a computer system that is responsible for the management and coordination of activities and the sharing of the resources of the computer.
Language
Any
Platform
Windows
Remove
License
Any
As with anything, there are multiple solutions so I'll suggest just one. I would think your best option is to use a .NET language, C# or VB, both similar, C# is slightly better but VB is slightly...
Hello, guys.
Here I am back to post a solution I came up with...
I did double-check my ConnectionStrings on each machine, but "unfortunately" everything was OK (pointing to the same shared DB...
Hi,
Knowing the path to an exe file I would like to extract all the informations listed in the sample picture attached to this post, from a simple command line app. How could I do this please ?
How two thread process data from same input file in parallel?
Can anyone enlighten how to begin with? There is one textfile, that contains lines of phrases. One thread counts the number of line,...
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....
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...
#include in the resource file and don't define your own IDOK, it's defined by Windows already.
Hi,
My question is how to create MSI installer from an existing EXE installer.
Till now I have been used Inno Setup program for installers, which is very good, but the generated EXE can be run...
I use assembly language, 32 bit.
I can't seem to find a way to delete all files in a directory.
DeleteFile does not take wildcards,
and ShellExecute won't execute del.
Can anyone help me...
The console program, in turn, uses other programs that it controls. It does not open any additional windows, but the only way to stop it when it is running, is by either closing the console window...
I'm working on a win32 application that opens a console program using CreateProcess(). I can close the console window later using TerminateProcess(), but it doesn't close until it wants to. I would...
how can we generate random function in win32 application
like we use randomize() and random() functions in console applications
.\log.txt
GOTO TEST
)
Can someone help me please?
regards to all
Hi
I have VS2005 and activesynch as well as emulator 2.0
I also have an NK.BIN file that was compiled for a custom device, i need to use this OS image to try my applications.
How do i get...
Hi, I currently have a system set up with 4 physical monitors and 1 unique window to be displayed on each. I have a batch file which is supposed to set the physical monitor on which to display the...