change window shape
-
Hy! Does anyone know how to make an aplication that do not have a rectangular window ... ( ex. diferent skin for MediaPlayer in WinXP ):confused: Bye, BogdanO ...the night is long ... but not long enought to do some real coding ...
Lots of information on the net about how to do it. Check for instance How to Create Non-rectangular Windows on the Xploiter website. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Hy! Does anyone know how to make an aplication that do not have a rectangular window ... ( ex. diferent skin for MediaPlayer in WinXP ):confused: Bye, BogdanO ...the night is long ... but not long enought to do some real coding ...
- Just call SetWindowRgn() for your window - Use Jean-Edouard L. Robert source code to create a region from a bitmap Codeguru's Bitmap Bitmap to RGN