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.
Forum Post

Re: Needs help on basics of windows programming.

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...
Forum Post

Problem solved

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...
Forum Post

Rich Edit Control Internal Data Structure

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...
Forum Post

Re: Windows Event Queue

Each window will have its own message queue and application as a whole will have a message queue.
Forum Post

Re: String Conversion

This question has been anwered with: #include //... strcpy( Date, holder );
Forum Post

String Conversion

Value; char *holder = (char*)vFieldDate;
Forum Post

[WCE 6.0] Pointer cast cause crash

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...
Forum Post

How to extract informations from an exe file

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 ?
Forum Post

saving and loading print queue?

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...
Forum Post

winAPI programming-How two threads process data from in parallel?

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,...
Forum Post

How to detect antivirus installed on windows 2003 server and 2008 serv

ConnectServer( _bstr_t(L"root\\SecurityCenter"), // Object path of SecurityCenter NULL, // User name. NULL = current user NULL, // User...
Forum Post

How do I display a dialog to a file, rather than the screen

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....
Forum Post

Re: opening a file from the disk and putting it in a structure

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...
Forum Post

Help!

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):...
Forum Post

Re: keep getting an error(win api)

#include in the resource file and don't define your own IDOK, it's defined by Windows already.
Forum Post

Create MSI installer from existing EXE installer

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...
Forum Post

delete all files in a directory

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...
Forum Post

Re: Closing CreateProcess() Window

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...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.