does anyone code on Win98 anymore? after hours trying to pinpoint the problem I found this: if I set the handle of the parent in CreateWindowEx() to that of a window created in a class it fails, setting the handle of a global parent works ok, so is this a known problem on 98? CreateWindowEx(....., CWinA::hWnd,...) fails CreateWindowEx(....., ghWnd,...) is ok and yes, CwinA::hWnd is a static public member of the class, so I'm at a loss as to the problem, I'm looking for any ideas here ppl :)