votes
Refresh only the coordinates(Form size) at runtime.
If I resize the form at runtime, the textBox1.Text is updating nicely. BUT...if i introduce a new string inside textBox1, it disappear once i resize the form. How to make extract and update ONLY theese coordinates? [code] int w, h, nw ...
