All Questions
121 questions
0
votes
1
answer
128
views
C# Grab HTML from a Browser Window
I want be able to somehow, get access of a open Webbrowser (like Chrome or Firefox) and Grab the HTML text from it. Then Load this HTML in my C# program and read important stuff out of it.
and this ...
-1
votes
1
answer
97
views
C# - If text inside a div class is found do sth
I've got a problem. I want to do the following, as soon as some text is found on WebBrowser1 - do something.
For example we have this HTML:
<div class="chat-message-text">
...
1
vote
0
answers
131
views
Reasons why Alert, Confirm and Prompt dont work when run inside a browser control of C# client
I have a WinForm in in .NET with a browser control.
I have created a basic html page with some javascript for testing and im displaying it in the control.
The HTML renders fine and all other ...
0
votes
0
answers
348
views
Custom URL Protocol for Invoking Application: What if the key is not found in registry?
I have been trying to invoke an application from browser using Custom URI Scheme. This article helped me how to set it up. https://msdn.microsoft.com/en-us/windows/desktop/aa767914.
What if I delete ...
0
votes
0
answers
31
views
c# web request html response doesn't show well
I'm trying to retrieve a website using tcp and http requests, I added a textbox and a Go button , I type an address in the textbox and then I press the button to get to the website. it works well ...
-2
votes
1
answer
976
views
Possible to click button in web browser without opening page
Is is possible to click button without opening web page using c#?
I searched a lot of information in internet but can't find answear to this question.
For example when i have button like this :
And ...
1
vote
1
answer
44
views
Possibility of editing a piece of data on a website using C#.Net Built Desktop Software [closed]
Warm greetings.
I am trying to find out if there is a way of editing/updating something on a website using a piece of software made in C#.
By this I mean, if the website prompts a user to enter a ...
0
votes
1
answer
492
views
Get elements from child class
So, i am creating a project using C# and Gecko(firefox) browser. One of the things that i want to do, is to read the text(actually it's a number) of a span class from the html "code" of an website.
...
0
votes
1
answer
3k
views
window.close() is not working when page is opened by Response.Redirect
I have two asp.net web pages named Default.aspx and Default2.aspx. There is one ASP Button on Default.aspx page. On click of the button event, I am redirecting to Default2.aspx page. On this page ...
1
vote
1
answer
117
views
C# Is it possible to change HTML from the web browser?
I´m wondering if it could be possible to change the HTML document text directly from the web Browser.
I´m currently working on an email client, which uses a html template for the design.
Everything ...
0
votes
1
answer
163
views
web page doesn't recognize text has been entered in textbox
So I'm setting the value of a textbox, then I'll click a button to submit the search. The value in the textbox is showing what I want, but when I trigger the click of the button, the website gives me ...
0
votes
1
answer
7k
views
Browser inside a web page [closed]
I want to build a website that function as a "broswer", meaning displays website (such as facebook, google, yahoo...). It has a url bar, where the user inputs the address he want to visit, and a ...
-1
votes
1
answer
118
views
how to make website compatible with all browser
I am developing website with ASP.Net and already create a pop up Calendar where it is work successfully in Internet Explorer..
Bbut it work different in chrome
<script type="text/javascript">
...
-2
votes
1
answer
54
views
Browser using c# in windows form applications
i have developed a browser using c# in windows form applications, now i want to put a button to store html code in a text document, how do i do that, thanks
namespace browser
{
public partial ...
0
votes
1
answer
2k
views
How to stop users to make changes in values by using Inspect Element / Developer Tool or by pressing F12? [closed]
How to stop users to make changes in values by using Inspect Element / Developer Tool or by pressing F12?
Presently users are able to make changes in values. I want to stop it.
Is there any idea with ...