Custom Text on TaskBar
-
I Managed to draw on the title bar of a form to give it customized look. Now i want to draw on the taskbar to reflect the same looks on the title bar. Basically i change fonts and draw the caption in different font.one thing to note i don't want to change the system settings. i just want to render the form i am working with.
-
I Managed to draw on the title bar of a form to give it customized look. Now i want to draw on the taskbar to reflect the same looks on the title bar. Basically i change fonts and draw the caption in different font.one thing to note i don't want to change the system settings. i just want to render the form i am working with.
By taskbar do you mean to say status bar? If such is the case then simply define the font size color and style. You should beable to this in both the ide as well in the code. and regarding the "drawing" do you refer to drawing the text, or drawing an image? - string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?
-
By taskbar do you mean to say status bar? If such is the case then simply define the font size color and style. You should beable to this in both the ide as well in the code. and regarding the "drawing" do you refer to drawing the text, or drawing an image? - string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?