开发者

Show a form after Application Load

I want to show a dialog b开发者_如何学编程ox or form immediately after my application loads. If I place a .showdialog in the main form load event the dialog shows before the application shows.

I’m trying to give some user tips when they load my application.

Thanks


The Shown event is pretty much designed for this.


Put the dialog form invocation in the Form_Activate event of your main form.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