04-22-2009, 08:50 PM
Function Dialog2
Trigger F4
Trigger F4

\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
str llg=
;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 196 194 "Dialog2"
;10 Static 0x5400000E 0x0 16 10 16 16 ""
;END DIALOG
;DIALOG EDITOR: "" 0x203000A "" "" ""
str sb10="$my qm$\image8.gif"
if(!ShowDialog(llg &Dialog2 0 0 0 0 0 0 0 0)) ret
ret
;messages
sel message
,case WM_INITDIALOG
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case STN_CLICKED<<16|10
,":10 $personal$\image8.gif"
,case IDOK
,case IDCANCEL
ret 1