hello
did any one tell me that
when we creat a button
CButton myButton;
// Create a bitmap button.
myButton.Create(_T("My Button"),WS_CHILD|WS_VISIBLE|BS_BITMAP,
CRect(10,10,60,50), pParentWnd, 1);
tell me pParentWnd ?? how we get this Parameter
and tell me weather Creat...