Windows Programming (Page 5)

Device Contexts, Bitmaps and WM_SIZE
 
Hey there, If I have a compatible bitmap and device context associated with my window and I want the...
[2 replies] Last: So changing the size of a window doesn't make the device context any l... (by SixTsevN)
WM_MOUSEMOVE; mouse moves one axis at a time?
 
Hey there, I was making a simple click+hold and drag navigation system for my app and I noticed some...
[1 reply] : Is this true? No. (by Disch)
Help depolying application written in VS
 
Hi guys, I recently wrote an application using VS 2012 and Windows Forms, it's working perfectly on ...
[no replies]
How do Windows Print Processes Work?
 
Hi all, Im still quite new to programming and the windows architecture and Im currently trying to...
[1 reply] : This may be a good place to start... http://msdn.microsoft.com/en-us/l... (by Grey Wolf)
Visual C++ with .NET
 
Is this worth putting time into? I would elaborate but I don't know anything as to what I am doi...
[3 replies] Last: Writing games has never really interested me so I can't comment on the... (by Grey Wolf)
Proper Windows Programming Design
 
I want to know how to properly design a windows application. Like in console programming creati...
[13 replies] Last: Wow thank you guys so much for these responses! And thank you freddie!... (by novellof)
by tec23
Win32 WM_CUT and WM_COPY
 
Something strange is happening. When I handle both WM_CUT and WM_COPY in my subclass edit procedure,...
[no replies]
by yaaz32
Listview
 
How does one calculate all values in a listview using a for loop?
[1 reply] : int sum = 0; for each (auto item in listVotes->Items) { ... (by yaaz32)
Pages: 1... 345
  Archived months: [sep2014]

Cannot post in this page. To post a new message, go to the first page.