Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Solved)...Dialog style
#1

what style would make my dialog not show up on the task bar.
#2

WS_EX_TOOLWINDOW I believe.
Taking on Quick Macros one day at a time
#3

edit:
That doesnt seem to do anything.
#4

Hmmm, it gets rid of the dialog window from my taskbar, but i'm using QM version 2.1.8. Maybe it doesnt work in a later version?
Taking on Quick Macros one day at a time
#5

Could you post your dialog please.
#6

Nothing to this Dialog except the Style change.



Function ( Dialog2 )
Code:
Copy      Help
;\Dialog_Editor

;BEGIN DIALOG
;0 "" 0x90C80A44 0x180 0 0 223 140 "JOHN"
;1 Button 0x54030001 0x4 120 116 48 14 "OK"
;2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
;3 Static 0x54000000 0x0 82 56 60 8 "This works for me."
;END DIALOG
;DIALOG EDITOR: "" 0x2010808 "" ""



Macro ( Macro2 )
Code:
Copy      Help
if(!ShowDialog("Dialog2" 0)) ret
Taking on Quick Macros one day at a time
#7

I got it and thanks that did work I just had to make some changes.

Code:
Copy      Help
0 "" 0x90800A44 0x80 0 0 110 127 "Dialog"
#8

No problem, and as you can see I use some of those macros you've posted in the "My QM" section. Very fun, creative, and useful tools.
Taking on Quick Macros one day at a time
#9

Glad you like them. I'm working on a new one now. Big Grin
#10

Oh boy, can't wait. Smile
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)