Windows Programming - July 2011 (Page 4)

Help with closing Win32 app.
 
Hey all, As an attempt to neaten my code and allow me to handle exceptions a little easier I tri...
[1 reply] : Looks good to me. Try setting no cursor at all. Set mainWnd.cpp:23 t... (by webJose)
by tajwan
help
 
Visual Studio 2010 Expres Edition #include <iostream> using namespace std; int main () ...
[3 replies] Last: Or just add iostream header inside stdafx.h. (by modoran)
Win32/Computer Memory Usage
 
Question 1, part 1 - When you write a program are the variables, etc, that you write in given a memo...
[4 replies] Last: Thank you so much for your help, it is greatly appreciated. (by NeckDeepInSyntaxErrors)
Create a new window after pressing a button.
 
Hello world!! I am a beginner in creating windows programming. At the moment I am trying to obtai...
[no replies]
by Skagen
Dump object into file | Restore object from file later
 
So I've messed around with XML and boost:serialization (which seems to be gone in the latest version...
[7 replies] Last: Noooo, you would just implement a way of storing the vectors elements ... (by ModShop)
CreateFile() for Directory
 
Hi, I want to open directory from my machine in write mode. So i can delete files from that folder....
[5 replies] Last: Ok buddy, Thanks for your reply.. Actually i have new problem. I want ... (by bally28)
Convert UNIT to char
 
I need to convert the UNIT to LPCSTR in order to get it printed. Is it possible? If not, then wh...
[5 replies] Last: Window messages are just numbers. Look in winuser.h header file to fin... (by modoran)
Child window not getting input
 
I had created a main window and then a child window that has 2 text fields and 2 buttons. The proble...
[9 replies] Last: Don't use WS_CHILD or WS_GROUP to the text controls, leave default beh... (by modoran)
Cin for Windows API
 
Hello everyone I need help with a program that does standards for the user but I need to get the sta...
[1 reply] : I don't understand what you want, please be more explicit ... If you ... (by modoran)
Visual C++ txtBox newline?
 
Hello all, new guy here. I have a Visual Studio Express 2010 C++ windows forms project going where I...
[6 replies] Last: I was not using "+=" when entering text. So anytime text was written, ... (by chrismec)
how to reduce the threading timing issue?
 
may be my title not that appropriate to my problem ... i'm face issue that i have 2 thread pool ...
[1 reply] : Can't you add the deleting job at the end of the processing job, inste... (by bartoli)
C++ Interactive Daemon
 
I need to write C++ Interactive Daemon which can do following. - Read big file ( approx 170 MB ) ...
[no replies]
Compressing and Encrypting
 
How can you compress and encrypt any multiple files into one file that is your own format?
[6 replies] Last: Thanks very much :) (by stfn321)
Visual Studio 2k3 error "unable to attach to machine <m/c name> "
 
Hi All, I am getting following error while running a VC++ program in debugging mode from VS 2k3 IDE...
[no replies]
How can i add icon in my file?
 
#include <windows.h> #define IDI_ICON 1 LRESULT CALLBACK P(HWND A,UINT B,WPARAM C,LPARAM D){ ...
[no replies]
Virtual Key Codes
 
case WM_KEYDOWN: switch(wParam) case VK_LEFT: X -= 5; InvalidateRect(hWnd,...
[15 replies] Last: Anyone ? (by TpOreilly)
by semar
Dev-Cpp
 
Hello I have a problem with dev-cpp i cannot open project options (get errors) , could someone give ...
[2 replies] Last: Thanks for help :) (by semar)
by zaid65
Multipliple Threads in CBuilder 5.0
 
i need help how to use threads in C Builder 5.0 if anybody can help me. Also how i can make the C B...
[no replies]
Define User Macro
 
I use GetDlgItem(hwnd,id_control) quite a bit. How could I #define a macro so that instead of wri...
[2 replies] Last: Thanks. I was just using that as an example. I will probably want to d... (by Lamblion)
by screw
writing an simple UML editor
 
Hi all! I would like to create a very simple UML editor but I don't know how I should start it. F...
[1 reply] : You could start by programming a generic graph Editor, a program that ... (by bartoli)
July 2011 Pages: 1234567
  Archived months: [jun2011] [aug2011]

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