Make Internet Explore Or Firefox Plug-in?
Sep 11, 2009As from the title "internet explore/Firefox plug-in", i want to make a plug-in for internet explore or even Firefox. I want this plug-in to be shown on the toolbar.
View 2 RepliesAs from the title "internet explore/Firefox plug-in", i want to make a plug-in for internet explore or even Firefox. I want this plug-in to be shown on the toolbar.
View 2 RepliesI just want to know the difference between Firefox & Internet Explore when using web browser in vb.net, and here is what i mean. I have a web browser i created it in vb.net.Lets say that i signed in to my email from that web browser. Whenever i open Firefox i don't see myself logged in, but whenever i open Internet Explore i see myself logged in. Why is that?I really hate that, i don't want to see myself logged in on my email when i run Internet Explore. Is there any way that i can avoid this interactions.
View 6 RepliesI have a VB.NET User Control (compiled in VS 2008 into a Class Library DLL that is COM interop enabled). This is embeded into a HTML page (using its GUID), is driven by Javascript method/property calls and sends feedback back to the HTML page using <script for="id" event="method()> tags. It was developed for (and works great in!) Internet Explorer.
I am now looking at the possibility of porting this VB.NET Class Library DLL to Gecko-based browsers such as firefox 3.5 based on customer demand. I've downloaded the Mozilla development code, but all the examples are in Visual C++ 6.0.
From what I understand from the Mozilla docs, I should be able to register a specific media type against my DLL (installed in the firefoxplugins directory) and, as long as it supports the correct interface/DLL methods, I should be able to use the object tag to embed in the same way as IE.
I don't mind having different web-pages for IE and Firefox but I don't really want to re-write the VB.NET control in Visual C++ and ideally I'd like to use the same code base for both.
I've googled but not found any examples so I'm guessing this is either hard or impossible! :
(1) Has anyone done this and has a hello world style example?
2) How would I code the VB.NET methods/classes so they appear the same as ones built using Visual C++ 6.0[code]...
I'm looking at writing a plug in for microsoft internet explorer. but I can't find any documentation for doing so in vb.net so the questions are: is it possible to write an IE plug in in vb.net? where is documentation on it? and of course documentation on installing it. Why? I want to write a password plug in like Roboform for the most part as an educational project second as pasword manager I can use myself..
View 1 RepliesDoes any have a Visual Basic 08 code that clears FireFox and internet explorers web browser i really need it will rep+.
I know it's probably simple but i can't think of any Alternatives.
Is there a way to list the text that appears in each of the tabs of IE8 and Firefox as part of the list of running processes along with the handle.I can list all the running processes fine with their hwnd's but I cant list all of the tabs that are open in either IE8 or Firefox, only the active tab
View 1 Repliesthose applications that has a plug-in features. What I meant by plug-in is that the application has a capabilities of integration with 3rd party softwares for enhancements.
View 13 RepliesToday I wan't to ask you how I can make a real radio and here what i mean by real radio:
On the most telephon with touch or untouch screen have fmradio who search radio by using headset for antena. Is thera a way i get a headset and plug it into computer but in witch way i have to write the software.
i want to make a program that will allow the user to enter the internet via my browser. However my browser will let him to choose what the browser he is using(my browser) should seem like (meaning seem like an ie/chrome/firefox etc).How do i do that ? What are the signatures that sites like this [URL]..
View 4 RepliesI want to make a menu like the one shown here i searched online a cant figure it out.
View 4 Replieshow to make a program that reads the url of ie or Firefox.. really Want to make a program like this ..
View 7 RepliesI need to make a program that will log into various websites in firefox. I have done this using the webbrowser control. But now I need to do it using Firefox. I have looked into HTTPWebRequests but with that it seems that you are just pretending to be a web browser. I actually need the page to load and log in in firefox. Considered just bundling a load of sendkeys in but that is very un-professional.
View 1 Repliesmy name is:fahed osama i live in jordan my age is 12 years old i programeng in vb.net and vb 6 i want to make browser like mozila firefox in vb.net how i can made this programme?
View 11 RepliesIs their a way to make drop down menus like they do in Firefox? Like when you click File, it drops down a menu giving you options.
View 4 RepliesI am using a VB.NET program that uses the WebBrowser control to navigate the Web. The site that I need to navigate to suddenly became not IE-friendly. So, I am thinking to try to make it look to the site that the WebBrowser control is not IE, but a Mozilla Firefox browser.[code]...
View 3 RepliesI'm wanting to explore the options of having external hardware plugged into a USB port or Serial Port so my computer can communitcate with buttons or visa versa.
[URL]
How and where can I start on this?
Also are Serial Ports on there way out and should I focus on USB?
By using the code below i was able to open the folder and highlight the file that I wanted.The only problem is that I had multiple Explorer.exe's in my task manager.o my question is How can I open a folder and select the file within without Running a new explorer process? or Highlight a file in a folder that is already been opened previously
View 2 RepliesI have a button and if the user is connected to the internet and clicks the button I want form3 to show up, but if there not then I want form2 to show up for them instead of form3 Is there a code for this?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
What should I put here?
End Sub
I wanna make a chat program over the internet NOT OVER LAN i found alot of examples but it's all about LAN networks chatting but i want a chat program for the internet chat
View 3 RepliesHow do I make the Internet browser in vb.net a 32 bit version? I tried to install Adobe Flash on it, but it won't let me install it, saying it doesn't work on 64 bit internet browsers.
View 3 RepliesI am working on a project where I have to automate Internet Explorer to perform certain tasks. In this context, I have a small snippet of code which creates Internet Explorer Object and navigate to Microsoft website. When I run the code from VS 2008, It works fine and IE is visible. but when I publish the code and run from IIS, it works again but IE is in invisible mode.My Question is how to make the Internet Explorer visible?I also added the impersonation to web.config but the problem still exists.
Code is as under:
Imports SHDocVw
Partial Public Class _Default
Inherits System.Web.UI.Page
[code]...
I am trying to make a error pop up if the user has no internet.[code]This will work but I am trying to do a login window..When the user inputs the information and clicks sign in and is not connect to the internet I want a error to pop up.[code]Form3, is a error saying Username or password is wrong, and if they don't have internet there also going to get this error, but I want them to get a error saying theres no Internet.
View 9 Repliesi am trying to make an application that loads images from the internet (from my FTP Server).The problem is that when i want to change the image by selecting another image from a ComboBox control my application becomes non-respondive.When the image is loaded the application works properly again.
I tried to move that in a separate thread so instead
[Code]....
Details:
1- Show Soruce IP.
2- Show Destination IP.
3- Show Size Of Data Downloading
4- Show Type Of Data Downloading(.exe,pdf).
3- Make Button(Start,Resume,Stop).
I need to make a web browser that uses my home internet connection from anywhere.I plan to have the web browser connect to my router/computer where it will request the desired web pages and have the page data sent back to the browser client. The browser must only have a connection with my IP, and not request the web pages from their web URL.How can i do this and what will i need to set up on my home computer?
View 5 RepliesHow can I make it so when you press a button, it opens a webpage?
Also, if I wanted to have a website for helps or hints, where could I put it? Like, a site for others to read info on my game which I could make, say.
When I make an application using an HTTPWebRequest to connect to the internet, the GUI freezes whenever it's doing something. When I run the WebRequest on another thread, it still freezes a bit. Is there a way to completely stop the freezing?
View 3 RepliesI want to write a program that if ping www.microsoft.com is success,than caption title it's "ok,connected Internet",if ping it's failed,the program "caption" title is "sorry,not connected",but I don't know how to write those code
View 10 RepliesI want to make a vb application that downloads stuff off of the internet such as pictures, etc. Does anyone know how I can do this? P.S. If anyone knows how I can implement a progress bar into this .
View 3 Replies1. Is possible to make the page that appears in Internet Explorer show also in WebBrowser too?
2. How i can check one of the words if it in sentence? And how often she appears?
like the word "english" in The next sentence:
"A car is a type of vehicle and a form of transportation, most often in American English and British English, an automobile."