Search found 18 matches: openthemedata

Return to advanced search

Re: Fivewin Uxtheme

hi Antonio, Please try it this way: C5_OpenThemeData( oTabs:hWnd, "SysTabControl32" ) thx for Answer as i can say "Name" for Theme come from TMSCHEMA.H "Button" "Rebar" "Toolbar" "Status" "Menu" "ListView" "Progress...
by Jimmy
Sat Oct 29, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 790

Re: Fivewin Uxtheme

Jimmy,

Please try it this way:

C5_OpenThemeData( oTabs:hWnd, "SysTabControl32" )
by Antonio Linares
Sat Oct 29, 2022 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 790

Fivewin Uxtheme

... now i found in fwh\source\function\c5cnew.c some HB_FUNC() when search under \classes i found only \fwh\source\classes\btnbmp.prg which use "OpenThemeData" so only Type "BUTTON" have Theme :?: --- how to "Set" Theme under Fivewin for TFolder() :?:   ::hTheme := @UxTheme:OpenThemeData( ...
by Jimmy
Sat Oct 29, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 790

Re: SetWindowTheme

Antonio, do you remember I Trying some years ago to make a listbox with checkboxes array ? now it is possible... thanks to AntoninoP and then .... your Fivetech Explorerbar class can be changed C5_OpenThemeData(::hWnd, "EXPLORERBAR") #define EBP_NORMALGROUPBACKGROUND 5 #define EBP_NORMALGR...
by Silvio.Falconi
Thu Jun 11, 2015 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetWindowTheme
Replies: 11
Views: 3317

Re: Canal5 y FWH 11.05

Antonio; gracias por tu tiempo creo que falta menos, este error devuelve ahora: Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland source\c5cnew.c: Warning W8004 source\c5cnew.c 217: 'bRet' is assigned a value that is never used in function HB_FUN_CREATECAPTIONFONT Warning W8004 source\c5cn...
by MarioG
Tue May 08, 2012 12:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal5 y FWH 11.05
Replies: 14
Views: 4968

Re: Canal5 y FWH 11.05

Antonio, Paso todo Ok, solo quedan unos Warning que no creo que sean problemas. De nuevo gracias. Compilando vitem.prg... Compilando VMenu.prg... Compilando C5ImgLis.prg... Compilando dblbuffe.prg... Compilando libreria.prg... Compilando c5cnewH.c... Warning W8004 c5cnewH.c 217: 'bRet' is assigned a...
by audisys
Fri Jul 22, 2011 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal5 y FWH 11.05
Replies: 14
Views: 4968

Re: Canal5 y FWH 11.05

Antonio, Corregido en parte, ahora muestra otros errores. Gracias por tu colaboracion. Compilando vitem.prg... Compilando VMenu.prg... Compilando c5cnew.c... Compilando C5ImgLis.prg... Compilando dblbuffe.prg... Compilando libreria.prg... Warning W8004 c5cnew.c 217: 'bRet' is assigned a value that i...
by audisys
Thu Jul 21, 2011 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal5 y FWH 11.05
Replies: 14
Views: 4968

converte from vb

someone can converte these funs from vb please ? Private Declare Function OpenThemeData Lib "uxtheme.dll" (ByVal hWnd As Long, ByVal pszClassList As Long) As Long Private Declare Function CloseThemeData Lib "uxtheme.dll" (ByVal hTheme As Long) ...
by Silvio
Fri Jan 09, 2009 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: converte from vb
Replies: 6
Views: 999

Re: checkbox into a listbox

... it not use resource If I not resolve the problem of theme I use it the same ... I 'am sure Reyes created explorerBar class from Uxtheme.dll and OpenThemeData(::hWnd, "EXPLORERBAR") and drawframeconrol with menuitem control because explorerbar is native control of window from xp win. ...
by Silvio
Thu Jan 08, 2009 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox into a listbox
Replies: 7
Views: 1308

Re: checkbox into a listbox

I need these functions


OpenThemeData
DrawThemeBackground
CloseThemeData

someone can help me ?
by Silvio
Thu Jan 08, 2009 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox into a listbox
Replies: 7
Views: 1308

Re: checkbox into a listbox

Antonio,
how I can call the OpenThemeData function and call a button control ?
I 'm searching but I not Know How call it

http://msdn.microsoft.com/en-us/library/bb759821.aspx
by Silvio
Thu Jan 08, 2009 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox into a listbox
Replies: 7
Views: 1308

... RECT *pClipRect ); La implementación general en Windows par dibujar un radiobutton debería ser entonces algo parecido a como sigue: { m_htheme = OpenThemeData(hwnd, L"Button"); if (m_htheme) { DrawThemeBackground(m_htheme, hdc, BP_RADIOBUTTON, RBS_CHECKEDNORMAL, &rc, NULL); CloseThemeData(m_htheme); ...
by César E. Lozada
Sun Dec 21, 2008 4:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar array a una función C
Replies: 10
Views: 1795

>Call OpenThemeData

Antonio,
could you please post the code to do that.
We are about to release a new version of our software...

Thanks,
Dietmar
by Dietmar Jahnel
Tue Dec 04, 2007 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2007 style question
Replies: 11
Views: 1980

Antonio,

>Call OpenThemeData

Is that an existing FW or Harbour function, or is it an API?

James
by James Bott
Tue Dec 04, 2007 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2007 style question
Replies: 11
Views: 1980

Dietmar,

More results :-)
>
Call OpenThemeData. This will return a handle to the theme, which, if NULL indicates that the visual style manager is disabled or there is no information for that control, which means that you should continue to draw using your default routines.
>
by Antonio Linares
Tue Dec 04, 2007 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2007 style question
Replies: 11
Views: 1980
Next

Return to advanced search