Search found 55 matches: uxtheme

Return to advanced search

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Dear Tim,

uxtheme.lib belongs to the C compiler
by Antonio Linares
Fri Apr 26, 2024 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 150

Re: New FWH 24.04

Antonio Linares wrote:Dear Richard,

You have to link uxtheme.lib


oh... my mistake. It's working now. Thank you so much.
by richard-service
Wed Apr 24, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 127

Re: New FWH 24.04

Dear Richard,

You have to link uxtheme.lib
by Antonio Linares
Wed Apr 24, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 127

Re: MDI child window appearance

... TSKIN is what you want. the main idea about TSKIN is to make the dialog different. I remember that window API too provide something like "UxTheme" https://learn.microsoft.com/en-us/windows/win32/api/uxtheme/nf-uxtheme-getwindowtheme where is possitble to change some colors or read ...
by Silvio.Falconi
Sun Jan 01, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4197

Re: MDI child window appearance

... TSKIN is what you want. the main idea about TSKIN is to make the dialog different. I remember that window API too provide something like "UxTheme" https://learn.microsoft.com/en-us/windows/win32/api/uxtheme/nf-uxtheme-getwindowtheme where is possitble to change some colors or read ...
by Lailton
Fri Dec 30, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4197

Re: DLLCALL under Fivewin

... 67750000 0002C000 C:\WINDOWS\SYSTEM32\OLEDLG.DLL 763F0000 00027000 C:\WINDOWS\System32\IMM32.DLL 73480000 0007D000 C:\WINDOWS\system32\uxtheme.dll 762A0000 000D4000 C:\WINDOWS\System32\MSCTF.dll 10000000 00200000 c:\fwh\dll\freeimage.dll 6A090000 00094000 C:\WINDOWS\SYSTEM32\TextShaping.dll ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2640

Re: Fivewin Uxtheme

hi Antonio, as i say i just have use "some" Control so i can´t say "more" --- have search in Source for InitCommonControlsEx / InitCCEx / InitCommon() / InitCommonControls() which seems used by CLASS TReBar() / CLASS TToolBar() CLASS TCalendar() / CLASS TDatePick() / Class TTimeP...
by Jimmy
Thu Nov 03, 2022 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

Dear Jimmy, > CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover" Could you please post a screenshot, using another GUIs, of such "Hot" Style when "hover" ? Class TFolderEx was a usar (Daniel Garcia Gil) contr...
by Antonio Linares
Mon Oct 31, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

hi Antonio, Could you please post some screenshots ? i can only talk about Controls which i have used until now ... and that are not much --- CLASS TFolder() is the latest Control where i notice that it does not show "Hot" Style when "hover" btw. TFolderEx() seems not documented ...
by Jimmy
Mon Oct 31, 2022 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

Dear Jimmy,

Could you please post some screenshots ?

many thanks
by Antonio Linares
Sun Oct 30, 2022 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

hi Enrico, Can I see a sample of a controls without "visual style" and the same with "visual style"? a Button get "other" Style when Manifest is "enable", that you can "see" but what about "hover" ( when Mouse is over Control but not click ...
by Jimmy
Sun Oct 30, 2022 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

Jimmy wrote:but only "Button" is used and all other Controls have no "visual Style" under Fivewin :?:


Can I see a sample of a controls without "visual style" and the same with "visual style"?
by Enrico Maria Giordano
Sun Oct 30, 2022 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

Re: Fivewin Uxtheme

... want to use "visual Style" missing (for Ownerdraw) IsThemeBackgroundPartiallyTransparent() DrawThemeParentBackground()         nRet := @UxTheme:IsThemeBackgroundPartiallyTransparent(::hTheme, BP_PUSHBUTTON, iStateId)         IF .NOT. EMPTY(nRet)            nRet := @UxTheme:DrawThemeParentBackground(::hButton,::oDrawItemStruct:hDC, ...
by Jimmy
Sat Oct 29, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802

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: 802

Fivewin Uxtheme

hi, as TFolder() seems not to use "visual Style" i search for 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 ...
by Jimmy
Sat Oct 29, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Uxtheme
Replies: 8
Views: 802
Next

Return to advanced search