Can't type in edit control |
|
[2 replies] Last: Thank you, it worked great! (by some random dude)
|
ShowWindow (...., SW_SHOWMINIMIZED) not working |
|
[4 replies] Last: I already got it working the way I wanted, thanks though. (by some random dude)
|
by silas
Macro Function Stucture
|
|
[1 reply] : When a function is called in C, the arguments are pushed onto the stac... (by kbw)
|
by roland4269
Text doesn't update during WM_Paint message
|
|
[2 replies] Last: InvalidateRect (hwnd, NULL, TRUE); That will repaint the window. ... (by some random dude)
|
by freddie1
Std::string question regarding concatenations and speed
|
|
[no replies]
|
by meesa
[C++] Win32 API - Tabbing between windows
|
|
[9 replies] Last: You'll have to work on it. Works with me. You've been most helpfu... (by meesa)
|
by meesa
[C++] WM_MOUSEWHEEL message not working?
|
|
[8 replies] Last: Yes, I simple told the window with the focus that whenever it gets a s... (by meesa)
|
by holtaf
Write in MessageBox
|
|
[9 replies] Last: Either use MessageBoxA, std::string and std::stringstream or use Messa... (by myusername)
|
by thenewguy
url launch from inside Windows Form
|
|
[4 replies] Last: The language is C++/CLR . Use System::Diagnostics::Process::Start t... (by myusername)
|
Windows api Visual studio 2010 |
|
[3 replies] Last: thank you both, shall do (by closed account 4Gb4jE8b)
|
by ILIK20
I've got problem with this ... =)
|
|
[no replies]
|
get mouse position on picture |
|
[4 replies] Last: thanks (by altapocalypse)
|
by woohoo
Transparent Button?
|
|
[5 replies] Last: Then I don't know what happened when you've removed it :D It didn't w... (by fanprogrammer)
|
by rain
how to printf binary file?
|
|
[2 replies] Last: readFileBytes needs to return the buffer length (as in modoran's versi... (by kbw)
|
by levijgraham
Moving Bitmaps
|
|
[1 reply] : Part 2 // // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM) ... (by levijgraham)
|
by briannz556
add network printer
|
|
[no replies]
|
by geomike
Rectangle disappearing
|
|
[4 replies] Last: I am drawing to another window, you would know if you read my first p... (by Disch)
|
by carlsum1986
right click menu
|
|
[2 replies] Last: These tutorials really helped me understand basic WINAPI stuff. Scrol... (by emesaeler)
|
by GABsturr
How to add a missile in game?
|
|
[11 replies] Last: Hi again; have been experimenting with the code and now manage to fire... (by GABsturr)
|
by Twilice
Microsoft Visual C++ 2008 Express Edition
|
|
[6 replies] Last: I am not sure actually, I am testing this through another person so it... (by Twilice)
|