o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

web browser help.. -

ok i learned on how 2 build a rightclick but i dont know how to build a right click on inside of web


couse it opens the int explorers right click can annyone help me on how can i build a right click for my web browser..?


thxn for reading..

 

[2008] Make my webbrowser default browser -
I made a browser called as Icy Memory Browser with tab feature. One of my question is how am i suppose to make this browser an option to be the default windows browser. And is there a code for Visual Basic to check if the browser is set as default browser at the start of the prog


Registry After Installation! -
I have created a WebBrowser in VB6 using the Microsoft Internet Control. Now when the browser loads for the first time, the app reads some Registry values to find out whether the browser is the default browser or not. If it is, then as usual proceed ahead & open the browser but if


How can i make my browser the default browser -
I made a browser in vb and i want to use it as my default browser. Some links open in new instances of ie and i want them to load an instance of my browser instead. I am working in win98. I 've already change a key in Registry under the HKEY_CLASSES_ROOT\htmlfile\shell\open\command


VB Browser control browser type -
Is there anyway to make a browser emulate a browser other than IE? I would like to use a VB Browser control, but I would like it to pretend as through it was netscape when contacting secure servers... Assistance is as always appreciated


Help setting program as default browser -
I just programmed my first browser in visual basic 6.0. It's all done except ONE last option that I just can't figure out. How do I make my browser set itself so it's the default browser. So every time you click a link it opens my browser instead of windows explorer. Can anyone help me


[2008] custome web browser -
Does anyone know of any custom web browser class that i could use to replace the web browser. I am trying to make a small .net web browser to run on OSX using mono but the problem seems to be that 1) i cant get it to work because im missing something called libgluezilla and 2) even


new page in browser -
i am very very new to visual basic, and have just finished my first application, a simple browser (using the browser control). anyway, whenever a link is clicked that opens in a new window, it opens in my default browser (firefox). how can i make it so it opens in my browser? any


[2008] Browser Features -
Hi, I am working on a browser and I need a little help, again. I was wondering how I would be able to put a search bar on my taskbar of the browser? Then my second question is how would I be able to have a history for my browser? Thanks!


Default Internet Browser -
I am in the process of making a web browser (a fairly simple one) but i have a slight problem!? When i click on a link that opens a new window, it opens in IE not my browser! Do i have to make my browser the default browser and how do u do this? If that isn't the solution then what


web browser component and IE -
How can a webpage know that I am navigating it with the web browser control instead of IE? How could I fool the website using Web Browser? A URL that will load when I am in IE, only loads a MSN search results page when loaded in Web Browser. Ideas? Thanks Wengang


Why create an internet browser -
Hi, As I understand I can create a Browser in VB that needs Internet Explorer to function. If the user has to have an IE installed for your browser to work then what's the point of creating a browser in the first place? If they already have IE on their system why would they use my bro


Can u all set my browser to windows system default browser -
I build my owm web browser , and i want my own webbrowser to be the window default browser . Can any one tell me which API to set my browser to be the default browser of winfows system ? Thanks alot


