12-22-2007, 07:55 PM
I need Just a little refreshment on this because its been a while sence ive done any of this
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 223 135 "Dialog"
3 Button 0x54032000 0x0 0 2 48 14 "ddd"
4 Button 0x54032000 0x0 0 28 48 14 "fff"
END DIALOG
DIALOG EDITOR: "" 0x202000B "" ""
how would i get " ddd , fff " when the dialog comes up and i click on it what i put in the
other function wont work say i want ddd to have OnScreenDisplay and fff to have OnScreenDisplay how would i put that in
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 223 135 "Dialog"
3 Button 0x54032000 0x0 0 2 48 14 "ddd"
4 Button 0x54032000 0x0 0 28 48 14 "fff"
END DIALOG
DIALOG EDITOR: "" 0x202000B "" ""
how would i get " ddd , fff " when the dialog comes up and i click on it what i put in the
other function wont work say i want ddd to have OnScreenDisplay and fff to have OnScreenDisplay how would i put that in