由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C# smart device question
相关主题
C# problemsRe: 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TE
ASP.NET 难题测试 (1)CrystalReport 问题
问题又来了.How to cancel DateTimePicker event?
How to get button name? (转载)static or else?
clicks by referencedefault !
dynamic change before refreshing怎样用c#编程模拟跟网页interact?
ASP.NET 难题测试 (2)[合集] How to disable browser options?
为什么web server自动改我的form actionButton's refresh problem
相关话题的讨论汇总
话题: form3话题: form2话题: form1话题: c#话题: program
进入DotNet版参与讨论
1 (共1页)
s***h
发帖数: 88
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
e*********s
发帖数: 200
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:

s***h
发帖数: 88
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

1 (共1页)
进入DotNet版参与讨论
相关主题
Button's refresh problemclicks by reference
老技术的新问题--关于VB6dynamic change before refreshing
move to another swf file from Flex MXML script (转载)ASP.NET 难题测试 (2)
vb.net如何显示缩小后窗口消失的程序(已解决)为什么web server自动改我的form action
C# problemsRe: 请问DATAGRID里的BOUNDCOLUMN HEADER可以又有TE
ASP.NET 难题测试 (1)CrystalReport 问题
问题又来了.How to cancel DateTimePicker event?
How to get button name? (转载)static or else?
相关话题的讨论汇总
话题: form3话题: form2话题: form1话题: c#话题: program