Hi,
is there anyone that know if is it possible to use a "bold" style for some menu elements ?
Something like this:
Thanks.
Different font style in menu
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
Different font style in menu
Best Regards,
Marco Turco
SOFTWARE XP LLP
Marco Turco
SOFTWARE XP LLP
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- andresreyes_mzt
- Posts: 70
- Joined: Fri Jan 11, 2008 6:55 am
- Location: Mexico
- Contact:
I Use This Code, And Works!!!
SetMenuDefaultItem( <MenuHandle>, <itemId>, .F. )
Regards,
Andres Reyes
Code: Select all
HB_FUNC( SETMENUDEFAULTITEM )
{
SetMenuDefaultItem( hb_parnl(1), hb_parnl(2), hbparl(3) );
}
SetMenuDefaultItem( <MenuHandle>, <itemId>, .F. )
Regards,
Andres Reyes
{{{ ---- xharbour + Borland C --- }}}