开发者

Problem calling form while closing the current one

开发者 https://www.devze.com 2023-02-05 00:59 出处:网络
I am having problem closing current form when I call some other form from current one. For example when I use code

I am having problem closing current form when I call some other form from current one. For example when I use code

me.dispose (I tried me.close 开发者_运维百科too) frmExam.ShowDialog()

It closes the current form but does not call frmExam.vb

How to fix it? Thanks Furqan


Show it and then close it!

frmExam.ShowDialog()
me.close()
0

精彩评论

暂无评论...
验证码 换一张
取 消