Search Result

Collapse
12 results in 0.0013 seconds.
Keywords
Members
Tags
webbrowser
  •  

  • TheServant
    started a topic Calling Javascript from WinForms WebBrowser
    in .NET

    Calling Javascript from WinForms WebBrowser

    Hi all,
    I have read a few articles on the subject, but I can't get this one to work. I am trying to automate a simple program to press a couple buttons on a webpage. The webpage however has everything in Javascript, so the button I am trying to press has the html tag:
    Code:
    <a href="#" class="send_button" onclick="w(this).call('sendLoad', '27196', 'normal', 5);">Send</a>
    I have worked...
    See more | Go to post

  • How to display canvas element of HTML5 in WebBrowser?

    How to display canvas element of HTML5 in Visual Basic .net 2010 webbrowser (I try in framework 2 and 4, WebBrowser version 2 and 4)? It seems that VS2010 not support new version of HTML. In Microsoft Web Browser - "AxWebBrows er" didn't work too. Any idea to make this thing work?
    Thank in advance.
    See more | Go to post

  • WebBrowser Class stealing focus from Drop Down List

    The WebBrowser Class is stealing focus from a drop down style combobox when the user has clicked the drop down list. I put logic in the WebBrowser.Docu mentCompleted() event to SetFocus back to the original control. However, this doesn't prevent the drop down list being closed while the user is trying to select an item from it.
    See more | Go to post

  • Web Browser Control Touch Scroll in Windows Mobile 6.5

    I am running a Windows Mobile Phone (WM 6.5, .NET CT 2.0). The default IE browser can scroll from finger flicks . . . I would like to bring the same scrolling within a webbrowser control in my form. I am writing an app in VB.NET for this phone.
    If any of you can add any inputs, that will be great.
    Thank you very much.
    See more | Go to post

  • romepatel
    started a topic Post Values from WebBrowser in Windows Form

    Post Values from WebBrowser in Windows Form

    Hi,

    I am using VS 2005 and C#

    I am using a webbrowser in a windows form.
    This webbrowser is loaded with a web form (<form method="POST" >).

    Now i want to fetch the POSTED values from webbrowser into my Windows Form.

    How can i do that ....?

    Thanks in advance
    See more | Go to post

  • How can I Save a word document opened in a WebBrowser Control C#?

    I use a WebBrowser control(c# win Form) to open certain types of documents (xls, doc, etc). I need a way to do a "Save As" in order to create a copy of the document. Can anyone help me?
    Thanks!
    See more | Go to post

  • Misiak
    started a topic webbrowser instances

    webbrowser instances

    Hello,

    I had problem to create an application to work with webbrowser. I need running different instances at one time.

    I need separate sessions on each webbrowser what i have embledded into my application.

    I had this already done when I was working with Delphi.

    But I have no idea in C# and Google isnt help with this.

    Thank you for your answers.
    See more | Go to post

  • kommrad Homer
    started a topic webbrowser control positioning
    in .NET

    webbrowser control positioning

    i have a textbox and a status bar and a webbrowser on a tabpage. it is a chat screen for a messaging application. i want it to be like webbrowser on top , then textbox where i type , and then the status bar. but the webbrowser is filling the entire area always . the text box and the status bar are just where i want them to be.but then the bottom rows of the web browser are hidden behing these two controls. what can i do ?
    See more | Go to post

  • How to set the "style" attribute in c sharp webbrowser

    I have a webbrowser application and I need to change the "style" attribute of an HTMLElement. Every other attribute except style is working. I have no idea why.

    Example:
    Code:
      webBrowser.Document.GetElementById("elementName").SetAttribute("style", "display:block;");
    That does not work at all. Any suggestions/ideas?

    I was reading this, http://weblogs.asp.net/rweigelt/archive/2006/11/27/1062699.aspx,...
    See more | Go to post

  • How do you open an external file on a WebBrowser Control

    I have a problem where I am using the following code to open an external avi file.

    I am outputting the code to external html file for debugging purposes and after I have set my security settings in internet explorer it is working fine.

    However, when running through a webBrowser control it does nothing. Is there someway of setting the security settings on my webBrowser control or am I missing something completely.
    ...
    See more | Go to post
    Last edited by tlhintoq; May 25 '10, 02:48 PM. Reason: [CODE] your code here [/code] Please use code tags

  • smithse
    started a topic Winforms WebBrowser Control Authentication
    in .NET

    Winforms WebBrowser Control Authentication

    Hello All,

    This is my very first posting on bytes!!

    Here's my "challenge" :

    I have a winforms app (vb.net - 2008) that has a form with the webbrowser control (ie) on it. The page which I am building on the fly (by creating the html and setting the .documenttext) has a frame that sources content from the internet.

    I am running this on a pc, which is NOT a part of the domain. I can...
    See more | Go to post

  • VB 6/.NET Code on 2003 Server won't print html file from WebBrowser or axDHTMLEDLib

    I have code that works fine on my XP machine. It loads an HTML document into the VB 6 WebBrowser control and then uses the following command to print the document without any print dialog box:

    mfrmPrint.WebBr owser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_D ONTPROMPTUSER, PRINT_DONTBOTHE RUSER_WAITFORCO MPLETION

    I have also just implemented a .NET C# DLL that uses the axDHTMLEDLib. It also works fine on my XP computer....
    See more | Go to post
Working...