User profile: Silvestar

User info
User name:Silvestar
Name:Sly_theKing
Location:croatia
History
Joined:
Number of posts:106
Latest posts:

Interrupting loop using keyboard input
getasynckeystate() ?

how clean a transparent static control?
what do u mean clean? delete text?

how a GetMessage function is getting arguments?
It's in the wParam of the msg struct.

Help with FXC error?
If you're compiling shader at runtime, exclude your shader file from build. (Open properties for you...

win32api sendmessage strange behavior
Your FLSPEED hwnd variable is declared in local scope for WM_CREATE case. Declare it as global or a...