Tagged Questions
-1
votes
1answer
248 views
Using Webkit/Firefox Browser Control in C# [duplicate]
I am looking for a Web Browser control(Free preference) which I can not only use to display HTML but can also interact with the DOM in my C# Application or Vice Versa. Kindly guide me in this regard.
1
vote
0answers
59 views
Web deploy .NET client-side assemblies in Firefox?
I have a very large client application written over the course of several years in .NET (actually a collection of assemblies) that we're trying to make web-deployable. This was a moderate task in ...
0
votes
1answer
106 views
GeckoWebBrowser isn't showing (Handle) (C# WinForms)
I want to use the geckoWebBrowser but it says I have to asign the handle to something to display.
After searching a bit, a good solution seems to be to asign it to a tab page,especially to simulate ...
0
votes
1answer
662 views
how to use DocumentComplete Event with Gecko Webbrowser c#/.net
I'm creating an application that contains "geckoWebBrowser" in c #. But I have to wait the complete loading a web page, and then continue to execute other instructions.
Please help me with my code:
...
0
votes
2answers
356 views
Gecko WebBrowser.DocumentComplete Event
I'm creating an application that contains "geckoWebBrowser" in c #. But I have to wait the complete loading a web page, and then continue to execute other instructions. there is something similar to ...
0
votes
0answers
238 views
how to give navigation time to geckowebbrowser before navigate anoter time
i am creating simple webpage reloader program. i want to reload a web page few times. In my program i am using gecko webbrowser control, and i am using a progressBar as pege reload progress.
what i ...
2
votes
2answers
645 views
WebBrowser.DrawToBitmap leaves white pixels
I use a Gecko .NET WebBrowser control to get the HTML page.
Then I use this code to make a screenshot of this HTML page:
void LoadingFinished(object sender, EventArgs args)
{
try
{
...
0
votes
2answers
1k views
(ABCPdf) Failed to add HTML: RPC to Gecko engine process failed
I have an MVC .NET application that uses ABCPdf to generate and serve PDF files.
It runs fine on several of our development machines, but there is a machine that cannot run it.
The machine is a ...
1
vote
1answer
176 views
How to use Gecko or WebKit if the user already has browser
Is there a way to use WebKit or Gecko if the user already have Chrome/Safari or Firefox installed?
0
votes
1answer
1k views
WebKit or Gecko with .NET
In my searching I've found WebKit.NET, but I'm not sure that's what I'm aiming for. To be clear, I'm aiming to use a rendering engine like Gecko or Webkit with .NET. I'm hoping to use it within a ...
0
votes
1answer
489 views
Does GeckoFX has all the functionality of a .NET WebBrowser?
I'm considering using the GeckoFX component instead of a WebBrowser because of a memory leak (You can see this, this and this regarding the leak) that doesn't have a solution.
The problem is that my ...
5
votes
2answers
4k views
How do I embed Gecko using gecko-sharp on Mono/Windows?
Gecko is the rendering engine for Firefox. Using gecko-sharp it is possible to embed it to any Mono/GTK# program. There is a sample application called GladeSharpBrowser for doing this. I could manage ...
47
votes
10answers
47k views
Is there an embeddable Webkit component for Windows / C# development?
I've seen a few COM controls which wrap the Gecko rendering engine (GeckoFX, as well as the control shipped by Mozilla - mozctlx.dll). Is there a wrapper for Webkit that can be included in a .NET ...
41
votes
9answers
46k views
Is it possible to Embed Gecko or Webkit in a Windows Form just like a WebView?
I'd love to know if there is such a thing as a Gecko.NET ;) I mean, just like we can embed a WebView and that is an "instance" of IE7 inside any Windows Forms application (and tell it to ...
