Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set my application versions? Pin
PJ Arends8-Oct-06 16:25
professionalPJ Arends8-Oct-06 16:25 
GeneralThat's it, thank you. Pin
Hamed Musavi8-Oct-06 16:35
Hamed Musavi8-Oct-06 16:35 
QuestionWhich engine to use for creating games?? Pin
Faisal Khatri8-Oct-06 10:53
Faisal Khatri8-Oct-06 10:53 
AnswerRe: Which engine to use for creating games?? Pin
technomanceraus8-Oct-06 21:02
technomanceraus8-Oct-06 21:02 
AnswerRe: Which engine to use for creating games?? Pin
Galatei9-Oct-06 2:58
Galatei9-Oct-06 2:58 
AnswerRe: Which engine to use for creating games?? Pin
Hamid_RT9-Oct-06 19:24
Hamid_RT9-Oct-06 19:24 
GeneralRe: Which engine to use for creating games?? Pin
Faisal Khatri9-Oct-06 19:57
Faisal Khatri9-Oct-06 19:57 
QuestionWebBrowser control modifies HTML entities: How to get original source code? Pin
Jens Doose8-Oct-06 8:24
Jens Doose8-Oct-06 8:24 
Hi everybody,

i have an (ANSI) C++ application that hosts the WebBrowser control.
I write an HTML file to the control via m_spMsHtml->write( sfArray ).
The I use the HTML editing functionality of the webbrowser to
modify the source, lateron I read the content back and save it to
a file again.

This works quite good until I use special characters like german
or greek characters with their HTML encoding.

If a document contains characters like these:
ä
ü
Σ
α
then the "write"-command already translates these into
their unicode-equivalent, so they become to
ä
ü
Σ
α

I would like to keep the HTML-equivalent.
Is there any way to do this?

Any help is appreciated,
thanks in advance!

Jens Doose
QuestionJust Some basic how to's please Pin
Learn2LikeIt8-Oct-06 5:45
Learn2LikeIt8-Oct-06 5:45 
AnswerRe: Just Some basic how to's please Pin
Hamid_RT8-Oct-06 7:11
Hamid_RT8-Oct-06 7:11 
AnswerRe: Just Some basic how to's please Pin
Christian Graus8-Oct-06 8:49
protectorChristian Graus8-Oct-06 8:49 
AnswerRe: Just Some basic how to's please Pin
Hamid_RT19-Oct-06 7:54
Hamid_RT19-Oct-06 7:54 
AnswerRe: how can i find or Pin
Hamid_RT8-Oct-06 7:12
Hamid_RT8-Oct-06 7:12 
GeneralRe: how can i find or Pin
WinXYhappy8-Oct-06 14:31
WinXYhappy8-Oct-06 14:31 
GeneralRe: how can i find or Pin
Hamid_RT8-Oct-06 19:26
Hamid_RT8-Oct-06 19:26 
GeneralRe: how can i find or Pin
WinXYhappy1-Nov-06 2:59
WinXYhappy1-Nov-06 2:59 
GeneralRe: how can i find or Pin
Hamid_RT1-Nov-06 4:14
Hamid_RT1-Nov-06 4:14 
QuestionI have a LPWSTR and I need a LPCWSTR what do I do? Pin
BarryOg8-Oct-06 1:55
BarryOg8-Oct-06 1:55 
AnswerRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
Hamid_RT8-Oct-06 7:12
Hamid_RT8-Oct-06 7:12 
AnswerRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
Mark Salsbery8-Oct-06 8:37
Mark Salsbery8-Oct-06 8:37 
GeneralRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
BarryOg8-Oct-06 9:21
BarryOg8-Oct-06 9:21 
GeneralRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
Mark Salsbery8-Oct-06 11:11
Mark Salsbery8-Oct-06 11:11 
GeneralRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
Mark Salsbery8-Oct-06 11:21
Mark Salsbery8-Oct-06 11:21 
GeneralRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
BarryOg8-Oct-06 23:17
BarryOg8-Oct-06 23:17 
GeneralRe: I have a LPWSTR and I need a LPCWSTR what do I do? Pin
jhwurmbach9-Oct-06 2:41
jhwurmbach9-Oct-06 2:41 

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.