Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog
#1
Hey guys stupid question but how do i make a dialog move to the bottom left hand corner of my screen when its opened?
Instead of the middle of my screen, i looked in "Styles" in "Dialog Editor" figured it would be there but i cant seem to find it :oops:
If you know please reply ASAP!!!! thanks alot .. Sean
#2
Something like this?

Function test1
Code:
Copy      Help
\Dialog_Editor

str controls = "4"
str e4
if(!ShowDialog("test1" 0 &controls 0 0 0 0 0 1 -1)) ret

;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 223 79 "Dialog"
;1 Button 0x54030001 0x4 120 54 48 14 "OK"
;2 Button 0x54030000 0x4 174 54 48 14 "Cancel"
;3 Static 0x54000000 0x0 18 22 48 12 "Text"
;4 Edit 0x54030080 0x200 70 20 96 14 ""
;END DIALOG
;DIALOG EDITOR: "" 0x203000D "" "" ""
#3
yes just like that how do i make it so it opens at bottom like that? PLEASEEEEE HELPPPPP Cry
#4
ShowDialog [$macro] [dlgproc] [!*controls] [hwndowner] [flags] [style] [notstyle] [param] [x] [y] [$icon] [$menu]

x=1
y=-1
#5
thnk you verymuch i got it to work Big Grin thanks for the quick reply also


Forum Jump:


Users browsing this thread: 1 Guest(s)