python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Openning website with Webbrowser - Google Colab
I'm running this code on Google Colab to open an website and it's not working:
import webbrowser as wb
wb.get('C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s').open_new_tab('https://ww...
Pedro Aguiar Amorim
Votes: 0
Answers: 0
Dynamic HTML in WPF WebBroswer - conent set by BrowserBehavior.Html, linking to file:/// url - does not behave
I am working on a system that has a WPF WebBrowser that is displaying dynamically generated HTML.
This contains links to files, using file:///servername/filename.ext addresses.
This should have worked...
Paul Evans
Votes: 0
Answers: 2
SVG to display on button click event but how?
I have a textbox with some SVG code written in it and I would like to display it as my actual html page in a WebBrowser once the button click event is triggerd but I can see how to do that.
Private S...
LabRat
Votes: 0
Answers: 0
Unable to use Find with CHtmlView and URLs that have anchors
I am stumped on this one!
I have my own CHtmlView derived class and I recently added support for Find. I did it like this:
void CChristianLifeMinistryEditorDlg::OnEditFind()
{
m_pHtmlPreview->E...
Andrew Truckle
Votes: 0
Answers: 1