 |
|
 |
I have figured out how to show and hide sidebar from BHO using ShowBrowserBar call. Does anyone knows how to update the url in the sidebar from the BHO?
|
|
|
|
 |
|
 |
I would also like to know how to keep track of state of the main window a well as being able to grab the location from the address bar. Another this I am trying to do, is to make the bar pop up only for certain sites, and then hide itself when the user leaves the that page.
|
|
|
|
 |
|
 |
send to me the code and the demo
to max_hassannasar@yahoo.com
hassan nasar
|
|
|
|
 |
|
 |
The source of the bar and setup can downloaded from the links on top of the article.
Weiye Chen
Life is hard, yet we are made of flesh...
|
|
|
|
 |
|
 |
I've installed as you said, but, and i said, BUT, i didn't found any bar in explorer!!!!
why
i've check in the config tool of the framework the CPBar assembly existence, it is, but nothing happen!!!
what can i do regards
hassan nasar
|
|
|
|
 |
|
 |
Did you check the menu to see if it is there? Go to View->Explorer Bar
Weiye Chen
Life is hard, yet we are made of flesh...
|
|
|
|
 |
|
 |
no
not found in
no any new
View->Explorer Bar
send to me the code and the demo
to max_hassannasar@yahoo.com
hassan nasar
|
|
|
|
 |
|
 |
Hi, I'm Aldo from Italy.In a section of code there is:
// Open link in another browser
System.Diagnostics.Process.Start(e.LinkText);
If i click on the link the HTML page is open in the same browser . Why? It's a error or is a very methd for just do it?
If the responce is negative, how can do it?
Excuse for my english!!!! Thanks
|
|
|
|
 |
|
 |
Sorry the late reply. To open the page in another browser, you need to change the code toSystem.Diagnostics.Process.Start("IExplore.exe", e.LinkText);
Weiye Chen
Life is hard, yet we are made of flesh...
|
|
|
|
 |
|
 |
Hello, this is a nice project.
I have a question....^^"
I have made a IE ToolBar which uses BandObject Project.
Could I Integrate your Project and my IE ToolBar ???
Like Internet Explorer's "My Favorite" Button, when
you press it, then pop a "My Favorite" Explorer Bar
at left side.
Thanks for you help.
PS:Sorry for my poor English, I am a student from Taiwan. Hello~~ Everybody.
|
|
|
|
 |
|
 |
Well, i haven't thought of this issue yet, but upon refering to the guide[^] on adding IE toolbar buttons, i think it should be possible. Maybe you can try it out and let me know if it works.
Weiye, Chen
When pursuing your dreams, don't forget to enjoy your life...
|
|
|
|
 |
|
 |
Thanks for your answer
|
|
|
|
 |
|
 |
I've installed as you said, but, and i said, BUT, i didn't found any bar in explorer!!!!
why???
i've check in the config tool of the framework the CPBar assembly existence, it is, but nothing happen!!!
what can i do???
regards
|
|
|
|
 |
|
 |
Hi,
first i download only the setup, seems like the BandObjectLib.dll is missing. After playing a while with the setup application, i download the source code. After building the two projects, seems like there should be three, but i could not open RegisterLib.vcproj, don't know why...
after building the two projects, there a few dll's more than before in the downloaded setup zip.
After following steps:
- Adding cpbar.dll to gac
- registering cpbar.dll with regasm.exe
i've got a new bar in ie, but if i make this bar visible, it's empty, means that there is a new bar which do not hold any child controls. Like a blank windows form in designer
Seems like there are some files missing in setup_only.zip.
Why not use a regular msi setup project wizard?
PS: I've got W2K German Version with Ie 6.0
.:[Greetz from Jerry Maguire]:.
|
|
|
|
 |
|
 |
Jerry Maguire wrote:
first i download only the setup, seems like the BandObjectLib.dll is missing.
Yes, i will update it asap.
Jerry Maguire wrote:
After building the two projects, seems like there should be three, but i could not open RegisterLib.vcproj, don't know why...
The CPBar solution actually contains BandObjectLib and RegisterLib projects, so you just need to open CPBar solution. RegisterLib is an empty project which is used to perform gacutil and regasm for CPBar, so that by building the CPBar solution, it will register CPBar for you.
Try building the CPBar project and see if the contents of the bar are visible.
Weiye, Chen
When pursuing your dreams, don't forget to enjoy your life...
|
|
|
|
 |
|
 |
Nice work.
It would be cool if you could provide the settings for the scroll speed.
I especially like your setup program. trick.
You got my 5.
"...if you don't want to hear things that piss you off don't piss off other people. SIMPLE." - Steven Hicks This signature was created by "Code Project Quoter".
|
|
|
|
 |
|
 |
Kant wrote:
It would be cool if you could provide the settings for the scroll speed.
Thanks, i should have thought of that
Weiye, Chen
When pursuing your dreams, don't forget to enjoy your life...
|
|
|
|
 |
|
|
 |
|
 |
leppie wrote:
System.DllNotFoundException: Unable to load DLL (C:\Windows\System32\wininet.dll).
Oops... You don't have that file or is it located elsewhere??
Weiye, Chen
When pursuing your dreams, don't forget to enjoy your life...
|
|
|
|
 |
|
 |
Weiye Chen wrote:
You don't have that file or is it located elsewhere??
elsewhere located on the d drive. Just remove the path. I just removed it in IL. It worked.
Also new bug. Uninstaller does not remove assembly from GAC. [edit] You need to specify the Assembly Name for the uninstall of regasm, not the file name.[edit]
A suggestion: Much less space between the scrolling "items".
leppie::AllocCPArticle(Generic DFA State Machine for .NET);
|
|
|
|
 |
|
|
 |