I have an application which takes time to load so i would like to display a progress bar in a small window such that it should not have any buttons like minimize,maximize and close button the progress bar should be standalone. Is there any way to display progress bar without any buttons.
Share
Yes, just set the
WindowStyletoNone, and possiblyResizeModetoNoResize.