Search found 33 matches: setwindowtheme

Return to advanced search

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window


Please add this to your link script:
Code: Select all  Expand view
%bcdir%\lib\psdk\uxtheme.lib
by nageswaragunupudi
Fri Apr 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

Error FWH 2404 unresolved external 'SetWindow Theme'

... -Gn -aa -Tpe -s -v @ContW32.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window Error: Unable to perform link Still need a better solution for xMate to find UUID.lib ...
by Rick Lipkin
Thu Apr 25, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

Re: New FWH 24.04

... Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowThemeAttribute' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ Error: Unresolved external 'SetWindowTheme' ...
by richard-service
Wed Apr 24, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 160

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of ...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 244

Compiling error Antonio Nages resolved

... -Gn -aa -Tpe -s -v @test.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link How I resolve ?
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 244

Re: How to find out the IDs of controls and types?

... Is not active. Even removing the themes still doesn't work. These functions work perfectly on the fivewin ComboBox and RadioButtons controls: SetWindowTheme(GetDc(lc_aCtrlsAllApi[lc_iFor,3]), "", "" ) Ctl3DLook(GetDc(lc_aCtrlsAllApi[lc_iFor,3]), .F.) EnumChildWindows( ...
by Giovany Vecchi
Wed Jan 10, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1870

Re: Color a Groupbox Frame

To All Antonio sent me this simple FW solution ... ACTIVATE DIALOG oDlg ON INIT ( SetWindowTheme( oGroupBox:hWnd, "", "" ), .T. ) Just substitute your oGroupbox variable into the above code .. Many thanks to Antonio ! Rick Lipkin ps .. this code ...
by Rick Lipkin
Tue Jun 13, 2023 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1203

Re: disable "visual Style" for "some" Controls

hi Antonio,
Antonio Linares wrote:Please try it using SetWindowTheme( oCheckbox:hWnd, "", "" )

YES, now i got Dark-Mode for CHECKBOX :D
Image
by Jimmy
Mon Nov 28, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable "visual Style" for "some" Controls
Replies: 3
Views: 328

Re: Dark-Mode and CHECKBOX

... themed applications, we can set any background color but can not change the text color, which remains black. From your post I learned the use of SetWindowTheme() function. We will try to improve the FWH library to make this happen automatically, when user specifies the colors in COLOR clause, ...
by nageswaragunupudi
Mon Nov 28, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 966

Re: disable "visual Style" for "some" Controls

Dear Jimmy,

Please try it using SetWindowTheme( oCheckbox:hWnd, "", "" )
by Antonio Linares
Mon Nov 28, 2022 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable "visual Style" for "some" Controls
Replies: 3
Views: 328

Re: Activar Temas

Antonio,

En el ON INIT SetWindowTheme( oFolder:hWnd, "", "" ) y funciona perfectamente.

Saludos,
by Frafive
Mon Apr 24, 2017 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar Temas
Replies: 5
Views: 627

Re: Activar Temas

Has probado a llamar a SetWindowTheme( oDlg:hWnd, "", "" ) desde el ON INIT del ACTIVATE DIALOG del diálogo que contiene el folder ?
by Antonio Linares
Mon Apr 24, 2017 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar Temas
Replies: 5
Views: 627

Re: Themed vs Un-Themed ( classic desktop )

Try this:

SetWindowTheme( oWndMain:hWnd, "", "" )
by Antonio Linares
Sun Dec 20, 2015 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Themed vs Un-Themed ( classic desktop )
Replies: 4
Views: 921

Re: SetWindowTheme

Yes I nee the style for windows seven
tool window ?
and how ?
by Silvio.Falconi
Fri Jun 12, 2015 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetWindowTheme
Replies: 11
Views: 3344
Next

Return to advanced search