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).
Hi All, I am badly looking for how to create a frameless windows. If anybody would help it, I would appreciate it. Cheerz all
I have code for a framework that does it, but you won't like the solution. Try intercepting WM_NCCALCSIZE. Remove the caption area from the first rect, and return WVR_VALIDRECTS. Told you, you wouldn't like it. But it works.