473,486 Members | 2,429 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hello, VB.NET and A tool bar, add-in im so confused....

Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this
http://msdn.microsoft.com/library/de...als/button.asp

Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris
Nov 20 '05 #1
8 1441
Hi Chris,

Do you really mean to invoke IE with an extra button let us say beside the
history button or do you want to use a button in a webform application to
archieve what you want to do?

I think that for the first problem VB.net would not be my first choose to
go.

Cor
Nov 20 '05 #2
Hi Chris,

Do you really mean to invoke IE with an extra button let us say beside the
history button or do you want to use a button in a webform application to
archieve what you want to do?

I think that for the first problem VB.net would not be my first choose to
go.

Cor
Nov 20 '05 #3
Try This:

http://msdn.microsoft.com/library/de...entid=28000441

It is about Web Controls -> Toolbars and is based in the IE section of the
library. Good Luck.

Dennis D.,
http://dennisys.com/
"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this
http://msdn.microsoft.com/library/de...als/button.asp
Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #4
Try This:

http://msdn.microsoft.com/library/de...entid=28000441

It is about Web Controls -> Toolbars and is based in the IE section of the
library. Good Luck.

Dennis D.,
http://dennisys.com/
"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this
http://msdn.microsoft.com/library/de...als/button.asp
Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #5
Worry no more my friend,

I was looking for this information a while ago and luckily I found this
site. I just hope not too many people see this or we will see a "Browser
Toolbar Flooding" soon.... he he

http://www.mvps.org/emorcillo/

This guy is AwEsOmE.... he has some really neat stuff in there, including
custom-made classes for Internet Explorer extensions.

Enjoy!

"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this
http://msdn.microsoft.com/library/de...als/button.asp
Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #6
Worry no more my friend,

I was looking for this information a while ago and luckily I found this
site. I just hope not too many people see this or we will see a "Browser
Toolbar Flooding" soon.... he he

http://www.mvps.org/emorcillo/

This guy is AwEsOmE.... he has some really neat stuff in there, including
custom-made classes for Internet Explorer extensions.

Enjoy!

"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this
http://msdn.microsoft.com/library/de...als/button.asp
Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #7
Well thanks, but....uhhhh the only samples I see are in VB6 , I
uninstalled VB6 years ago. Heck I dont even know where my disk are.

I dont see a .Net sample unless I am missing something ...

Chris
"Juan Romero" <ju*********@bowne.com> wrote in message news:<eg**************@TK2MSFTNGP11.phx.gbl>...
Worry no more my friend,

I was looking for this information a while ago and luckily I found this
site. I just hope not too many people see this or we will see a "Browser
Toolbar Flooding" soon.... he he

http://www.mvps.org/emorcillo/

This guy is AwEsOmE.... he has some really neat stuff in there, including
custom-made classes for Internet Explorer extensions.

Enjoy!

"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this

http://msdn.microsoft.com/library/de...als/button.asp

Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #8
Well thanks, but....uhhhh the only samples I see are in VB6 , I
uninstalled VB6 years ago. Heck I dont even know where my disk are.

I dont see a .Net sample unless I am missing something ...

Chris
"Juan Romero" <ju*********@bowne.com> wrote in message news:<eg**************@TK2MSFTNGP11.phx.gbl>...
Worry no more my friend,

I was looking for this information a while ago and luckily I found this
site. I just hope not too many people see this or we will see a "Browser
Toolbar Flooding" soon.... he he

http://www.mvps.org/emorcillo/

This guy is AwEsOmE.... he has some really neat stuff in there, including
custom-made classes for Internet Explorer extensions.

Enjoy!

"Chris Wertman" <cw******@yahoo.com> wrote in message
news:14**************************@posting.google.c om...
Ok I have been looking and looking and I cant find what Im looking
for.

I need to be able to add a button to IE , When that button is fired it
send the URL that is in the Address bar to a seperate application that
will scrape about 10 fields and insert them into an access table, now
the scraping portion is no problem.

But I cannot for the LIFE of me see ANYWHERE about passing the URL to
another application.

I saw this

http://msdn.microsoft.com/library/de...als/button.asp

Is this the best way to add a button ?
How is this different from a sperate toolbar, I think the toolbar
route would be better as I hope to add more features later.

Am I missing something here ?
I would really appreciate any links or refrences.

Arrrgggghhh this is driving me nutso, I have another application thats
written in jython that sort of does this (from its own really lame
browser window) but well it really sucks.

Chris

Nov 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1560
by: linux newbie | last post by:
Hi all java experts, sorry to ask stupid question again, because i am a java newbie, i would like to have some suggestions/comparsions of good java IDE tool with gui feature (that enables me to...
2
3624
by: Helge Stenstrom | last post by:
I'd like to do something similar to a Hello World program, namely a few Windows error messages, as jokes. (Something similar to http://shotgun.shacknet.nu:81/noterror.jpg) Hopefully, Python is a...
9
2750
by: Chad Smith | last post by:
Hello, I'm relatively new to the database world so please forgive me in advance for my ignorance. I have recently been tasked at my job with finding a tool that will perform the following tasks:...
1
1902
by: hico74 | last post by:
Hi all. I'm looking for a tool which should act like some kind of middleware/ logical layer bewtween the SQL server and the webbased user interface. - It should be possible to easily create...
4
2434
by: JC Voon | last post by:
Hi: My application use tabbed interface, i need a close button at the right edge of the tool bar, is it possible ? Thanks JCVoon
2
1417
by: Prabhudhas Peter | last post by:
I want to Add a Tool Tip for a Context Menu Item. So that If I move the Mouse Over the MenuItem the Tool Tip will be displayed... -- Peter...
16
15933
by: jblankenburg | last post by:
I am trying to deploy a simple web application to my client's production server, but it's not clear to me how MS planned on having the Security users managed without Studio. Certainly someone...
1
1548
by: va | last post by:
I need to have a designated admin user add, approve and remove users from the site. They won't have VS 2005 instaleld on their machine. I want to have teh Web Admin tool as part of my site but I...
40
2250
by: gert | last post by:
#include <stdio.h> obj function hello(){ struct obj = { char *data = 'hello'} obj.add = obj_add(obj); return obj; } void function obj_add(obj){ obj function add(value){
1
2323
by: Laurence | last post by:
Hi all, I have been trying to set up a Webstie Administration Tool - Virtual Directory and have hit a couple of issues! I have set the site up as Integrated security and access the pages...
0
7105
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7132
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6846
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5439
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.