User profile: Kronos86m

User info
User name:Kronos86m
History
Joined:
Number of posts:5
Latest posts:

CreateThread Wrapper for object methods
You may call me idiot :D [code]Thread_Wrapper<Server> wrap(this, &Server::wait_for_clients);[/code] ...

CreateThread Wrapper for object methods
Hey folks, I'm a bit desperate. I'd like to call an object method via CreateThread. Therefore I s...

MessageBox() --> closes hWndMain ???
Ah, sorry... found out by myself -.- It hast to be [code]case WM_CLOSE:[/code] and not [code]case WM...

MessageBox() --> closes hWndMain ???
Hello together... I'm quite confused. I have an normal win32 App which barely dosen't do anything...

AppDomain UserControl
Hello, I was wondering how i could accomplish something like this: [code] private void form_Loa...