I would like to add a few buttons to the Browser Toolbar, maybe for Copy to, Move to and Toggle Thumbnails.
I realise that there is already a File Operation button, but it requires use of its drop-down menu.
In Options > Toolbar > Browser, I can use the drop down menu to add a Cmd (for Copy and Move to, etc), but where can I get suitable Icons for them?
Secondly, where can I find (or create) a Cmd for Toggle Thumbnails (preferably 'with labels')??
I would greatly appreciate help for this.
Thanks in advance.
Robin
I have version 1.97.5 in XP
Add button to Toolbar
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 45039
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Add button to Toolbar
There is no icons, so you can use your own icon...meRobs wrote:In Options > Toolbar > Browser, I can use the drop down menu to add a Cmd (for Copy and Move to, etc), but where can I get suitable Icons for them?
Sorry there is no CMD for thatSecondly, where can I find (or create) a Cmd for Toggle Thumbnails (preferably 'with labels')??
Pierre.
-
- Posts: 43
- Joined: Tue Mar 11, 2008 11:43 pm
Re: Add button to Toolbar
Thanks Pierre
I shall try and create or get an Icon from somewhere.
I shall try and create or get an Icon from somewhere.
-
- Moderator & Librarian
- Posts: 6401
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Add button to Toolbar
You do not have the required permissions to view the files attached to this post.
-
- Posts: 43
- Joined: Tue Mar 11, 2008 11:43 pm
Re: Add button to Toolbar
Thanks XnTriq!
I have just discovered the App: IconCollector and using it I was able to open shell32.dll.
However, I couldn't see your icons. You must have a different version of OS (I have XP SP3 Home).
Thanks again.
I have just discovered the App: IconCollector and using it I was able to open shell32.dll.
However, I couldn't see your icons. You must have a different version of OS (I have XP SP3 Home).
Thanks again.
-
- Moderator & Librarian
- Posts: 6401
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Add button to Toolbar
Hi meRobs
Having extracted bitmap resource #215 from shell32.dll with an old freeware utility similar to these, ...
Having extracted bitmap resource #215 from shell32.dll with an old freeware utility similar to these, ...
- NirSoft: ResourcesExtract
- LionTech: Downloads » ResThief
- MiTeC: EXE Explorer
-
- Moderator & Librarian
- Posts: 6401
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Add button to Toolbar
I've just found out that you don't need a specialized tool for extracting these resources. Just point Internet Explorer 6 @ Windows XP to the following addresses, and voilà:
res://shell32.dll/2/204
res://shell32.dll/2/205
res://shell32.dll/2/206
res://shell32.dll/2/207
res://shell32.dll/2/214
res://shell32.dll/2/215
res://shell32.dll/2/216
res://shell32.dll/2/217
res://ieframe.dll/2/204
res://ieframe.dll/2/205
res://ieframe.dll/2/206
res://ieframe.dll/2/207
res://ieframe.dll/2/214
res://ieframe.dll/2/215
res://ieframe.dll/2/216
res://ieframe.dll/2/217
res://ieframe.dll/2/697
res://ieframe.dll/2/699
-
- Posts: 43
- Joined: Tue Mar 11, 2008 11:43 pm
Re: Add button to Toolbar
The shell32.dll images are also available in XP with IE 8
-
- Moderator & Librarian
- Posts: 6401
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
Re: Add button to Toolbar
Turns out that IE can even extract resources form XnView's executablemeRobs wrote:The shell32.dll images are also available in XP with IE 8
Code: Select all
res://C:\Program%20Files\XnView\xnview.exe/2/ABOUTICON
Microsoft Knowledge Base ([url=http://support.microsoft.com/kb/220830]INFO: Syntax of the Res: Protocol and Some Known Related Issues[/url]) wrote:The Res: protocol specifies a resource that will be obtained from a module, and uses the following syntax:
where the tokens for this code are as follows:Code: Select all
res://sFile[/sType]/sID
- sFile. Path and file name of the module that contains the resource.
- sType. Optional. String or numeric resource type. This can be either a custom resource, or one of the RT_ predefined resource types that is described in the FindResource function reference. If this parameter is not specified, the default resource type is RT_HTML.
- sID. String or numeric identifier of the resource.