Hi,
Here is the ( .rc) file .And i know that the pushbutton is not correct .
MENU_ID MENU
BEGIN
POPUP "&File"
{
MENUITEM "E&xit", EXIT_ID
}
POPUP "&Help"
{
MENUITEM "H&elp About", HELP_ID
}
BEGIN
PUSHBUTTON "1",ID_1,30,30,10,10
END
END
so i want to make a pushbutton in window
What i need to write in ( .rc) file to have a correct Pushbutton?
I do not want a dialog box or anything similarly.
Thank you for your effort of reading.