SetDeskopLocation, Top? Left?

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Hey, I've tried everything to get a form to be placed where I want based on
absolute screen coords from Control.PointToScreen.

The only difference between this form and others is its borderless, should
not have a problem.

however, if I set the coordinates of it I would put in

X = 1069
Y = 564

and set that to the Top and LEft, I've set the Location. I've used
SetDesktopLocation... etc... nothing... I usually get X/Y pairs of 22/22, or
154/123, etc...

Nothing of patterns... anyone have any clues why this doesn't work..

thanks,
CJ
 
Hi CJ,

I do not know, did you already try to replace it to the resize event?

(If it stays I will test it for you.)

Cor
 
Back
Top