Windows Programming - March 2011 (Page 8)

by boson
FLTK puzzle
 
Hello there, Here is the thing, I am tring to teach myself a C++ from Stroustrups Programing principles and practice using C++. I have been doing rather rapid...
[no replies]
Color Blind
 
Hi everybody. How's it going? I've come across another problem. This time I need my program to "see" different colors. Pretty much all I need is a functio...
[5 replies] Last: Thank you. (by raulkolk)
C++ Win32 API MoveWindow to Mouse Co-ordinates
 
case WM_RBUTTONDOWN: ShowWindow (hWndChild , SW_SHOW); MoveWindow (hWndChild , LOWORD (lParam), HIWORD (lParam), 200, 200, false); break; I ...
[5 replies] Last: Yup that will work only it will work ALL THE TIME lol. He needs to ... (by closed account 3pj6b7Xj)
Where to begin
 
I can write simple programs using C++ but I know nothing about windows programming, noting at all. I need some guides about where to begin. Please give me s...
[4 replies] Last: I started it out just like you, now I can write the window creation co... (by closed account 3pj6b7Xj)
Connection Document and Dialog in MFC
 
I contruct a Single Document in MFC.After,i creat a Dialog into that document.Now,i want data in "text file",which is opened by a button on Toolbar of Document,...
[no replies]
March 2011 Pages: 1... 678
  Archived months: [feb2011] [apr2011]

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