User profile: vorticidal

User info
User name:vorticidal
Email:kj4658@gmail.com
History
Joined:
Number of posts:27
Latest posts:

please help...
Editing single characters on the CLI depends on the environment. You could use ncurses for linux/uni...

How to program a grappling hook?
Assuming your hero(heroine, alien,whatever) is standing still while they shoot the grappling hook an...

Child window ID's not recognized by GetDlgItem()
So, HMENU is actually a pointer? I'd never guess it... Thank you very much.

multi threading
You could use a global variable to pass information to each individual thread. Each thread has its o...

Child window ID's not recognized by GetDlgItem()
My code creates some windows that are children of the main app window. The child windows are assigne...