G
Guest
I've added a custom button to my form's caption bar to perform a pin
function. However the font-family that contains the pin/unpin image is
VisualUI (which come with VS.NET). However I can't seem to get this font to
display.
Any ideas on how to get this to work?
using(Font f = new Font("VisualUI", 7F))
{
ControlPaint.DrawStringDisabled( g, "q", f, Color.Black, _rcButton,
StringFormat.GenericDefault);
}
function. However the font-family that contains the pin/unpin image is
VisualUI (which come with VS.NET). However I can't seem to get this font to
display.
Any ideas on how to get this to work?
using(Font f = new Font("VisualUI", 7F))
{
ControlPaint.DrawStringDisabled( g, "q", f, Color.Black, _rcButton,
StringFormat.GenericDefault);
}