avatar
C# smart device question# DotNet - 窗口里的风景
s*h
1
Hi I am writing a Pocket PC 2002 smart device program in Visual Studio .Net
2003/C#. There is a program that I do not quite understand.
The structure of my program:
Form1 (main form):
_Click(sender, e)
{
Form2 f2 = new Form2();
f2.show();
}
Form2:
_Click(sender, e)
{
Form3 f3 = new Form3();
f3.show();
}
After the program open the Form3, I clicked on the OK button at the top-right
corner of the form. Form3 was closed, and then I closed Form2 and Form1.
After all that, I found another Form1 was
avatar
e*s
2
thats the expected/intended behavior of pocket pc "smart close" feature.

top-right
the

【在 s***h 的大作中提到】
: Hi I am writing a Pocket PC 2002 smart device program in Visual Studio .Net
: 2003/C#. There is a program that I do not quite understand.
: The structure of my program:
: Form1 (main form):
: _Click(sender, e)
: {
: Form2 f2 = new Form2();
: f2.show();
: }
: Form2:

avatar
s*h
3
Thanks. So there is nothing to worry about?

.Net
window,
were
much!

【在 e*********s 的大作中提到】
: thats the expected/intended behavior of pocket pc "smart close" feature.
:
: top-right
: the

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。