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 will creat button or i have to first place the button the Dialog box?
please helpme i am almost new one
Bye
did any one tell me that
when we creat a button
CButton myButton;
// Create a bitmap button.
myButton.Create(_T("My Button"
CRect(10,10,60,50), pParentWnd, 1);
tell me pParentWnd ?? how we get this Parameter
and tell me weather Creat will creat button or i have to first place the button the Dialog box?
please helpme i am almost new one
Bye