|
From: Brian G. <bm...@ya...> - 2001-10-26 21:37:06
|
Is this what you want?
IDD_TESTDIALOG DIALOG DISCARDABLE 0, 0, 186, 71
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,129,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
LTEXT "Static",IDC_STATIC,8,7,109,36
EDITTEXT IDC_EDIT1,8,52,167,12,ES_AUTOHSCROLL
END
--- James Tabor <jim...@ad...>
wrote:
> Hi,
> Does anyone have examples for dialogs to be use in windres format rc
> files? Dumb question!
> James
>
> ====================================================
> = To remove yourself from this mailing list, go to =
> = http://www.reactos.com/home/mailing.html =
> ====================================================
>
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
====================================================
= To remove yourself from this mailing list, go to =
= http://www.reactos.com/home/mailing.html =
====================================================
|