How to detect mouse click on application taskbar button???
-
Hi All, I am working on a borderless window frame. Can anyone tell me how can i detect the left and right mouse click on the application taskbar button so that i can minimize,maximize the window and can show the command menu???? Tarun Sharma.
-
Hi All, I am working on a borderless window frame. Can anyone tell me how can i detect the left and right mouse click on the application taskbar button so that i can minimize,maximize the window and can show the command menu???? Tarun Sharma.
Why remove the frame window and do extra work to mimic the frame window behavior? I'm baffled. Please explain.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
Why remove the frame window and do extra work to mimic the frame window behavior? I'm baffled. Please explain.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Well i investers don't want the default windows look on the main window,so i removed the border and created my own,where i am showing minimize,maximize and close button and handling all the mouse click events in these buttons. But when i click on taskbar button it doesn't minimize the apllication.
-
Well i investers don't want the default windows look on the main window,so i removed the border and created my own,where i am showing minimize,maximize and close button and handling all the mouse click events in these buttons. But when i click on taskbar button it doesn't minimize the apllication.
-
apply these styles to your window these will enable sys menu on taskbar button and will enable minimize & maximize selections on menu
WS_SYSMENU|WS_MINIMIZEBOX|WS_MAXIMIZEBOX
Well all these three styles are applicable only to windows which have title bar and my window doesn't have any titlebar.
-
Well all these three styles are applicable only to windows which have title bar and my window doesn't have any titlebar.
Hi, Sorry Only_jack....I again tried using these style and it worked. But now my window dosen't resize ?????? In my window i was handling all four side resizing and moving by testing NcHitTest. moving is working but resizing is not at all working!!! I don't get any clue about this. Can you give some idea about this. Tarun Sharma.
-
Hi, Sorry Only_jack....I again tried using these style and it worked. But now my window dosen't resize ?????? In my window i was handling all four side resizing and moving by testing NcHitTest. moving is working but resizing is not at all working!!! I don't get any clue about this. Can you give some idea about this. Tarun Sharma.