Eyy!

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
AstroDog
Posts: 7
Joined: 2003-03-22 05:29
Contact:

Eyy!

Post by AstroDog » 2003-04-08 03:59

Code: Select all

while( (wnd=::GetWindow(mf->m_hWndClient, GW_CHILD)) != NULL) {
		if(wnd == wnd2) 
			Sleep(100);
		else { 
			::PostMessage(wnd, WM_CLOSE, 0, 0);
			wnd2 = wnd;
		}
	}
Long time since I was here last. Just dove into the sourcecode and thought I'd make a stupid comment. What about iterators? :P
You live and you die.

Locked