Mister Nages, which version of fivewin has the function FW_SayTextHilite()?
Regards, saludos.
To Mister Nages - xBrowser
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: To Mister Nages - xBrowser
karinha wrote:Mister Nages, which version of fivewin has the function FW_SayTextHilite()?
Regards, saludos.
FWH1909
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: To Mister Nages - xBrowser
oliveiros junior wrote:Mister Nages,
Did not work.
Aadd (aHilite, {Upper (SubStr (cMessage, start), (endFinal - start) + 1)),;
oFonte_Botao, nil, nil})
Att.,
Oliveiros Junior
Try putting
Code: Select all | Expand
SetBkMode( hDC, 1 )
before calling FW_SayTextHilite(...)
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 135
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times
Re: To Mister Nages - xBrowser
Dear Mr. Nages,
I put the SetBkMode (hDC, 1) straight into the function and it worked.
If nClrBack != NIL
nBkMode := SetBkMode( hDC, OPAQUE )
nOldClr := SetBkColor( hDC, nClrBack )
Else
SetBkMode( hDC, 1 )
EndIf
Thank you very much.
Att.,
Oliveiros Junior
I put the SetBkMode (hDC, 1) straight into the function and it worked.
If nClrBack != NIL
nBkMode := SetBkMode( hDC, OPAQUE )
nOldClr := SetBkColor( hDC, nClrBack )
Else
SetBkMode( hDC, 1 )
EndIf
Thank you very much.
Att.,
Oliveiros Junior
-
- Posts: 135
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times
Re: To Mister Nages - xBrowser
Mr. Nages,
without wanting to abuse, could you guide me how to transform FW_SayTextHilite into multilines?
Sorry my english, I'm using a translator.
Att.,
Oliveiros Junior
without wanting to abuse, could you guide me how to transform FW_SayTextHilite into multilines?
Sorry my english, I'm using a translator.
Att.,
Oliveiros Junior
- nageswaragunupudi
- Posts: 10733
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 11 times
- Contact:
Re: To Mister Nages - xBrowser
oliveiros junior wrote:Mr. Nages,
without wanting to abuse, could you guide me how to transform FW_SayTextHilite into multilines?
Sorry my english, I'm using a translator.
Att.,
Oliveiros Junior
Please give me time.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
-
- Posts: 135
- Joined: Tue Mar 20, 2007 3:13 pm
- Has thanked: 1 time
- Been thanked: 2 times