Skip to content Skip to sidebar Skip to footer
Showing posts with the label Winforms

A Good Html Capable Richedit Replacement For Winforms?

Can anyone recommend a html replacement for a winforms (c#) richedit control? I would like a contr… Read more A Good Html Capable Richedit Replacement For Winforms?

Why Does This Code To Replace Accented Chars With Html Codes Fail To Work?

I want to replace accented chars (such as á, ñ, ¿, ¡, etc.) with the corresponding HTML codes (such… Read more Why Does This Code To Replace Accented Chars With Html Codes Fail To Work?

Scraping Html From Google Translate

I want to translate a string using Google Translator. My sample string is 'this is my string… Read more Scraping Html From Google Translate

How To Get Html Textbox Value?

I am trying to get values of few textboxes on a website in a C# WinForms app. It is input type text… Read more How To Get Html Textbox Value?

How To Access Nsihtmleditor Interface In Geckofx?

I am trying to make a WYSIWYG HTML-editor by embedding GeckoFX in a Windows Forms application in VB… Read more How To Access Nsihtmleditor Interface In Geckofx?

How To Print Background Image And Styles In Webbrowser Control

I want to print the background-images through my web browser control: body { background-image: … Read more How To Print Background Image And Styles In Webbrowser Control