News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

flat dialog

Started by ragdog, January 23, 2008, 02:20:51 PM

Previous topic - Next topic

ragdog

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]

Adamanteus

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.

KetilO

Hi ragdog

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

KetilO

ragdog

#3
thanks

for the information

ossama


ragdog

@Adamanteus


what for a example?

Adamanteus

 22ragdog : example that you found for download
2ossama : shoot exact this.

ragdog

I have this example not found!
this is created with radasm project builder


greets