vote up 1 vote down star
2

I want to add a button to Win Exp. toolbar and run a script file with the button. How can I do it in Delphi? Or may be Win API?

flag

2 Answers

vote up 0 vote down check

Yes, all you need is to write a toolbar for Explorer :). There are a lot of articles about implementation of the toolbar:
one
two
three
four (in delphi)

link|flag
Windows Explorer, he said. Not Internet Explorer. – gabr Feb 23 at 21:44
gabr and SimaWB, First of all toolbars for IE and Windows Explorer are almost the same. And if you look at the first link more attentive you will see that the target there is Windows Explorer. Toolbars for IE and WE uses the same BandObject's. – zihotki Feb 24 at 10:06
Also if you install toolbar for IE you will be able to see it in WE too via View->Toolbars. So all information that you need to create a button and add it to WE is provided or you prefer full complete step-by-step guide for your case? – zihotki Feb 24 at 10:12
Thanks zihotki. But I don't want to create new toolbar. Only add new button to Standart Toolbar of WE. But may be I must add new toolbar for quick solution. – SimaWB Feb 24 at 12:10
vote up 0 vote down

Perhaps the Shell+ (ShellPlus) components could help with this? (Not proven myself -- just a thought to research). I do believe they will let you add a new toolbar, at the very least, modify the right-click menu. What kind of script are you needing to run?

link|flag
Thanks Jamo. I want to run my program with the button. Or run Command Prompt. – SimaWB Feb 26 at 11:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.