Skip to main content

Questions tagged [webbrowser-control]

This tag refers to the WebBrowser ActiveX Control (native) and for Windows Forms or WPF applications (.NET). This control "hosts Web pages and provides Web browsing capabilities to your application".

webbrowser-control
0 votes
0 answers
28 views

Unable to use Selenium with ProxyScrape proxy server that requires manual login

I'm trying to use Selenium to open a browser and navigate to a website using a ProxyScrape proxy server. However, I'm encountering an issue where the browser requires me to manually log in to the ...
Rev's user avatar
  • 1
1 vote
1 answer
88 views

Is it possible (in Microsoft Access) to attach a VBA event handler to an HTML event of a WebBrowser Control

I have an Access Form with a WebBrowser Control (b). I "write" b's content on the fly by: Dim h as String h = "<html><body>" h = h & "<form id='...
Aram Gharib's user avatar
-2 votes
1 answer
41 views

How disable the print button in web browser control in wpf vb.net?

I successfully rendered the pdf using webBrowser.navigate("some.pdf"). Is it possible to disable the print button and shortcut keys for printing? I tried webBrowser.NavigateToString but I ...
Bubbles's user avatar
  • 107
0 votes
0 answers
26 views

Unexpected behavior when selecting text in C# WinForms WebBrowser

I created a WinForms application using .NET Framework 4.5.2. When I select certain text in the WebBrowser control and change the active window, the selection does not turn gray, but simply disappears. ...
Volodymyr Tarasovskyy's user avatar
0 votes
1 answer
29 views

How do I get the information for an HTML element via VBA and the web browser control?

I have a question. I have a webbrowsercontrol and want to read different data from a webpage via vba. The data is as follows: <article class="messagexyz " data-author="mrjemand" ...
nonPro's user avatar
  • 3
0 votes
1 answer
50 views

WPF Webbrowser display PdfDocument - Security warning download file instead of open it

Hope someone can help me, I am working on a WPF application and need to display a previously created pdf document on a preview display, for that I am using the WebBrowser control. The Document is ...
Diego Schram's user avatar
0 votes
0 answers
34 views

WPF How to show a MemoryStream PDF document to a WebBrowser

I cant show a pdf document save it in a database table direcly to a WebBrowser using a MemoryStream. I have a DataBase with pfd documents saved in a table filed, and I want to show the pdf document ...
Francisco Lopez's user avatar
0 votes
0 answers
20 views

Determine if an IHTMLTxtRange object is visible

I have a WinForms app for .NET Framework that allows the user to work with HTML pages. HTML pages are rendered in the intrinsic .NET WebBrowser control. The app allows the user to find text in the ...
TecMan's user avatar
  • 2,919
0 votes
0 answers
33 views

Results of locating small objects with pyautogui change depending on browser's window size

I'm in process of automating browser application and I need to locate first some objects to do proper calculations and continue, they're percent sign and plus icon in circle along with minus in circle ...
Jacob's user avatar
  • 67
0 votes
0 answers
11 views

WebBrowser.Navigate does not appear to be returning DocumentText

My code is designed to check if there is a specific item in the inventory in our database, and if so, it then uses a WebBrowser.Navigate to go to the stores website and search for that inventory item. ...
devBrown's user avatar
0 votes
0 answers
20 views

Capture a screenshot of HTML content using a WebBrowser control

I am using ASP.NET MVC with Entity Framework version 4.5.1. I am trying to capture a screenshot of HTML content, including some images, using a WebBrowser control in a separate thread. I am ...
Noor Allan's user avatar
0 votes
0 answers
28 views

Set Attribute of DOM-Element in C# With the webBrowser in Windows Forms

I want to fill out a loginwebpage from a webbrowser in WindowsForms. This is my code som far: public Form1() { InitializeComponent(); webBrowser.DocumentCompleted += ...
Malte Rothkamm's user avatar
0 votes
0 answers
106 views

What methods exist to copy a gif to the clipboard and post it into other applications?

I want to (programmatically) copy a gif to the clipboard such that I can paste it into modern chats like those of MS Teams or Discord. There seem to be some "magic" happening in the ...
Zapnuk's user avatar
  • 625
0 votes
0 answers
56 views

the code gets stuck after I select the word file

So basically I'm working on an assignment which is to make a Python program that opens links from a Word or a Notepad file in such a way that 15 links are opened first for 10mins and after 10mins it ...
percoder_goat's user avatar
0 votes
1 answer
70 views

Windows Forms WebBrowser: CTRL+F Search doesn't find anything

In our C# application, we have a form that pops up with a System.Windows.Forms.WebBrowser control. When I click into the WebBrowser control and press CTRL+F, a search box opens. But when I type ...
LTR's user avatar
  • 1,324

15 30 50 per page
1
2 3 4 5
317