Form Not Appearing
- From: "Michael" <QmQiQcQhQaQeQlQhQiQmQsQ@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 08 Apr 2007 15:24:55 GMT
Hi
I Have an application with a Splash form (frmSplash) which gets called from
a Sub Main() in the modStart module which has the following in:
Sub Main()
frmSplash.Show
End Sub
Sub ClearSplash()
Unload frmSplash
frmMenu.Show
End Sub
I then have a timer on the frmSplash which calls ClearSplash().
The problem I'm having is then frmMenu never comes up. You can see it in the
taskbar and when you do Alt-Tab, if you select it then when you press enter
it runs btnProfile_Click() as if it's open (5 buttons on the form but only
one button on the form has code). The code for frmMenu:
Private Sub btnProfile_Click()
frmProfileOptions.Show
Unload Me
End Sub
I've tried loading it and then making it visible, making it visible on load,
and setting it as the default form to run on execution (when you hit F5) but
nothing seems to get it to show. Any ideas?
As I said before there's only buttons on the form with only one of them with
code so nothing that would cause it to change its appearance.
Cheers,
Michael
.
- Follow-Ups:
- Re: Form Not Appearing
- From: Henning
- Re: Form Not Appearing
- From: Mike Williams
- Re: Form Not Appearing
- Prev by Date: Re: Gathering Data from an App opened with Shell
- Next by Date: Re: Gathering Data from an App opened with Shell
- Previous by thread: Gathering Data from an App opened with Shell
- Next by thread: Re: Form Not Appearing
- Index(es):
Relevant Pages
|