Click here to Skip to main content
15,886,578 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: My clients requirement is Pin
Vasudevan Deepak Kumar26-Jul-07 23:05
Vasudevan Deepak Kumar26-Jul-07 23:05 
GeneralRe: My clients requirement is Pin
indian14327-Jul-07 0:13
indian14327-Jul-07 0:13 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:30
Colin Angus Mackay28-Jul-07 7:30 
GeneralRe: My clients requirement is Pin
Christian Graus26-Jul-07 23:20
protectorChristian Graus26-Jul-07 23:20 
GeneralRe: My clients requirement is Pin
Leslie Sanford27-Jul-07 6:42
Leslie Sanford27-Jul-07 6:42 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:29
Colin Angus Mackay28-Jul-07 7:29 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 5:45
indian14326-Jul-07 5:45 
GeneralRe: My clients requirement is Pin
Pete O'Hanlon26-Jul-07 8:57
mvePete O'Hanlon26-Jul-07 8:57 
GeneralRe: My clients requirement is Pin
Paul Conrad26-Jul-07 9:53
professionalPaul Conrad26-Jul-07 9:53 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 20:27
indian14326-Jul-07 20:27 
GeneralRe: My clients requirement is Pin
Colin Angus Mackay28-Jul-07 7:32
Colin Angus Mackay28-Jul-07 7:32 
GeneralRe: My clients requirement is Pin
Paul Conrad26-Jul-07 9:55
professionalPaul Conrad26-Jul-07 9:55 
GeneralRe: My clients requirement is Pin
indian14326-Jul-07 20:20
indian14326-Jul-07 20:20 
AnswerRe: My clients requirement is Pin
Christian Graus26-Jul-07 23:14
protectorChristian Graus26-Jul-07 23:14 
GeneralRe: My clients requirement is Pin
indian14327-Jul-07 0:19
indian14327-Jul-07 0:19 
GeneralRe: My clients requirement is Pin
Christian Graus27-Jul-07 0:49
protectorChristian Graus27-Jul-07 0:49 
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 

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.