Windows Programming - April 2010 (Page 3)

Creating multiple windows using for loop
 
Hi, I am trying to create a number of static controls (and, soon, edit controls as well) in a window...
[4 replies] Last: Ha! Just dawned on me out of the blue! The HMENU four times table th... (by freddie1)
How to know when my window's focus statues is changed
 
Hi, I am making a desktop application using the C++ console with "CMU Graphics Library version 1.2 ...
[no replies]
getting the details of a file
 
hi, I want to get the versions of driver installed in my system. I could get it by manually right...
[1 reply] : Most likely, yes. C++ is a powerful language. But a program reding a .... (by ProgrammingBall)
Catching Exceptions?
 
I'm having some trouble understanding how I should correctly catch exceptions from the things I have...
[3 replies] Last: Thanks, that worked a treat! (by Alias NeO)
Creating Modal Dialog windows WITHOUT a resource.rc file?
 
I'm trying to get a modal dialog box working that will open up on top of my main window, and I want ...
[no replies]
What would be the best way to render something?
 
I always want to make everything myself, so i need to program my own rendering thingie. (wich means ...
[3 replies] Last: thanks. (by Radioactive)
Error in CreateWindow Child
 
here's part of my code; #define ID_SELECT 1; HINSTANCE hInst; static TCHAR szSelect = TEXT("...
[2 replies] Last: i tried doing that but it still give me the same error... i somehow... (by stevenlau88)
Moving Shapes on a form.
 
Hi guys, I'm trying to get my head around where to begin with this, I just want suggestions on ap...
[5 replies] Last: Update, I got this working, so I can move my shape anywhere i want:... (by Alias NeO)
Dynamic function calling
 
Alright, what im trying to achieve is to call a function dynamically, Heres the example; #inclu...
[12 replies] Last: Was more a case of you being aware of what's involved. There's alread... (by kbw)
Creating dialog boxes manually in Visual Studio?
 
I'm trying to write a small database application for a class assignment, I'm learning about the WinA...
[5 replies] Last: create them while running? :3 (by Radioactive)
Winsock wrong protocol error...
 
Hey... i was just doing some standard winsock application and it could not send the data to me becau...
[2 replies] Last: I don´t why, but now it does work without changes, now... (by Incubbus)
by Crippy
Class Definition: a problem
 
Hello Guys... I'm working on classes and can't quite figure out what's wrong with my program: apa...
[10 replies] Last: oh, and does the same apply for the previous post made, Apr 15, 2010 ... (by Crippy)
ughh.. How would i convert int to LPCSTR?
 
T_T im messing with the control event stuff...
[6 replies] Last: ok... *To another-thread mobile!* (by Radioactive)
Having trouble making a class and/or header file
 
I have this simple header file: //Header file for the Race Program // //Contains the Runner cl...
[7 replies] Last: Ah, it's been ages since I used classes across multiple files, but tha... (by Albatross)
How do you write structures?
 
Im new to C++ and I'm really confused about how structures work. Write a short program to create ...
[1 reply] : Hi... See my post on your thread in "Beginners". -Albatross (by Albatross)
by VCDD
array to bitmap
 
Hi users My program got a pointer which points on an byte array. The stored information in that a...
[1 reply] : I don´t know wether there is a simple function for this., or not... i... (by Incubbus)
WSAGetLastError code 183 O?o
 
hey... my code for binding a socket creates the error code 183 - not listed in the msdn... anyone kn...
[no replies]
query
 
I am making an app .. in which there's few table the tables named Month and Expense are having 1 to ...
[1 reply] : http://www.cplusplus.com/articles/how_to_ask/ http://catb.org/~esr/fa... (by Bazzy)
by Piety
How to draw lines in Dev C++
 
How can I add a line like moveto() and lineto() in MFC? Which class these two functions stay in? ...
[3 replies] Last: It should be called from your window procedure, when a WM_PAINT messag... (by NGen)
Geting calling module names
 
I'am hooking the sendto function and i would like to log names of every DLL which use it. How can...
[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.