Windows Programming - April 2010 (Page 4)

3 Function Program, Any suggestions and advice?
 
Im am working on a program for class and I am a beginner C++ programmer. I am having trouble passing...
[2 replies] Last: try this code.. #include <cctype> #include <cstring> #include <i... (by ubaidcybercrawler)
by maikel
Sockets in Windows
 
I am 'relativly' new to C++ and especially to Windows-Programming, although i have a lot of C and Un...
[7 replies] Last: I have to work with ACE at work (some legacy projects) and its not fu... (by kbw)
GetCurrentDirectory() problems
 
it worked yesterday... but today, there're compilation errors. :o string getCurrentDirectory()...
[1 reply] : That code really worked yesterday?? Considering you have the paramete... (by guestgulkan)
cannot CreateProcess()
 
//all the includes void startProgram(const string); int main(int, char * ) { startProgram("test...
[1 reply] : Is it in the same directory as where you are running this program? (by firedraco)
Character Array and cstring library
 
After i prompt the user for input character using array, my program fails to check for bad data an...
[6 replies] Last: p is a character pointer. I've fixed the overflow. Thabk you. The reas... (by selfane)
by mc1982
Access gui components of 3rd party app
 
Hi, I made a small application named myprog with a text box and a button, when your press the but...
[no replies]
by helios
Drivers, pointers, and x86-64
 
I'm working on a small driver that does a little magic on kernel space. I originally wrote it for XP...
[7 replies] Last: As far as I know, the CPU is strictly little endian. Well, it doesn... (by helios)
SetFilePointer/SetEndOfFile
 
I am trying to figure exactly how the SetFilePointer/SetEndOfFile functionality works. Essentiall...
[2 replies] Last: Hey freddie1, Thanks for the support. I'm actually using them for ... (by txtechhelp)
Getting BIOS Vendor
 
Hi! I'm trying to write a code which gets BIOS brand like famous tool CPU-Z. What i've found is th...
[no replies]
GetProcessId(<target>)
 
when i try to use this function, i get a compilation error. what can i do to fix this?
[3 replies] Last: That is a strange error, alright. I don't know why it's not finding G... (by Disch)
by Timbo1
File doesn't appear.
 
I am writing a program that creates/updates a file with some predefined text and input from various ...
[1 reply] : Please, I really need help with this. (by Timbo1)
GUI beginner!
 
hello. I want to start windows programming(GUI). 1. How should I begin? 2. What I need to know?...
[9 replies] Last: our teacher ought to lose his/her licence to teach for imparting dang... (by majidkamali1370)
Children a good plan:Walt Disney DVD(dvdsuperdeal.com)
 
Wow, cool! All these great offers almost made me not want to report you! Oh well.
[no replies]
How to unlock files
 
Hi, I have an application that sends a file via HTTP to a server. After that, the file is closed ...
[4 replies] Last: Actually, I closed the file handle inside the "SendFile" function and ... (by TeresaCarmo)
Shared dll and static dll
 
Hi, I have created a application using shared dll. But now how do I run the program on a differen...
[4 replies] Last: Thanks Denis. I used vcredist_x86.exe on host computer and put mfc100.... (by amitjakati)
by smurf
dialog based apps and databases
 
I am new to windows programming but have been programming in win32 for a year now i would like to...
[2 replies] Last: I put an ODBC C++ Sql Demo here... http://www.jose.it-berater.org/s... (by freddie1)
Please tell me this about dialog boxes
 
I have created a dialog box with some controls and button on it. When I click on a button, it opens ...
[1 reply] : Make your dialog modeless instead of model. (by writetonsharma)
win32 open its self again
 
Hi! I am writing a win32 application, and I want it to open 2 new windows of itself when you press a...
[1 reply] : what i have understood is, you want to open your new windows in the pa... (by writetonsharma)
by EruEru
how to Browse image
 
Hi, i need to use visual studio C++ to create a browse button to browse a photo from my desktop i...
[2 replies] Last: easiest Steps: 1. put a button on your window/dialog box 2. there ... (by writetonsharma)
by joshky
Displaying trailing zeroes with money
 
I know how to use iomanip.h to set display parameters for console applications, but what about Win32...
[no replies]
April 2010 Pages: 123456
  Archived months: [mar2010] [may2010]

This is an archived page. To post a new message, go to the current page.