[2008]Webbrowser question -
Hi, what do I have to do to make something like this?:
- When Webbrowser user holds mouse over a link it gets displayed in a label?
Is there a mouseover event?
- Is there a way to make the searchfield(combobox) on my webbrowser update to the current link on the webbrowser?
[2008]Webbrowser question -
Hi, what do I have to do to make something like this?:
When Webbrowser user holds mouse over a link it gets displayed in a label?
Is there a mouseover event?
Is there a way to make the searchfield(combobox) on my webbrowser update to the current link on the webbrowser?
[2008] Webbrowser Question -
Was wondering if there is any way to grab all attributes of an element inside the webbrowser control. I am trying to check a checkbox but there is no value tag so I'm a bit unsure here.
Thanks in advance.
[2008] Checking a Checkbox on a webbrowser -
Hi I have a simple question, how would you check a checkbox on a webpage on your webbrowser by pressing a button, like what would the code be?
[2008] Navigated WebBrowser -
Hi! i have a question
When my webbrowser is done loading. its making sound like "Click".. How can i shut it down
[2008] Webbrowser Preview -
So the thing I need to do is, I have a webbrowser, which is placed on 1 tab of my tabcontrol. The thing I need is when I switch to another tab, a preview of the active webbrowser is displayed in the bottom of the screen (next to the tabcontrol) I can't make a double webbrowser and sync
[2008] Webbrowser and my download mamager -
Hi im trying make may own webbrowser where i m using comp. webbrowser. Everything is simple except implementation my own download manager and disable manager from IE. Means when im click on the download button in the webbrowser i want to open my download manager...
P.S This is globa
[2008] WebBrowser Control question -
how do i grab a dynamic image (generated from a script) that are rendered in the webbrowser control?
you cant parse it from the html source since it is generated from a script
anyone know how to do this?
any ideas are appreciated.
[2008] WebBrowser question. -
How to make in WebBrowser to search in Google?
WebBrowser1.Navigate("google.com")
What code I need to add for searching for "visual basic" ?
[2008] using WatiN in WebBrowser -
Hi! I'm developing a program for some IE automation with WatiN. I don't want for IE to open directly (i want no cookies and cache) so I'm trying to use WebBrowser, but I have failed with every way. So, any help on attaching WatiN to WebBrowser?
If this thread is in wrong section, pl
[VC ++ 2008] Changing Font on webbrowser control. -
Hello,
Does anyone know how I can change font(size, etc...) on my webbrowser control(windows forms)?
ExecWB isn't in VC ++ 2008 Express Edition, at least not that I see
Any ideas?
Thanks in advance.
FlamingFox
[2008] WebBrowser URL -
Hey, this sounds like a silly question. But how do I set a web browser's url? The old Visual Basics it was simply web.url = "http://google.ca"
But with this one it's different. How do I set the webbrowser to display a website?
This is the error I get: Error 2 Value of
[2008] Help with webbrowser -
Hey guys
look, i have webbrowser, and a few links in it, if i click on one of the links, the link is shows on the webbrowser, aand i want to open new internet explorer window with the link
thank you
-Negative-
[2008] Web Browser Control Question -
is it possible to create a new instance of the webbrowser class inside of a worker thread?
Question on WebBrowser control -
Hello everybody,
I try to build a client Internet browser, in my form, I've used the WebBrowser control to navigate.
The problem is: I want it show some notify message when the WebBrowser control get to the website completely. I've tried to use Thread.Sleep() but it seems that
[2008] Webbrowser Element Question -
I am trying to figure out if the text from a website is visible when the page is rendered in a webbrowser control. The text I am looking for is error text that shows form field errors after a bad post submission. I've checked the source code of the html being returned and the actual ht
[2008] Webbrowser Control links force to new window -
Hey Folks,
I have a webbrowser control built into a windows form of my application and I was curious if there was a way that any links that are clicked on in the webbrowser control will be forced to open in a new browser window?
Thanks,
n3m.
[2008] Webbrowser -
I need a function that will make the webbrowser navigate to a page, wait until it fully loads, and then extract the raw HTML and store it into a string. I've searched around google and nothing seems to be working!
~Thanks Dylan
[2008] favorites in webbrowser -
Hi, does anyone have a suggestion how to make a favorites system for my webbrowser? Help and links is much appriciated, thank you!
[2008] Signing-in with webbrowser -
My school website requires sign-in and I am writing a program to do the sign-in procedure automatically. A webbrowser control is used to submit sign-in data, and allow users to work on the website after signing-in. However, there is pop-up in the site, which brings up a new IE window.
[2008] Disable flash in WebBrowser control -
I would like to disable flash in a WebBrowser control. I have disabled it in my IE7 options but the WebBrowser control is not taking notice of this option.
[2008] Get text from webbrowser to textbox -
Hello! im new here. and i hope to get help and help others!
My question is.. i have a WebBrowser object. and a textbox1
i have a label in the webbrowser. called "R_Email"
i know how to write text from the textbox to the web, but i need the opposite, hwo can i read th
Question for a champion ! -
I have a question, I added the line application.enablevisualstyles() and put all my button on 'System' as Flatmode property.
It work fine (they have the XP look), until I add a WebBrowser control on the poage, it cause them to comeback to 98 style.
What's the prob ? Can someone
Prevent dragging from webbrowser -
Hi,
I am using a webbrowser control to display a page, and I'm looking for a way to prevent the user from being able to drag a link/picture etc. from the webbrowser control to somewhere else (eg. desktop).
I searched through the forum and Kzin asked a similar question back in
No user input -
I am using a sendkeys statement with a webbrowser control....
Question 1 - Can i make the sendkeys statement object orientated, so it send the message to ONLY the webbrowser, no matter what has focus?
Question 2 - Can i make the Webbrowser so you cannot enter ANY user input on it
[2008] Block Images Inside Webbrowser -
I'm looking for a way to prevent images from loading in my webbrowser control. The idea of this is since it only has to load text, it will load faster. I was wondering how I would go about doing this..
Thanks,
Alex
[2005] WebBrowser based upon... -
Hi!
I have a general question:
is WebBrowser object based upon some IE6 logic??!!
Because when i try to get WebBrowser.Document.Body.GetAttribute("scrollHeight")
it returns the same stuff that IE6 used to. And that's allmost the same value as the 'clientHeight' and 'o
Webbrowser Question....... -
Ok, so im almost done with a program i am making including a webbrowser. One thing that annoys me about the webbrowser control is the "Error running scripts on page, do you want to continue?" Pop-up dialog. How can i disable this or automatically make it submit the "Ye
[2008] webbrowser.goback -
Hi, I have to buttons on my mouse, one that I use when I wan't to go forward on a website, and one when I want to go back. How can I make these work on my webbrowser? Thank you!
It would also be great if someone knew how I could tell the program to use the white arrow insted of the
[2008] Noob Question -
I checked the FAQ but I didn't found the exact answer to my question.
Oh, and first of all, yeah I'm new to Visual Basic 2008, I've been coding with VB 6, now I want with 2008.
So, my question is: Is it possible to create a program in VB and put it in your web site in a way that th
Important Webbrowser control question -
Hello,
i 'd like to ask a question about Webbrowser control
You know in Normal browser You can open a link in a different window..
In webbrowser control when i open the link in a new window it opens in a new Internet Explorer page
i want it to open in an new web browser con
A webbrowser with ability to unzip, then display zip files -
Hello,
How easy/possible would it be to have a webbrowser that, when you clicked on a zip file hyperlink, could then unzip the file and display the file? The zip files in question would be Word documents so webbrowser control would be able to display them. I have the webbrowser app'
Another stupid WebBrowser question -
How do I get the HTML source of the page currently loaded in a WebBrowser control?
[2008] Press enter (click the OK) on popups with WEBBROWSER -
Hi! Im making a webbrowser prograam! and i want it to automatic press on enter or just on OK if a popup comes up!
How i do this? I also not want it to press my enterkey, since i want to make this work when i got the program minimized too!
Another Webbrowser Question -
Regarding the webbrowser control, How would i go about blocking any and all pop-ups with it? This includes message boxes from the site, notifications, anything.
[2008] making google available in webbrowser -
Hi, I need some help doing this:
I have a webbrowser that I've made myself, when I write something in the textbox and click search I want google to open a new window with the google search resaults. Is this possible? Thank you.
Basic Code for Buttons -
Hello, ekeak here
I was just wondering how I could get a button to make the typical vb webbrowser change web pages. It is your typical web browser. Anyway, please post if you know the answer. My version is 2008, but I posted here because it isn't .NET and there is no forum for 2008.
Forms & WebBrowser Control. (imagine the possibilities!) -
Is there a way to resize a form to the size of a webbrowser and is thered a way to resize the webbrowser to its contents. Lets say a picture . But picture sizes will be unknow. How do i do this. Also how do i make a webbrowser unclickable?
so here are the questiona layed out:
1.
Difficult Webbrowser question -
How do I stop users dragging links from a webbrowser control running under VB6 into word?
[2008] WebBrowser Return HTML -
I am looking for a function that will return the HTML of a webpage via the WebBrowser control.
Sort Of Hard Question -
okay i have a webbrowser on a form and if i have a save button on the fourm how wud i go about saving the webbrowser page that loaded as a picture