|
#1
|
|||
|
|||
|
WinTB Library_2020_stripped version
WinTB library for inno setup based on David.D.Rocco Sergey3695 build https://fileforums.com/showpost.php?...92&postcount=9 <<--For a stripped version this build preferred {There is no external dependencies}. Code:
Wintb.dll v 0.1 (2020) -- Need Microsoft VC++ redistributable
Added Functions
; -- SetupPreview
; -- SetTaskBarProgressValue
; -- SetTaskBarProgressState
; -- SetTaskBarTitle
; -- SetTaskBarThumbnailTooltip
Wintb.dll v 0.2 (2020) From WinTB 2.1 by David.D.Rocco
; -- msvcr1XX.dll needed for this,If you are a gamer{Installing MS VC++ runtime will fix this} Then all fine like original WinTB 2.1 by David.D.Rocco...!
; -- Change log -- ;
; -- SetupPreview added,
; -- SetTaskBarProgressValue
; -- SetTaskBarProgressState
; -- SetTaskBarTitle
; -- SetTaskBarThumbnailTooltip
; -- SetTaskBarOverlayIcon
; -- TaskBarAddButton
; -- TaskBarCreateButtons
; -- TaskBarButtonEnabled
; -- TaskBarButtonToolTip
; -- TaskBarButtonImage
; -- Win7TaskBar10(),Win7TaskBar11(),Win7TaskBar12() & Win7TaskBar20() Removed.
; -- Huge Thanks to David.D.Rocco,Krinkels & sergey3695.
Huge thanks to David.D.Rocco,sergey3695 & DiCaPrIo for WinTB codes Please test this library Last edited by ffmla; 31-10-2020 at 06:14. |
| The Following 7 Users Say Thank You to ffmla For This Useful Post: | ||
78372 (09-10-2020), ADMIRAL (09-10-2020), Cesar82 (10-10-2020), Cuttlas (09-10-2020), Harsh ojha (11-10-2020), Razor12911 (11-10-2020), shazzla (09-10-2020) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
The latest version of WinTB by David.D.Rocco was 2.1,
is this one a newer version than 2.1? |
|
#3
|
|||
|
|||
|
Quote:
Only taskbar thumbnail preview added. |
|
#4
|
||||
|
||||
|
But I think the taskbar thumbnail preview is currently available in WinTB 2.1
|
|
#6
|
||||
|
||||
|
When I use this in my project, it will get the setup open in the taskbar even after closing/finishing.
|
|
#7
|
|||
|
|||
|
Quote:
could you PM me your source code. ![]() i think the problem not in the WinTB.
|
|
#8
|
||||
|
||||
|
Quote:
You need to restore the original message handler before you unload the DLL that implements your custom handler. It will solve the problem I told. |
|
#9
|
|||
|
|||
|
WinTB (3.5 Kb DLL without msvcr110.dll) library for inno setup based on David.D.Rocco
p.s. look example Quote:
Last edited by Sergey3695; 31-10-2020 at 05:26. |
|
#10
|
||||
|
||||
|
@Sergey3695, your script example.
Quote:
It may be possible to get the handle of another Inno Setup application if run at the same time (I'm not sure). I think this is the most correct way to avoid getting the handle of another instance of the Inno Setup installer. Code:
const
GWL_HWNDPARENT = (-8);
function GetWindowLong(hWnd, nIndex: Integer): Longint;
external 'GetWindowLongW@user32 stdcall';
procedure InitializeWizard();
begin
ExtractTemporaryFile('wintb.dll');
// need for SetTaskBar*
SetupHandle(GetWindowLong(MainForm.Handle, GWL_HWNDPARENT));
//
//...
|
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#11
|
|||
|
|||
|
Quote:
GetWindowLong(MainForm.Handle, GWL_HWNDPARENT) or GetWindow(MainForm.Handle, 2) is your way ![]() replaced on GetWindowLong(MainForm.Handle, GWL_HWNDPARENT) you right. Last edited by Sergey3695; 13-10-2020 at 12:03. |
|
#12
|
|||
|
|||
|
SetupHandle(GetWindowLong(GetWindow(WizardForm.Han dle , 4), GWL_HWNDPARENT));
Last edited by DiCaPrIo; 13-10-2020 at 15:42. |
| The Following 2 Users Say Thank You to DiCaPrIo For This Useful Post: | ||
ffmla (20-10-2020), Sergey3695 (14-10-2020) | ||
|
#13
|
|||
|
|||
|
^^Added to OP.
New Build added with existing code. Code:
Wintb.dll v 0.2 (2020) From WinTB 2.1 by David.D.Rocco
; -- msvcr1XX.dll needed for this,If you are a gamer{Installing MS VC++ runtime will fix this} Then all fine like original WinTB 2.1 by David.D.Rocco...!
; -- Change log -- ;
; -- SetupPreview added,
; -- SetTaskBarProgressValue
; -- SetTaskBarProgressState
; -- SetTaskBarTitle
; -- SetTaskBarThumbnailTooltip
; -- SetTaskBarOverlayIcon
; -- TaskBarAddButton
; -- TaskBarCreateButtons
; -- TaskBarButtonEnabled
; -- TaskBarButtonToolTip
; -- TaskBarButtonImage
; -- Win7TaskBar10(),Win7TaskBar11(),Win7TaskBar12() & Win7TaskBar20() Removed.
; -- Huge Thanks to David.D.Rocco,Krinkels & sergey3695.:)
|
|
#15
|
||||
|
||||
|
Do u mean the WinTB v0.2.rar in first POST?
|
![]() |
| Tags |
| taskbar, wintb |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Settlers 2 - The Next Generation > New Version 9800 | Pascal | PC Games | 5 | 12-10-2006 19:35 |
| Official Sacred Crack Thread. Do not make other threads about this ! | Ryynis | PC Games | 49 | 03-07-2006 05:35 |
| Looking For F.E.A.R. Version 1.4, No CD Patch. ;) | IAMCANADA | PC Games | 39 | 25-05-2006 02:45 |
| The Godfather, Game -- Unusual Error | dvdmations | PC Games | 4 | 05-05-2006 03:04 |
| ClonyXXL v2.0.0.6 unaficial english version..quick question inside | coffin filler | PC Games | 5 | 19-01-2003 16:01 |