Hi,

Could someone tell me why I'm suddenly getting errors on the following:

I have a form with a panel which has a WMP control in it. I set its location at run time and then after a 10 second timer event it moves to a new location on the screen and options appear. This work fine.

I'm essentially trying to do the same thing on a different form involving a panel and a picture box. I'm not getting the 'Point' property from intellisense. I keep getting errors saying it's not an interface type or something. I've tried with and without the New keyword just in case.

I only get PointConverter or PointF to choose from when i try to set that panel location. Why??

I can't even do things like: Panel1.Location.X = 23

Says expression is a value and therefore cannot be the target of the assignment.

I created a new form, put a panel and picbox and it works. What have I done to make this happen??