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

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

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

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

Closing CreateProcess() 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...
Forum Post

random number generation

how can we generate random function in win32 application like we use randomize() and random() functions in console applications
Forum Post

windows batch programming

.\log.txt GOTO TEST ) Can someone help me please? regards to all
Forum Post

using a custom nk.bin file in emulator

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

MS-DOS batch file to select among multiple monitors

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

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.