|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to find out if a form is invoked by splashI have an about form I want to use also as splash form. however when
invoked from the above I want to provide additional info that is not accessible when being used as splash is this possible? Try this method. Don't forget the enum!
Enum SorA Splash About End Enum Public Overloads Function ShowDialog(ByVal owner As Windows.Forms.IWin32Window, ByVal SplashOrAbout As SorA) As DialogResult Me.Owner = owner Select Case SplashOrAbout Case SorA.Splash 'Splash Form Case SorA.About 'About Form End Select End Function -- Show quoteHide quoteThiele Enterprises - The Power Is In Your Hands Now! "gs" <gs@dontMail.telus> wrote in message news:ePNHLj68GHA.2288@TK2MSFTNGP05.phx.gbl... >I have an about form I want to use also as splash form. however when >invoked from the above I want to provide additional info that is not >accessible when being used as splash > > is this possible? >
Config file for DLL??
Why isnt this CLS compliant? Searching desparately for createmailslot example in VB.NET (MSDN universal Subscriber) Show ToolTip on every Control continuously My.Settings wont update?? listview determining current winform application is active, has focus or being used Compressing textfiles, but still read them changing book for study Upgrading a project, "Invalid Image" exception? |
|||||||||||||||||||||||