Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hiding screen activities with a "curtain" for bett
#5
Yes.

Function Curtain:

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

BlockInput 1
opt waitmsg 2
if(!ShowDialog("Curtain" &Curtain 0 0 1)) ret

;BEGIN DIALOG
;0 "" 0 0x88 0 0 227 154 "Please wait ..."
;END DIALOG
;DIALOG EDITOR: "" 0x2010505 "*" ""


ret
;messages
sel message
,case WM_INITDIALOG
,DT_Init(hDlg lParam)
,SetWindowPos hDlg HWND_TOPMOST 0 0 ScreenWidth ScreenHeight SWP_SHOWWINDOW|SWP_NOACTIVATE

Example macro:

Code:
Copy      Help
Curtain
rep 5
,key " kkk"
,1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)