CreateThread Wrapper for object methodsYou may call me idiot :D [code]Thread_Wrapper<Server> wrap(this, &Server::wait_for_clients);[/code] ...
CreateThread Wrapper for object methodsHey 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 UserControlHello, I was wondering how i could accomplish something like this: [code] private void form_Loa...