Results 1 to 37 of 37

Thread: [RESOLVED] How Can I show Form2 Without Show all Project Forms !?

Threaded View

  1. #11
    Lively Member
    Join Date
    Oct 2013
    Posts
    124

    Re: How Can I show Form2 Without Show all Project Forms !?

    I think I'm starting to understand.

    Try this: Show the Base form with Style = vbModal. Drag it where it is out of the way. Only show Form2 from the button on the base form.

    Like under the button have

    Code:
    Private Sub cmdNote2_Click()
         Form2.Show
    End Sub
    Does that sound reasonable? Don't show Form2 any other way.

    The Base form is the only one you should try to show any other way. I'm still not sure where the systray and taskbar come into it. When you start the application the Base form, only, should be shown automatically if you have set it as the Startup Object under Project Properties. Just don't close it.

    Oh, ShowInTaskbar should be set to False on all the forms except maybe the base form.

    This is not a very good explanation. Do you need me to clarify anything.
    Last edited by Honduras 2811; Apr 6th, 2014 at 06:46 PM. Reason: Added note
    AMD FX-4300, WinXPSP3, VB6SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width