CWinFrame的OnCreat函数中动态创建控件
   pbutton.Create("button",WS_CHILD | WS_VISIBLE | WS_TABSTOP                       |ES_AUTOHSCROLL | WS_BORDER,rect,this,MY_BUTTON);
        pbutton.ShowWindow(SW_SHOW);
     程序运行后,在窗口上先找不到按钮,用鼠标点击设置按钮的区域后
按钮才出现,怎么办,用了updatawindows也不行