|
Hey, I have several forms which derive from one base form. The base form provides OkButton and CancelButton and some other stuff. Every time i open one of the derived forms in designer, OkButton and CancelButton are gone. The designer moves them along the x axis to some random location far outside my form.
For example: I move the OkButton to (150;10) and close the designer. When i compile, the button is at the right location. If i reopen the designer, the button is at (1150;10) or some other random x coordinate.
I noticed this in Vs 2008 and Vs 2008 sp1.
any ideas?
|