... Handle you can get Icon from App
! Note : this Xbase++ Code use ANSI ( for Unicode change it to "W" )
FUNCTION FindIcon(nHandle)LOCAL nIconLOCAL ICON_SMALL:=0LOCAL ICON_BIG:=1LOCAL GCL_HICONSM:=-34LOCAL GCL_HICON:=-14LOCAL IDI_WINLOGO:=32517 nIcon := SendMessageA(nHandle, WM_GETICON ...
Search found 18 matches: nicon
Searched query: nicon
- Fri Apr 08, 2022 5:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Thumbnail of window
- Replies: 3
- Views: 559
- Tue Mar 31, 2020 10:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tooltip color
- Replies: 3
- Views: 601
Re: Tooltip color
nageswaragunupudi wrote:TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }
Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.
Thank you Mr. Rao,
I have not seen this information before.
What is nDelayType?
- Tue Mar 31, 2020 8:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tooltip color
- Replies: 3
- Views: 601
Re: Tooltip color
TOOLTIP { cText, [cHeader], [nIcon], [nClrText], [nClrBack], [nWidth], [nDelayTime], [nDelayType] }
Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.
Colors work only when the application is not linked with Manifest. If linked with Manifest, colors do not work.
- Tue Jan 17, 2017 9:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change Layout of content of the tooltip
- Replies: 10
- Views: 2991
Re: Change Layout of content of the tooltip
... we can change the text,etc displayed according to the context at the time of display of tooltip.
Array Specs:
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack }
March 2008
===========
* Enhancement: Tooltips can now have user defined header, icon and colors,
by specifying the ...
Array Specs:
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack }
March 2008
===========
* Enhancement: Tooltips can now have user defined header, icon and colors,
by specifying the ...
- Sat Dec 17, 2016 12:10 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Controlar propiedad AutoPopDelay de un tooltip
- Replies: 8
- Views: 1490
Re: Controlar propiedad AutoPopDelay de un tooltip
Idea
option for:
AutoPopDelay infinite,,,, end with click
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack, lInfinite }
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
option for:
AutoPopDelay infinite,,,, end with click
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack, lInfinite }
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
- Fri Dec 16, 2016 4:08 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Controlar propiedad AutoPopDelay de un tooltip
- Replies: 8
- Views: 1490
Re: Controlar propiedad AutoPopDelay de un tooltip
... we can change the text,etc displayed according to the context at the time of display of tooltip.
Array Specs:
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack }
March 2008
===========
* Enhancement: Tooltips can now have user defined header, icon and colors,
by specifying the ...
Array Specs:
Obj:cToolTip := { cText, cTitle, nIcon, nClrText, nClrBack }
March 2008
===========
* Enhancement: Tooltips can now have user defined header, icon and colors,
by specifying the ...
- Fri Oct 03, 2014 3:13 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Parámetros tooltips
- Replies: 11
- Views: 3491
Re: Parámetros tooltips
Hola.
En mi version, estos son los parametros:
// { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array.
Y aquí un ejemplo:
REDEFINE CHECKBOX oCKBOX VAR lCKBOX ID 123 OF oDlg
oCkBox:cToolTip ...
En mi version, estos son los parametros:
// { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array.
Y aquí un ejemplo:
REDEFINE CHECKBOX oCKBOX VAR lCKBOX ID 123 OF oDlg
oCkBox:cToolTip ...
- Mon Sep 16, 2013 9:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ejemplo c5Tooltip
- Replies: 60
- Views: 28227
Re: ejemplo c5Tooltip
... ó un codeblock que devuelve un array) en vez de una cadena para el tooltip, se pueden especificar estos parámetros: { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }
3. La evolución lógica de esto es usar un objeto, con lo que podemos configurar super tooltips con todos los ...
3. La evolución lógica de esto es usar un objeto, con lo que podemos configurar super tooltips con todos los ...
- Tue Dec 27, 2011 12:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: End of Year Message
- Replies: 5
- Views: 1164
Re: End of Year Message
A happy NEW YEAR to all !
self-made !!! ( not from Internet )
( inspired from NICON-advertisement : < Cat on Turtle > )
http://www.pflegeplus.com/pictures/Newyear.jpg
Maybe You need a Image, to send a Email to Your friend
http://www.pflegeplus.com/pictures ...
self-made !!! ( not from Internet )
( inspired from NICON-advertisement : < Cat on Turtle > )
http://www.pflegeplus.com/pictures/Newyear.jpg
Maybe You need a Image, to send a Email to Your friend
http://www.pflegeplus.com/pictures ...
- Sat May 02, 2009 7:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Size of tooltipps
- Replies: 2
- Views: 593
Re: Size of tooltipps
... Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array.
Surely this can ...
Surely this can ...
- Wed Apr 29, 2009 1:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tooltip Office like
- Replies: 10
- Views: 2991
Re: Tooltip Office like
... Tooltips can now have user defined header, icon and colors, by specifying the tooltip as an array in the format { cToolTipText, [cHeader, [nIcon]], [nForeColor], [nBackColor] }. If the tooltip is specified as a codeblock, it can evaluate to a character value or an array.
Surely this can ...
Surely this can ...
- Mon Apr 13, 2009 12:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: My RibbonBar + ExplorerBar
- Replies: 26
- Views: 5730
Re: My RibbonBar + ExplorerBar
... FalseEnd Sub
Antonio,
my problem is : I can't send FWH Imagelist to VB , to set this property Set TopBuI(TotalButton - 1) = LoadResPicture(nIcon, "CUSTOM")
as you know in VB there is control Imagelist below :
Dim zImg As ImageListSet TopBuI(TotalButton - 1) = zImg.ListImages.Item ...
Antonio,
my problem is : I can't send FWH Imagelist to VB , to set this property Set TopBuI(TotalButton - 1) = LoadResPicture(nIcon, "CUSTOM")
as you know in VB there is control Imagelist below :
Dim zImg As ImageListSet TopBuI(TotalButton - 1) = zImg.ListImages.Item ...
- Tue Sep 30, 2008 4:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TTRAY
- Replies: 6
- Views: 1460
- Mon Sep 08, 2008 11:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: bChange
- Replies: 9
- Views: 6134
- Mon Aug 11, 2008 10:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: change tooltips..how?
- Replies: 5
- Views: 948