8
Answers

Form size

I am trying to change form size programmatically at load event of form using following code

this.size = new size(840,440);


but this is not working...

can anyone tell me solution???


Thx in advance

Answers (8)