Folks
I want to implement my own pop up menu box when the user right clicks the task bar at the top of a window, ie I want the windows of my app. to show my dialog box instead of the standard useless MS box showing the restore/move/minimise/maximise/close dialog.
I've looked at TPopupMenu and TForm::OnContextPopup() but these only fire when clicking in the client area, not the task bar.
Is subclassing the solution ?
I'm new to subclassing & haven't googled much stuff relevant to CBuilder. Best so far might be Butthead's post (31/7/05) here on TTs.
Don't spend time on this but if you already have the URL of a good subclassing tut./example then pls post it.
John
I want to implement my own pop up menu box when the user right clicks the task bar at the top of a window, ie I want the windows of my app. to show my dialog box instead of the standard useless MS box showing the restore/move/minimise/maximise/close dialog.
I've looked at TPopupMenu and TForm::OnContextPopup() but these only fire when clicking in the client area, not the task bar.
Is subclassing the solution ?
I'm new to subclassing & haven't googled much stuff relevant to CBuilder. Best so far might be Butthead's post (31/7/05) here on TTs.
Don't spend time on this but if you already have the URL of a good subclassing tut./example then pls post it.
John