Posts: 44
Threads: 14
Joined: Nov 2008
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
Posts: 858
Threads: 196
Joined: Apr 2005
Something like this?
Function
test1
\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 "" "" ""
Posts: 44
Threads: 14
Joined: Nov 2008
yes just like that how do i make it so it opens at bottom like that? PLEASEEEEE HELPPPPP
Posts: 858
Threads: 196
Joined: Apr 2005
ShowDialog [$macro] [dlgproc] [!*controls] [hwndowner] [flags] [style] [notstyle] [param] [x] [y] [$icon] [$menu]
x=1
y=-1
Posts: 44
Threads: 14
Joined: Nov 2008
thnk you verymuch i got it to work
thanks for the quick reply also