Hi all,
I'm trying to position a form in the corner of my screen when opened. I have tried to use the following code but am getting nowhere with it:
method open(var eventInfo Event)
var
pos Form
endvar
pos.setPosition ("Nested Parts.fsl", winStyleDefault, 100, 100, winDefaultCoordinate, winDefaultCoordinate)
endMethod
Has anyone got any ideas of either where I'm going wrong or maybe an alternative way around the default centre position of a form?
Thanks in advance,
Woody
I'm trying to position a form in the corner of my screen when opened. I have tried to use the following code but am getting nowhere with it:
method open(var eventInfo Event)
var
pos Form
endvar
pos.setPosition ("Nested Parts.fsl", winStyleDefault, 100, 100, winDefaultCoordinate, winDefaultCoordinate)
endMethod
Has anyone got any ideas of either where I'm going wrong or maybe an alternative way around the default centre position of a form?
Thanks in advance,
Woody