> On Oct 11, 4:53 am, sajit <nayar.sa...@gmail.com> wrote:
> > hi folks,
[quoted text clipped - 19 lines]
> Me.Close()
> ///////////
... and in addition, the startup object in the project's properties must be
changed to Sub Main (before, the "application framework" must be disabled in
VB 2005), which must contain:
dim f as new StartupForm
f.show
application.run()
And, Sajit, you must call Application.ExitThread in order to close the
application.
Armin
rowe_newsgroups - 11 Oct 2007 12:35 GMT
> > > hi folks,
>
[quoted text clipped - 31 lines]
>
> Armin
An Application.EnableVisualStyles() should be in your Sub Main too
(unless you like the "old" looking UI controls)
Thanks,
Seth Rowe