IE events with VBScript -
I try executing the following script using the Windows Scripting Host (v5.1): dim browser sub browser_DownloadComplete(disp, url) WScript.Echo "URL " & url & " loaded." end sub set browser = CreateObject("InternetExplorer.Application"


Server-Side Browser detection -
I'm using the following code to return a users browser type: strUA = Request.ServerVariables("HTTP_USER_AGENT") If InStr(strUA, "MSIE") Then 'it's a Microsoft Browser End If I would like to have a separate branch for each of the following: IE4+, NS6+,


Is this javascript runs in ur Browser - Cross Browser Varification -
Hi all, I have attached html file which display the height / width of Browser. I have only IE6, Netscape, Opera 9.20, Firefox 2.0 (All are said to be latest) I want to check this code for Mac pc. all possible browser of Mac. If u check this code and it run successfully then p


Web Browser New Window -
Is there any way i can make a link that usually opens in a new window open up in the current window? Because when i press certain links in the web browser i made, it opens it up in Internet Explorer, which I blocked. Or could i make a vb web browser my default web browser, so it


Integrated web browser in .NET -
Hi Guys, I need a browser control to display a single page of HTML. This needs to be a browser control or equivelent in .NET. I don't care for the buttons, address bar or anything like that. However, I can't seem to find one. I was able to add my old VB6 browser control to .NET


How to call a web browser -
Hi, I writing a program and one of the features is calling a web browser. I need to execute a web browser and load with the address that i have specified in my code. How can i do that? Is that necessary to use Web Browser Control in the VB? I didn't use it before so kinda new to this c


browser and vb -
we have a vb app. then we have a web browser (IE based) that has a button on it. when the user clicks the button it has to pass values from the browser to the vb app. how can be this done? help appreciated !!! ps: the vendor customizing the web browser says that they can just


[2005] Home browser Dilema -
Hi! In my own browser I made in VB2005, when you open a link in a new window, it opens the page in the default browser. How can I fix this problem and make the new window be the VB browser?


[2008] [Questions] webbrowser -
I have a couple questions: 1. How do i 'use' another browser in my browser, for example is it possible for me use firefox in it instead of the default ie? 2. Whats the difficulty scale of creating my own browser dlls? (My own browser period, but a simple one none the less.)


Browser instances -
Hi, When i start up more than 1 instances of my web browser and bookmark a page(the bookmarks take the url and urlname and save it to file..), it saves the page from the first web browser. For example, if the first web browser instance is viewing yahoo.com, and the second web brows


How can I stop users from reaching my site except users of my own browser-WebBrowser -
Hello, I wrote A Web Browser using Visual Basic 6 Web Browser Control. Everything is working great, the only problem is I want to stop all users from being able to type my domain in the address bar from any browser! I want to make the only way to access my site via my browser. Ho


ActiveX document and my browser -
Out of general boredom i decided to mess around with a ActiveX document.dll and i get the dll to open fine in IE but i thru together a quick browser and try opening it with that and it just wants to download the dll, any ideas on what i need to do to my browser or dll to get it to open


About Intenet browser programe -
please help me ! I'm writting a Intenet browser programe .when I clicked some Hyperlinks ,IE always appear.how can I browser theses hyperlinks in my browser programe and isn't IE? How can i change Fontsize of text in browser window? thanks [Edited by jungle on 06-23-2000 at 09:06 P


Restrict dragging of links from web browser to desktop -
I have developed a customized web browser and want to prevent users from dragging hyperlinks(URLs) from the browser to outside (explorer, any other application. etc..) I have developed the browser using the microsoft internet control component in Visual Basic 6.0 Ex- when a user


Make My Browser Default -
I have created a simple web browser & want it to be the default browser i.e. associate HTML files with my browser so that whenever a HTML file is opened, it opens in my browser & not in IE. I referred to this post to first retrieve which browser is currently the default brow


Print/Access Web Browser -
I am fairly new to VB and am using VB version 6. My form is very simple. It just have a web browser, a print button and an exit button. My questions are: 1) How do I program it to be able to print out what is on the web browser screen? 2) How do I obtain the content of the current we


tabbed browser... -
im trying 2 build a web browser can annyone help me ..? can annyone send me a tutorials made for web browser on wen a button is clicked an extra tabed browser 2 be oppened i mean a multiple tab windows... and thair close buttons..? f annyone can guide me on this would b


Cookies & ASP -
I have a problem with my website and IE 5.0. When a user goes to one of my pages, I redirect to a script that checks for browser compatablitity. If the browser is bad, I redirect to a page that informs the user to update their browser. This works ok. However, if the browser is good


Web browser Functions -
I have a program that uses a web browser. If i log into an ftp site with the web browser...it does show me all the files and the directories...BUT if i click on a directory it loads up Internet Explorer instead of opening the directory on the web browser in my program...Is there anyway


[2005] Create a Internet Browser. -
Hello, i have made a internet browser using a Web Browser control. As a big project depending on the required skill level etc... i would like to create a actual web browser like IE / FireFox/ Chrome. Do i need to recreate the html engines? or can i download them or something? How would


web browser without using web browser componant -
hi, does anyone know if there is a way to make a web browser with out the web browser componant ?????¿ if not please reply, if yes how????


load browser -
Hi, How do I make Windows open an extra browser automatically when IE opens? (the second browser should stay behind the first) Thanks!


VB8 Web Browser & Progress Bar -
Hi Guys, I am very new to visual basic (using 2008 version) and its concepts however i am just trying to create a very simple application which will just use the web browser to access files on my server. I have made up the design of the programme inclding the web browser and the progr


DICOM Picture on Browser -
Hi , I need to show DICOM picture on my Browser like if there are an .jpg picture its show in The Browser The problem is That my Browser dont know this Format (it's Normal) i have searched & found that its medicine picture & i have found some application that show thos


Log out users when they close browser -
im creating a browser app where the user logs in. I have a log out button to log them out but what if they just close the browser without logging out properly. is there a way of logging them out when they have closed the browser??? thanks


change the look of hyperlinks in browser -
I`m looking for a way to enlargen the hyperlinks shown in a browser. The best thing would be to buttonize them. Do I have to make my own browser from scratch or can I use methods in Microsoft Internet Control. (This will make it easier to use a browser with a touch screen monitor.)


Browser problem -
i'm making a browser in vb but how can : if i get a popup that it not use internet explore but a new window wit a new browser into it :-) please help me out


vb web browser -
hey all, please check this screen shot for my new web browser, please comment on the design, any questions or need help in your own browser, please let me know.