>InitWx.cpp > >[...] > >IMPLEMENT_APP(InitWx) > >[...] > >Main.cpp > >[...] >#include "InitWx.h" > >IMPLEMENT_APP(InitWx) Maybe you should have only one IMPLEMENT_APP(InitWx). Otherwise you get two objects and set the frame in the wrong one. bye Fabi