Hi all,
I am developing an Windows Forms application in VS2005 using .NET 2.0. The GUI of this application has a custom font. Note that I don't want to change the overall font of Windows in the via Control Panel. For some controls (forms, buttons) it is no problem to change the font. For others however (MessageBox, Tooltip, ErrorProvider, ErrorText of a DataGridViewRow) it is not possible, or, unclear to me how to do this easily.
For MessageBoxes en Tooltips I have accomplished a solution that is satisfactory to some extend (see also anotherthread in this forum http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1618381&SiteID=1)
Could somebody give me some tips how to change the font when using an ErrorProvider and DataGridViewRow.ErrorText?
Regards,
Mark