change WindowsForm
-
Hi I want to know how to change the skin of a Windows Form. How can I change replace the MaximizeBox of a Windows Form as example. I don't want to use third party components. I just want to write my own stuff. But yet, i don't know how. Can anyone shortly explain how to make my own Windows Form or to replace the header with a grphic.. Thx
-
Hi I want to know how to change the skin of a Windows Form. How can I change replace the MaximizeBox of a Windows Form as example. I don't want to use third party components. I just want to write my own stuff. But yet, i don't know how. Can anyone shortly explain how to make my own Windows Form or to replace the header with a grphic.. Thx
Try to see this example: http://www.codeproject.com/cs/miscctrl/GoogleTalkWindowsForm.asp
-
Hi I want to know how to change the skin of a Windows Form. How can I change replace the MaximizeBox of a Windows Form as example. I don't want to use third party components. I just want to write my own stuff. But yet, i don't know how. Can anyone shortly explain how to make my own Windows Form or to replace the header with a grphic.. Thx
Hy, To create a skin for a windows form i use images. Set an images as the background image of your form and also set the border style of the form to None. The image I use has already drawn on it a maximize box and other buttons. I only put a label on top of these buttons and handle the click event. Using this method you can place buttons everywhere on the form. Hope my suggestion helps :) Do your best to be the best
-
Try to see this example: http://www.codeproject.com/cs/miscctrl/GoogleTalkWindowsForm.asp