webbrowser

  1. A

    Webbrowser acts differently than Edge

    Hi everyone! For quite a while I've been trying to get the Webbrowser control work like Edge. I managed to change the emulation mode to 11000 (Edge). But for some reason, the webpage in my webbrowser acts differently from that same page in Edge. When I checked the user agent strings of both I...
  2. VBobCat

    Question WebBrowser Control disables the Form when it navigates while not visible

    Hello friends, My application has a single Form. It always shows in full dock one of a set of several UserControls. They alternate as user demands different functions from the application, so that the Form is one along all runtime and it remains the same. Note: this is the desired design. To...
  3. A

    Question WebBrowser control, programmatically select dropdown and execute javascript

    I'm trying to select an item in a drop down list on a web page that is displayed in a WebBrowser control in a VB application. Selecting the item is no problem, I just loop through the children of the HTMLSelectElement until I find the value I want and then set the .Selected property for that...
  4. D

    Question Auto fill [ActiveX control] form using Webbrowser control

    Hello, I'm a newbie to VB.NET Forums, nice to meet you all! Recently, I am doing an interesting project on auto-fill web forms, then I come to some difficulties, hope that someone can give me some advices. I already read some old posts about this topic, and learned the basic technique of...
  5. F

    Question How to open Webbrowser, click on form and skip to the next webpage from a listbox?

    Hello to everybody, I am searching since days for a solution to stabilize my handling of a webpage that I control with vb studio 2012. It is a program to send bulk message in a existing webpage to all the users. (Just to mention it: I have friendly intentions and it is my own Webpage!) + + +...
  6. B

    New tabs for a web browser

    I am making a web browser, and I am trying to add a new tab by clicking a menu strip item;However, I am having trouble with the tabs themselves. The first tab works normally, but when I add a new tab, it adds the tab but it also gets rid of the web browser in the previous tab.I do not plan to...
  7. T

    Loading an html file in a webBrowser

    I am trying to load an html file in my resources folder using the webBrowser;however, I can't find out what the code is for this. I have been searching online for the past few hours and cannot seem to find anything.This is what I currently have that works but I want to load the page so that the...
  8. k@$f

    Question How to make a remotelly controlled webbrowser ?

    well what i want to is this : my program should contain to parts one client and one server ... the server is installed in a pcX and i have the client in my pcY ... once the server is run it starts a webbrowser that can be controlled by me through the client .. meaning that i can see exactly...
  9. dzarelli

    WebBrowser1.Navigate using IE9

    Hey guys... I'm new so please go easy on me. I've had a VB.net application using C# that I created in Visuil Stuido 2010 in use for several months now. Up until today, it worked fine. The application is designed to pull up various webpages in webbrowser windows within the VB application. Now...
  10. S

    Question How can I execute a javascript function that is on a web page ?

    What I am trying to do is go to a website using a webbrowser, and then simulate a click. I can do this easy enough when the click is on a regular button, not handling javascript. But it seems that the website has a javascript function handling the click that I want to simulate: [CODE]<script...
  11. VBobCat

    Question .NET WebBrowser control's DocumentCompleted event passes no pDisp argument

    Hello. I have some experience developing for VBA inside Office apps, but I am quite new to VB.NET, and I just noticed that its WebBrowser control is a bit different from that one I used to reference via ShDocVw to use in my VBA Forms. ShDocVw.WebBrowser had the DocumentComplete event, which...
  12. B

    Question Include textbox value in WebBrowser URL?

    Hi, I have been trying for several hours now, and still no luck. I am creating a program to do an enormous amount of tasks, and I'm embarrassed to say this is the only thing I'm having trouble with! I have a TextBox, with an id of 'reg'. Now, i also have a button (button1). On button click, i...
  13. L

    Question Flash in webbrowser help ?

    okay so theres this game called habbo.com i made a program where it signs in and automatically opens the client but the client wont load. it will just stay black -___- i guess because i need flash enabled somehow? (the games client runs on flash player) watch video: CLICK HERE 2 SEE VIDEO...
  14. stianxxs

    Question HELP! I don't know to make a download dialog for web browser in tabcontrol

    Hi, I was woundring how to make a custom 'download' dialog for my web browser in vb 2010. Because when i click 'download file' in my tabcontrol it's always loads up the IE download file dialog. I have seen the IE Clone can do it, but i didn't uderstad how to do it. Thanks Sorry for my bad...
  15. O

    WebBrowser SendMessage Key.Return?

    Hello Everyone, I cannot seem to successfully send the Enter key to a webbrowser control using vb.net. I can succesfully send postmessage Tab key and it tabs through the links and controls, but it does not click on the link when I send Enter key. Here is why I want to use this technique...
  16. I

    Resolved How to disable hyperlinks in WebBrowser?

    Hi, I am extremely new to Visual Basic, and I have only so far made an e-mail sender and an SMS sender (through e-mail). So I am having troubles, I made a quick Web browser that I only want to show one page when you press a button ( you have to enter a name into a textbox and it will then make...
  17. P

    Question How to open similar form when we want to open a new window from a WebBrowser control?

    Hi All, I have a WebBrowser Control in a Windows Form. Its working fine and navigating pages in it well. But, when a link which opens a new window is clicked, it is opening the url in Internet Explorer. But, I want it to open in another instance of my form. I have tried to solve this by...
  18. P

    Record all sound from a form or control

    Hi, I need to record all the sound that is made from a flash swf in vb.net. I don't mind how I do it but I don't want to record all the sound from the whole computer through the sound card I only want the sound from my program. Doing it through a webbrowser control with the swf embedded in a...
  19. J. Scott Elblein

    Question Webbrowser: Is there a way to detect when cursor is in a text box?

    Due to the nature of my app, I require the user to add their login and password to my app, and then I will autofill the matching fields on the web page for them. I would like to send the user a messagebox pointing this out to them if they click in then login or pass fields on the web page, so...
  20. H

    How to Automatically click on Image in Webbrowser

    I have the following problem in Visual Basic.net: I would like automate a process by clicking on an image in a Webbrowser control (AxWebBrowser if possible). The problem is that the image is a INPUT and it is within a FRAME, so AttachEventHandler does not work. And I would like to click the...
Back
Top