by bally28
WM_SIZE
|
|
Jun 22, 2011 at 3:25am
[8 replies] Last: yes that should work perfectly but i think what you want to do makes n... (by bhattaroshan)
|
by STLreliant
Visual Studio 2010 express and Intel C++
|
|
Jun 21, 2011 at 7:06pm
[1 reply] : I have got Intel C++ v 11 and would like to set it up, the issue is i... (by Athar)
|
by pcultras
Problem with opening files in a simple notepad project
|
|
Jun 21, 2011 at 4:42pm
[4 replies] Last: ok so nothing was working and the code seemed to be ok so i decided to... (by pcultras)
|
by kevinkol
menu
|
|
Jun 21, 2011 at 4:42pm
[2 replies] Last: Sorry, but wrong. In Disch's words: There are 3 message box function... (by webJose)
|
by starface245
editing values in the windows registery
|
|
Jun 21, 2011 at 4:37pm
[1 reply] : BYTE data = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08 }; Reg... (by webJose)
|
by LB
First Attempt at Multithreading
|
|
Jun 20, 2011 at 12:58pm
[2 replies] Last: There's nothing wrong with the Win32 CreateThread() function. You just... (by Computergeek01)
|
by Yours3lf
convert method to unicode
|
|
Jun 19, 2011 at 7:39pm
[5 replies] Last: It uses void pointers to hide functionality and implementation. They d... (by closed account S6k9GNh0)
|
by XDEV
getline returns odd unicode characters?
|
|
Jun 19, 2011 at 7:10am
[4 replies] Last: ***SOLVED*** I dont know why but for some reason (probably because I ... (by XDEV)
|
by atmegaist
OpenCV2.2 with DevC++
|
|
Jun 19, 2011 at 12:34am
[no replies]
|
by HenryJ
How do you use Connect() in wxWidgets
|
|
Jun 18, 2011 at 7:39pm
[no replies]
|
by ShiroAisu
multithreading not working as expected
|
|
Jun 18, 2011 at 6:27pm
[17 replies] Last: Read the topic and find out why I asked about Linux: I wanted to try ... (by webJose)
|
by ShiroAisu
Sending mails undetected
|
|
Jun 18, 2011 at 3:15am
[12 replies] Last: On Win32 mailing is include inside COM Just use any Mail linterface (by george135)
|
Making a Textspace game and commands don't work! |
|
Jun 17, 2011 at 3:14pm
[2 replies] Last: On line 33 you have a while statement that compares the userInput to l... (by demonwolf)
|
by Yours3lf
writing autorun path to registry not working
|
|
Jun 17, 2011 at 1:39pm
[3 replies] Last: thanks webJose it solved the problem :) @kbw umm I'm not at that poin... (by Yours3lf)
|
by detective
CRecordset open Dsn Diloag VC++
|
|
Jun 17, 2011 at 1:14pm
[no replies]
|
by harshitm
Re :- Multiple threading.
|
|
Jun 16, 2011 at 11:14pm
[4 replies] Last: Or boost::thread (or std::thread) and boost::function work like none o... (by closed account S6k9GNh0)
|
by Yours3lf
comctl32.dll corrupt file
|
|
Jun 16, 2011 at 9:13pm
[2 replies] Last: yeah I needed the rights thanks :) (by Yours3lf)
|
by BFG
Renovation Screen ?
|
|
Jun 16, 2011 at 7:54pm
[2 replies] Last: Right now you're calling "BeginPaint()" everytime your window is sent ... (by Computergeek01)
|
by kevinkol
menu
|
|
Jun 16, 2011 at 3:03pm
[3 replies] Last: Here is about the very simplest way possible to create a dialog box wi... (by Lamblion)
|
PumpMessages |
|
Jun 16, 2011 at 12:25pm
[3 replies] Last: Each thread has it's own message queue. So if you want to process Win... (by kbw)
|