vellaima Posted January 29, 2003 Posted January 29, 2003 Hi, I am new to VB.NET. Does anyone have a sample code to change the font, size and the color of the menu in VB.NET Thanks in advance. Quote
Leaders quwiltw Posted January 29, 2003 Leaders Posted January 29, 2003 a guick google search... http://www.dotnet247.com/247reference/msgs/17/86568.aspx if you need help converting the C# sample to VB syntax let us know. Quote --tim
*Experts* Volte Posted January 29, 2003 *Experts* Posted January 29, 2003 http://www.xtremedotnettalk.com/showthread.php?s=&threadid=69043 There is a component there which induces owner drawn menus on a forum; you can easily change the source to add in a different font. Quote
vellaima Posted February 7, 2003 Author Posted February 7, 2003 I have created menu successfully using DrawItem and MeasureItem. Can anyone please provide me the code to change the borderstyle of the MenuItem selected from "Flat" to "Sunken" during runtime. Quote
Threads Posted February 7, 2003 Posted February 7, 2003 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_OwnerDrawnMenus.asp There is a good example from Microsoft that uses different fonts and owner-drawn images. Quote mov ax, 13h int 10h
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.