The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: ragdog on January 23, 2008, 02:20:51 PM

Title: flat dialog
Post by: ragdog on January 23, 2008, 02:20:51 PM
hi guys

   
How does it work, I have the resource with a flat dialog radasm do without caption

Can you help me

thanks in forward

[attachment deleted by admin]
Title: Re: flat dialog
Post by: Adamanteus on January 24, 2008, 10:42:14 AM
Just looked ossama's funny carton and the same question downloaded :

#define IDD_DLG 1000
#define IDC_BTN2 100
IDD_DLG DIALOGEX 6,5,162,83
FONT 8,"MS Sans Serif",0,0
CAPTION "Title"

P. S. Excellent example you found, but resource statements is need to have on fingertips.
Title: Re: flat dialog
Post by: KetilO on January 25, 2008, 03:53:53 PM
Hi ragdog

You must set the WS_POPUP style to make a flat dialog.

KetilO
Title: Re: flat dialog
Post by: ragdog on January 26, 2008, 07:07:51 PM
thanks

for the information
Title: Re: flat dialog
Post by: ossama on January 26, 2008, 08:50:08 PM
Quote from: Adamanteus on January 24, 2008, 10:42:14 AM
Just looked ossama's funny carton and the same question downloaded :
do you mean this:
http://www.masm32.com/board/index.php?topic=8595.0
Title: Re: flat dialog
Post by: ragdog on January 26, 2008, 10:05:59 PM
@Adamanteus


what for a example?
Title: Re: flat dialog
Post by: Adamanteus on January 27, 2008, 05:38:11 PM
 22ragdog : example that you found for download
2ossama : shoot exact this.
Title: Re: flat dialog
Post by: ragdog on January 27, 2008, 06:45:42 PM
I have this example not found!
this is created with radasm project builder


greets