如何使应用程序的Frame窗口居中?
这倒不难,只要在应用程序的MainFrame中的OnCreate()调用下面的函数就是了:
CenterWindow( GetDesktopWindow() );