Click here to Skip to main content
15,881,898 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionUsing Forms with Managed DirectX Pin
Leslie Sanford25-Jul-07 19:48
Leslie Sanford25-Jul-07 19:48 
Questionpop up form to capture reason Pin
jpk42025-Jul-07 4:52
jpk42025-Jul-07 4:52 
AnswerRe: pop up form to capture reason [modified] Pin
Luc Pattyn25-Jul-07 5:12
sitebuilderLuc Pattyn25-Jul-07 5:12 
GeneralRe: pop up form to capture reason Pin
jpk42025-Jul-07 6:23
jpk42025-Jul-07 6:23 
GeneralRe: pop up form to capture reason Pin
Luc Pattyn25-Jul-07 6:36
sitebuilderLuc Pattyn25-Jul-07 6:36 
GeneralRe: pop up form to capture reason Pin
jpk42025-Jul-07 6:45
jpk42025-Jul-07 6:45 
GeneralRe: pop up form to capture reason Pin
Luc Pattyn25-Jul-07 7:12
sitebuilderLuc Pattyn25-Jul-07 7:12 
QuestionWebbrowser and encoding Pin
hoonzis24-Jul-07 22:38
hoonzis24-Jul-07 22:38 
Hello,

I'm using the webbrowser in my litle email client. I'm editing the message in the browser, then accessing it over DocumentText and sending later.

Does anyone know how to change webbrowser's encoding from code?I tried:

webbrowser.Document.Encoding = "windows-1250";

and actually it puts the correct encoding into the html code, but it deletes all the special characters in the html.So I will get:

<META http-equiv=Content-Type content="text/html; charset=windows-1250">

which is correct but eg. for this

Čeština je krásná

I get just:
<br />
<p>etina je krsn</p><br />


This happens when I'm changing the encoding after the editing of the document is finished. I tried to first change it to windows-1250 and then edit the content, but actually every time I edit something in webbrowser it changes back to utf-8, which is default I suppose.

Any help on this appriciated

Thanks
Honga
QuestionProblems adding dynamically a custon-control to a panel Pin
J. Holzer24-Jul-07 11:40
J. Holzer24-Jul-07 11:40 
QuestionHow to run a dll on system reboot Pin
rockyl24-Jul-07 4:46
rockyl24-Jul-07 4:46 
AnswerRe: How to run a dll on system reboot Pin
Christian Graus24-Jul-07 13:31
protectorChristian Graus24-Jul-07 13:31 
GeneralRe: How to run a dll on system reboot Pin
rockyl24-Jul-07 21:02
rockyl24-Jul-07 21:02 
GeneralRe: How to run a dll on system reboot Pin
Christian Graus24-Jul-07 22:05
protectorChristian Graus24-Jul-07 22:05 
GeneralRe: How to run a dll on system reboot Pin
rockyl24-Jul-07 22:39
rockyl24-Jul-07 22:39 
GeneralRe: How to run a dll on system reboot Pin
Jonathan [Darka]26-Jul-07 4:27
professionalJonathan [Darka]26-Jul-07 4:27 
QuestionDrag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
charles92223-Jul-07 18:57
charles92223-Jul-07 18:57 
AnswerRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Christian Graus23-Jul-07 19:11
protectorChristian Graus23-Jul-07 19:11 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Paul Conrad23-Jul-07 19:48
professionalPaul Conrad23-Jul-07 19:48 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Christian Graus23-Jul-07 19:58
protectorChristian Graus23-Jul-07 19:58 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Paul Conrad23-Jul-07 20:00
professionalPaul Conrad23-Jul-07 20:00 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Luc Pattyn24-Jul-07 12:18
sitebuilderLuc Pattyn24-Jul-07 12:18 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
Christian Graus24-Jul-07 13:29
protectorChristian Graus24-Jul-07 13:29 
GeneralRe: Drag and drop pictureBox bitmap is overwritten by repaint (C#) Pin
charles92224-Jul-07 22:08
charles92224-Jul-07 22:08 
QuestionData Flow between a web server and a computer Pin
Tarik Guney23-Jul-07 12:12
Tarik Guney23-Jul-07 12:12 
AnswerRe: Data Flow between a web server and a computer Pin
Paul Conrad23-Jul-07 15:20
professionalPaul Conrad23-Jul-07 15:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.