Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
adding the timer dialog into my dialog i already have....
#6
ken Wrote:no i mean like have the a timer somewhere in this dialog

Code:
Copy      Help
;\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages

;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 223 135 "Quick Macros Help"
;1 Button 0x54030001 0x4 120 116 48 14 "OK"
;2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
;3 Button 0x54032000 0x0 78 14 48 14 "Move"
;5 Button 0x54032000 0x0 78 34 48 14 "-Log In-"
;6 Button 0x54032000 0x0 78 54 48 14 "-Log Out-"
;7 Button 0x54012003 0x0 78 74 48 12 "Close"
;4 Button 0x54020007 0x0 50 4 108 101 ""
;END DIALOG
;DIALOG EDITOR: "" 0x2010808 "" ""


ret
;messages
if(message=WM_INITDIALOG) DT_Init(hDlg lParam)
;int param=DT_GetParam(hDlg)

sel message
,case WM_INITDIALOG
,ret 1
,case WM_DESTROY DT_DeleteData(hDlg)
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case 7
,mac "Close QM Forum"
,case 6
,mac "Quick Macros Forum - Log Out"
,case 5
,mac "Quick Macros Forum - Log In"
,case 3
,mac "Move To Corner"
,case IDOK DT_Ok hDlg
,case IDCANCEL DT_Cancel hDlg
ret 1

bro all u need to do is put the codes that arnt in the other 1 without the timer, and make new edit or buttons that are in the second 1 into the first 1 ok. idk how to make it any simpler


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)