FORMs Resize......

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Everyone,

Okay this is the scenario :
I have design a form with the following size :

this.ClientSize = new System.Drawing.Size(504, 344);

I then run the form and everything looks fine.
I come back to the form and i closed the code window for the form. I want to edit more code, so i double click on the form, which dynamically creates the Load code for me, I don't want this code but double-clicking on the form is a VFP habit.

So i go an delete the Load code from the form and the i delete the load event handler code by hand in the code window.

After i do this the form seems to re-compile and then the form changes sizes.

It only shows in the property window, not in the code window.

Any Ideas???
 
Back
Top