View Single Post
Old 10-06-2009, 03:24 AM   #1
mumurik
Member
mumurik began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Sep 2008
Device: librie
LrfAppender: IE toolbar similar to "Toolbar for Librie"

I'm developing IE toolbar similar to "Toolbar for librie", mainly target to Vista for my own purpose, but now I think it might be useful for someone, so I post this article.

I branch this code from BBeBinder and use BandObjects.
.NET framework 3.5 is required.

Now code and behavior is quite different from BBeBinder, but I do not yet rename project and exe name...

Install:
Currently, installation is quite messy.

1. Place LrfAppender folder somewhere
2. create regkey HKEY_CURRENT_USER\Software\lrfappender with "" entry that value is path for BBeBinderPlugins.dll of step1.
3. put all dll under LrfAppenderBar to GAC
4. regasm BandObjectsLib.dll and LrfAppenderBar.dll
5. Enable toolbar from IE toolbar menu.

Step 2 example.
[HKEY_CURRENT_USER\Software\lrfappender]
@="C:\\Users\\mumurik\\program\\lrfappender\\BBeBi nderPlugins.dll"
Attached Files
File Type: zip 20091006.zip (2.11 MB, 862 views)
mumurik is offline   Reply With Quote