Double Click on ProgressBar
-
What kind of platform: WinForms, WebUI, WPF, ...? ProgressBar for WinForms supports [double-click event](https://msdn.microsoft.com/en-us/library/system.windows.forms.progressbar.doubleclick(v=vs.110).aspx).
-
What kind of platform: WinForms, WebUI, WPF, ...? ProgressBar for WinForms supports [double-click event](https://msdn.microsoft.com/en-us/library/system.windows.forms.progressbar.doubleclick(v=vs.110).aspx).
-
Try to subclass this control and add the double click notification in the derived class.
-
Fedrer wrote:
...but not working.
Care to share (the code)?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles