Re: Simple form operations?
From: William Ryan eMVP (bill_at_NoSp4m.devbuzz.com)
Date: 04/11/04
- Next message: Ioannis Vranos: "Re: VS EA 2003 & .NET compact framework"
- Previous message: John Young: "PPC Emulator"
- In reply to: Bent S. Lund: "Simple form operations?"
- Next in thread: Bent Lund: "Re: Simple form operations?"
- Reply: Bent Lund: "Re: Simple form operations?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Apr 2004 17:01:14 -0400
http://www.knowdotnet.com/articles/application.run.html
"Bent S. Lund" <bstlu@online.no> wrote in message
news:u5lwlh%23HEHA.308@tk2msftngp13.phx.gbl...
> Hi,
>
> I'm a bit confused on the forms subject in CompactFramework.
>
>
> I have a Sub Main instantiating a frmSplash.
> In the OnLoad event of frmSplash i connect to a database.
>
> Then; I want to load frmProjectList, unload frmSplash and generally run
the
> app from there.
>
>
> Module modStart
>
> Public Sub Main()
>
> Dim frmSplash As New frmSplash
>
> Dim frmProjectList As New frmProjectList
>
> frmSplash.Show()
>
> frmProjectList.Show()
>
> frmSplash.Close()
>
>
>
> End Sub
>
> End Module
>
>
>
> What happens is that frmSplash shows, then it closes....and nothing!
>
> The Load event on the frmProjectList is triggered, but no form appears!
>
>
>
>
>
> ANy ideas?
>
> Regards,
>
> Bent
>
>
>
>
- Next message: Ioannis Vranos: "Re: VS EA 2003 & .NET compact framework"
- Previous message: John Young: "PPC Emulator"
- In reply to: Bent S. Lund: "Simple form operations?"
- Next in thread: Bent Lund: "Re: Simple form operations?"
- Reply: Bent Lund: "Re: Simple form operations?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|