Home All Groups Group Topic Archive Search About

Getting msgbox to appear on top of splashscreen VB.net 2005

Author
22 Jul 2006 6:38 AM
steve
Hi All

I have a form set as the splashscreen in project properties

Is there any way to get msgboxes to appear on top of the splashscreen

If I don't hide the splashscreen then the program just stops as msgbxes from
licence checks etc cannot load on top


Regards
Steve

Author
22 Jul 2006 7:57 AM
gene kelley
Show quote Hide quote
On Sat, 22 Jul 2006 16:38:11 +1000, "steve" <ga630sf@newsgroups.nospam> wrote:

>Hi All
>
>I have a form set as the splashscreen in project properties
>
>Is there any way to get msgboxes to appear on top of the splashscreen
>
>If I don't hide the splashscreen then the program just stops as msgbxes from
>licence checks etc cannot load on top
>
>
>Regards
>Steve
>

You've asked this before, but apparently still don't have what you want.

Why would you want a messsge box on top of the Splash Screen?

It would be helpful to know exactly what you are trying to accomplish with this message box.

If no license, is the message box simply info to the user, and the app still runs (evaluation
maybe?) or not allow the app to run?

Gene
Author
23 Jul 2006 4:42 AM
steve
Hi Gene

The messagebox is for evaluation copy of program

I have figured the best way to do it based on the different replies to my
posts and am happy with the results

Regards
Steve

Show quoteHide quote
"gene kelley" <o***@by.me> wrote in message
news:34m3c2dr6g1s60808ih3r9sfu4ktrlo26j@4ax.com...
> On Sat, 22 Jul 2006 16:38:11 +1000, "steve" <ga630sf@newsgroups.nospam>
> wrote:
>
>>Hi All
>>
>>I have a form set as the splashscreen in project properties
>>
>>Is there any way to get msgboxes to appear on top of the splashscreen
>>
>>If I don't hide the splashscreen then the program just stops as msgbxes
>>from
>>licence checks etc cannot load on top
>>
>>
>>Regards
>>Steve
>>
>
> You've asked this before, but apparently still don't have what you want.
>
> Why would you want a messsge box on top of the Splash Screen?
>
> It would be helpful to know exactly what you are trying to accomplish with
> this message box.
>
> If no license, is the message box simply info to the user, and the app
> still runs (evaluation
> maybe?) or not allow the app to run?
>
> Gene
>
>
Author
23 Jul 2006 5:31 AM
gene kelley
On Sun, 23 Jul 2006 14:42:48 +1000, "steve" <ga630sf@newsgroups.nospam> wrote:

>Hi Gene
>
>The messagebox is for evaluation copy of program
>
>I have figured the best way to do it based on the different replies to my
>posts and am happy with the results
>
>Regards
>Steve
>

OK, a "Nag Screen".

I trust you are launching this from the main form's ShownEvent.

Gene
Show quoteHide quote
>
Author
22 Jul 2006 7:57 AM
tommaso.gastaldi
You can show the login stuff after the display of the splash screen.
You do not need to cover it. After all, that's your advertising ...

Another option would be calling directly your splash screen (skipping
the built in one), where you can do whatever...

-tom

steve ha scritto:

Show quoteHide quote
> Hi All
>
> I have a form set as the splashscreen in project properties
>
> Is there any way to get msgboxes to appear on top of the splashscreen
>
> If I don't hide the splashscreen then the program just stops as msgbxes from
> licence checks etc cannot load on top
>
>
> Regards
> Steve