How can I get width of window of my program when it change?
-
When width and height are Changed of my program, How can I get the width and height of my program. I see a code in example from a book but I'm not sure code is start with like this protected override void OnResize(EventArgs ea) What deligate or event need to get Size Changed event. and How can I get width and height of my program when it occurs? Image will remind us some feelings and if I can ask someone about a problem, that's not a bad life.
-
When width and height are Changed of my program, How can I get the width and height of my program. I see a code in example from a book but I'm not sure code is start with like this protected override void OnResize(EventArgs ea) What deligate or event need to get Size Changed event. and How can I get width and height of my program when it occurs? Image will remind us some feelings and if I can ask someone about a problem, that's not a bad life.
form.Width form.Height A quick look at the object properties in VSS would have answered your question. This signature left intentionally blank