Search found 5 matches

by Jilo1234
Wed Jan 11, 2023 9:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RE:MENUBAR QUESTION
Replies: 2
Views: 242

RE:MENUBAR QUESTION

Hello FiveWin Community

Last Year i posted about MENUBAR. This is the code:


#Include "FiveWin.ch"

#define CLR_MSPURPLE RGB( 0, 120, 215 )
#define CLR_MSRED RGB( 232, 17, 35 )
#define CLR_MSGRAY RGB( 229, 229, 229 )

STATIC oFontMenu, oFont, oWnd

FUNCTION Main()

LOCAL oImage
LOCAL ...
by Jilo1234
Tue Jan 10, 2023 10:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MENU BAR QUESTION
Replies: 4
Views: 587

Re: MENU BAR QUESTION

Happy 2023 FiveWin Community!!!!!
by Jilo1234
Thu Dec 29, 2022 8:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MENU BAR QUESTION
Replies: 4
Views: 587

Re: MENU BAR QUESTION

cnavarro wrote:Please, what version of Fivewin are you using?
FiveWin for Harbour 19.05 - May. 2019 Harbour development power │▄
│ (c) FiveTech 1993-2019 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█
by Jilo1234
Mon Dec 26, 2022 10:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MENU BAR QUESTION
Replies: 4
Views: 587

MENU BAR QUESTION

Hello Fivewin Community,

There is a question about Menu bar
This is the code:


#Include "FiveWin.ch"

#define CLR_MSPURPLE RGB( 0, 120, 215 )
#define CLR_MSRED RGB( 232, 17, 35 )
#define CLR_MSGRAY RGB( 229, 229, 229 )

STATIC oFontMenu, oFont, oWnd

FUNCTION Main()

LOCAL oImage
LOCAL ...
by Jilo1234
Mon Dec 26, 2022 10:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 36882

Re: Ribbon Theme

Hello Fivewin Community,

There is a question about Menu bar
This is the code:


#Include "FiveWin.ch"

#define CLR_MSPURPLE RGB( 0, 120, 215 )
#define CLR_MSRED RGB( 232, 17, 35 )
#define CLR_MSGRAY RGB( 229, 229, 229 )

STATIC oFontMenu, oFont, oWnd

FUNCTION Main()

LOCAL oImage
LOCAL ...