Hi,
one week ago i posted that i had a problem with
putting an edit control as childwindow in the main
window.Somebody answered that the problem could be in the
rc file.
The porog is coded in tasm ,but i hope somebody can help me.
the rc file :
#define IDI_MAINICON 1
#define CM_QUIT 101
#define CM_REGISTER 201
#define CM_ABOUT 301
crackme MENU
BEGIN
POPUP "&Crackme"
BEGIN
MENUITEM "&Beenden", CM_QUIT
MENUITEM "&Registrieren...", CM_REGISTER
END
POPUP "&About"
BEGIN
MENUITEM "&About", CM_ABOUT
END
END