PDA

View Full Version : c# IE Tool Bar


siphilp
29-04-2007, 11:34 AM
Has anyone created a tool bar from the following link?

http://www.codeproject.com/csharp/BandObjects20.asp

I have it working on my local machine however if i use the navigate method it's meant to post back to the page for example


object o = null
object sHeaders = "__EVENTARGUMENT=&__EVENTTARGET=&__VIEWSTATE=";
Navigate("post.aspx",ref o, ref o, ref sHeaders,ref o);




I ran a http header sniffer and it seems that no matter what information i putin the header it's not being posted back.

I know this is a little away from websites but this has been doing my head in for ages.

Thanks

Si

Ben Collier
29-04-2007, 04:46 PM
http://www.conduit.com/ - this is a great site for toolbars, don't know if it is what you want but might me adaptable to what you want. and if not it may be of interest to others!

Best of luck, I don't think anyone here would have used this but who knows!!

Ben

sladmin
29-04-2007, 07:34 PM
Actually I have used conduit but the inability to remove the search box kind of put me off :(

siphilp
03-05-2007, 01:14 PM
still not worked out it out. Have been developing other stuff so it has been put back a little thankfully. Pain in the a$$.