hello guyz
can you help me in making my little progee
i can't succeed in making a window with a menu, in which there is a menuitem (IDM_AJOUTER) that calls a dialog box (MyDialog), I work under a XP system
so.. can you return me the source of what i want (main lines are in this post)
thanx for all help
can you help me in making my little progee
i can't succeed in making a window with a menu, in which there is a menuitem (IDM_AJOUTER) that calls a dialog box (MyDialog), I work under a XP system
so.. can you return me the source of what i want (main lines are in this post)
thanx for all help
Check the sample code here http://www.asmcommunity.net/board/index.php?topic=4011&perpage=15&highlight=ACM&pagenumber=2 download acm100_2v.zip
Usage: Right click on the title bar and choose options. You will see another dialog box. Study the code you will find out that you need to use DialogBoxParam API for the dialog box to show up.
Usage: Right click on the title bar and choose options. You will see another dialog box. Study the code you will find out that you need to use DialogBoxParam API for the dialog box to show up.
thanx Stryker
:) i'll look at that
:) i'll look at that