Hiding and re-opening a modal form

  • Thread starter Thread starter RONATMOODYLAKE
  • Start date Start date
R

RONATMOODYLAKE

Guest
I am using VB Express 2013 for desktop. I have a form called "Music" (Music.showDialog) that plays music from items in a listbox. It is accessed through a menu item that invokes its load event. The application works fine. I want to keep the music going, however, while I do other things in the main application. The Music form contains a command button called "Hide" that executes "Me.Hide". I want to return to the Music for periodically after it is hidden. When I access Music again from the menu it invokes the load event, and I want to determine if the dialog is hidden so I can simply "un-hide" it. I cannot see how to do this.


RONATMOODYLAKE

Continue reading...
 
Back
Top