Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
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...
I have a Handle to the Rich Edit Control of Wordpad application in my Keypad application. I want to directly access the Internal Data Structure for this Rich Edit Control without using Windows...
Each window will have its own message queue and application as a whole will have a message queue.
This question has been anwered with:
#include
//...
strcpy( Date, holder );
Value;
char *holder = (char*)vFieldDate;
Dear friends,
Thank you in advance for helping me on this confusion.
The scenario is like this, I have a buffer and the following pseudo-code
unsigned char *pBuffer = (unsigned...
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 ?
Hi,
I am not sure this is the forum to post in, so let me know. My problem is...
I have a business and have to print lots of CDs, I use an epson printer and a program called PrintCD.
I will...
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,...
ConnectServer( _bstr_t(L"root\\SecurityCenter"),
// Object path of SecurityCenter
NULL, // User name. NULL = current user
NULL, // User...
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...
Hi i am trying to get this application working to control my robot over the wireless. I keep getting this error when I try to deploy the application to the eBox
Trax_Serv.exe' (Managed):...
#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...