Thanks for Miha's quick response.
Hi John,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know if it is recommended
to write code in "Windows Form Designer generated code" region. If there is
any misunderstanding, please feel free to let me know.
Just as Miha mentioned in his post, it is not recommended to do so, because
VS.NET might generate codes and overwrite your changes. There are other
places that can write initialize codes and get same effects, for example
the form constructor like "public Form1()", or the Form.Load event handler
like Form1_Load(object sender, System.EventArgs e).
HTH. If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."