V
vertigo
Hello
When i tried to:
pictureBox.Size.Width = 100;
i receive:
DscFile.cs(58): Cannot modify the return value of
'System.Windows.Forms.Control.Size' because it is not a variable
Why ?
How can i change it's size ?
Thanx
Michal
When i tried to:
pictureBox.Size.Width = 100;
i receive:
DscFile.cs(58): Cannot modify the return value of
'System.Windows.Forms.Control.Size' because it is not a variable
Why ?
How can i change it's size ?
Thanx
Michal