![]() |
|
| vb / asp.net Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Jul 2006
Posts: 1,391
Thanks: 1
Thanked 28 Times in 25 Posts
Rep Power: 19 | VB - change font of menu bar in visual basic 6.0 How can we change font of menu bar in visual basic 6.0? |
| | |
| The Following User Says Thank You to preethisingh For This Useful Post: | Rouzbeh_Shad (13-07-08)
|
| | #2 (permalink) |
| Junior Member Join Date: May 2007 Age: 27
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 | Re: VB - change font of menu bar in visual basic 6.0 |
| | |
| | #3 (permalink) |
| Junior Member Join Date: Dec 2007 Age: 28
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | Re: VB - change font of menu bar in visual basic 6.0 Please tell me that how to change font of menus in MDI |
| | |
| | #4 (permalink) |
| Junior Member Join Date: Apr 2008 Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | Re: VB - change font of menu bar in visual basic 6.0 |
| | |
| | #5 (permalink) |
| Junior Member Join Date: Jan 2009 Age: 24
Posts: 7
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 1 | Re: VB - change font of menu bar in visual basic 6.0 If you want to use custom font and colors with your menu you must implemt owner draw menu since otherwise windows uses system colors and menus. To get menu color use GetSysColor with COLOR_MENU and COLOR_MENUTEXT parameters. To set these parameters use SetSysColor. To get menu system font use SystemParametersInfo with SPI_GETNONCLIENTMETRICS parameter. lfMenuFont member of NONCLIENTMETRICS structure is menu system font. To change this value use SystemParametersInfo with SPI_SETNONCLIENTMETRICS parameter. :) |
| | |
![]() |
| Tags |
| bar , basic , change , font , menu , visual |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mega Free Download S/W Links A-Z | yathish | OTHERS | 516 | 21-03-09 10:06 AM |
| VB - purpose of Visual source safe in VB | preethisingh | vb / asp.net Interview / Technical Questions | 2 | 12-05-07 09:04 PM |
| VB - create Visual basic Document file | preethisingh | vb / asp.net Interview / Technical Questions | 0 | 24-01-07 12:38 PM |
| VB - What is the use of Visual Basic Document file? | preethisingh | vb / asp.net Interview / Technical Questions | 0 | 24-01-07 12:38 PM |
| VB - Is it possible to change menu runtime | preethisingh | vb / asp.net Interview / Technical Questions | 0 | 24-01-07 12:09 PM |
| More Interview Questions Here... |