Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog BMP Images
#5
Function Dialog2
Trigger F4     Help - how to add the trigger to the macro
Code:
Copy      Help
\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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)