Hide and Show Dialog...
-
Dear all, Im my application when i cilck a music button , it has to pop up a window with a music file list selected to play and a option to add the othe files in to this list. and whenever i click the music button again it has to hide... How to show a dialog and hide with the main dialog active always...
Manjunath S
-
Dear all, Im my application when i cilck a music button , it has to pop up a window with a music file list selected to play and a option to add the othe files in to this list. and whenever i click the music button again it has to hide... How to show a dialog and hide with the main dialog active always...
Manjunath S
Manjunath S wrote:
Im my application when i cilck a music button , it has to pop up a window with a music file list selected to play and a option to add the othe files in to this list. and whenever i click the music button again it has to hide...
Probably the
CHideAndSeek()
class should help? Seriously though, what is your requirement?Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Manjunath S wrote:
Im my application when i cilck a music button , it has to pop up a window with a music file list selected to play and a option to add the othe files in to this list. and whenever i click the music button again it has to hide...
Probably the
CHideAndSeek()
class should help? Seriously though, what is your requirement?Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Actual i have to design a dialog similarly as the equavalizer window that comes in winamp,(whenever we press a arrow it opens and whenever we press a arrow again it hides)...
Manjunath S GESL Bangalore
-
Actual i have to design a dialog similarly as the equavalizer window that comes in winamp,(whenever we press a arrow it opens and whenever we press a arrow again it hides)...
Manjunath S GESL Bangalore
Will the
ShowWindow()
API help you?Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Actual i have to design a dialog similarly as the equavalizer window that comes in winamp,(whenever we press a arrow it opens and whenever we press a arrow again it hides)...
Manjunath S GESL Bangalore
Use a combination of SetWindowPos and/or MoveWindow to grow/shrink said window; thus show or hiding a portion of the dialog.
Maximilien Lincourt Your Head A Splode - Strong Bad