Zexor
Well-known member
- Joined
- Nov 28, 2008
- Messages
- 520
- Programming Experience
- 3-5
I am using the windowsapicodepack to display the progress status on the taskbar icon. Am mirroring the value from a progressbar in the form.
I find that the results varies. Sometime it displace the progress in the taskbar, and something nothing happens. I have no idea why. Sometime i reopen the form and it works again.
VB.NET:
TaskbarManager.Instance.SetProgressValue(pbTest.Value, 100)
I find that the results varies. Sometime it displace the progress in the taskbar, and something nothing happens. I have no idea why. Sometime i reopen the form and it works again.