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
Does that sound reasonable? Don't show Form2 any other way.Code:Private Sub cmdNote2_Click() Form2.Show End Sub
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.




Reply With Quote