Re: sub Main
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Tue, 21 Feb 2006 12:35:16 +0100
Cor,
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> schrieb:
I'd recommend using Application.Run(frm) instead. I think that's supposed to be the "proper" way to do it.
Jay Harlow has once made a message where he has showed 8 proper ways to go in VBNet using a form.
It is just a matter of preference. And sometimes a matter of how to do, without a form or page it is hard to use the inbuild methods from that.
If the application needs a message pump, then I recommend to use 'Application.Run' instead of showing a form as a modal dialog, which is semantically incorrect. Sure, there are different ways of showing forms...
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- References:
- sub Main
- From: Brian Shafer
- Re: sub Main
- From: Chris
- Re: sub Main
- From: Brian Shafer
- Re: sub Main
- From: Scott M.
- Re: sub Main
- From: Brian Shafer
- Re: sub Main
- From: Scott M.
- Re: sub Main
- From: CMM
- Re: sub Main
- From: Cor Ligthert [MVP]
- sub Main
- Prev by Date: Re: Which Database type to use?
- Next by Date: Re: HttpWebRequest with cookies
- Previous by thread: Re: sub Main
- Next by thread: Re: sub Main
- Index(es):
Relevant Pages
|