Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does anyone know how to remove the gripper from the bottom right hand corner of a status bar created using: StatusBar.Create(this) Thanks
I Never tried it but I think it can be done removing SBARS_SIZEGRIP style using ::SetWindowLong(GWL_STYLE ...) after statusbar was created.