Click here to Skip to main content
15,892,809 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: linking managed dll to standard c++ Pin
cppmanuf25-Jun-04 17:54
cppmanuf25-Jun-04 17:54 
GeneralRe: linking managed dll to standard c++ Pin
Emiliano28-Jun-04 23:59
Emiliano28-Jun-04 23:59 
QuestionProblem connecting to server -difference managed C++ and C#? Pin
EnkelIk2-Jun-04 21:46
EnkelIk2-Jun-04 21:46 
GeneralOutlook Express [Mail Compose] Pin
kmcguire2-Jun-04 16:29
kmcguire2-Jun-04 16:29 
GeneralPassing managed object through clipboard Pin
rkvs1-Jun-04 10:35
rkvs1-Jun-04 10:35 
Generalfirewall Pin
shahrokh nabavi1-Jun-04 7:07
shahrokh nabavi1-Jun-04 7:07 
GeneralRe: firewall Pin
kmcguire1-Jun-04 15:52
kmcguire1-Jun-04 15:52 
GeneralHTML edit and view control. Pin
kmcguire27-May-04 22:54
kmcguire27-May-04 22:54 
Hello, and thanks for reading my post hopefully you can help me.
Cry | :((
My problem is i need code or a control that is native with low-overhead using Microsoft Visual C++ .NET that allows a user to add images and text. Exactly like a wordpad, however, it needs to also be able to display (and edit). It seems quite simple but i need to display HTML code. I took a look at the
RichTextBox control and choked, it seemed to have a complicated format for storeing the images and text formatting.. I was hopeing to be able to write
a function that takes a argument of HTML code and convert this into some
cordinates for the text and images (supporting only basic HTML) and use the
System::Drawing2D to draw the text but i run into a problem.

I can not figure out a way to tell how long in pixels or whatever how
long the string will be when it is written out onto the picturebox or form.

Graphics * g = this->CreateGraphics();
g->DrawString( ... blah .. blah , 10, 10 );

No, way i can know where to start drawing my image if for instance i had something like.

"blah blah blah [img src=...]" Cry | :((

btw: This is for the compose form of my mail application. So user can write their email, insert images, and view emails.
GeneralRe: HTML edit and view control. Pin
kmcguire28-May-04 3:23
kmcguire28-May-04 3:23 
GeneralVSPackage load failure after incorporating PLK Pin
ManSus27-May-04 10:59
ManSus27-May-04 10:59 
GeneralAbout a graph algorithm! It is very diffcult , I think! Pin
ymq832827-May-04 0:09
ymq832827-May-04 0:09 
GeneralRe: About a graph algorithm! It is very diffcult , I think! Pin
Curi0us_George27-May-04 19:52
Curi0us_George27-May-04 19:52 
Generalsocket Pin
Ni@m26-May-04 23:42
Ni@m26-May-04 23:42 
GeneralRe: socket Pin
toxcct27-May-04 23:43
toxcct27-May-04 23:43 
GeneralRe: socket Pin
kmcguire28-May-04 3:35
kmcguire28-May-04 3:35 
GeneralRe: socket Pin
neurorebel6-Jun-04 22:11
neurorebel6-Jun-04 22:11 
Generalconsole timer Pin
nikoladsp26-May-04 23:03
nikoladsp26-May-04 23:03 
GeneralThe VC++ 2003 Toolkit Pin
--BoB--25-May-04 18:23
suss--BoB--25-May-04 18:23 
GeneralCall proc inside namespace from outside the namespace Pin
Member 62566624-May-04 8:41
Member 62566624-May-04 8:41 
GeneralRe: Call proc inside namespace from outside the namespace Pin
kmcguire30-May-04 17:28
kmcguire30-May-04 17:28 
GeneralTaking input while in some form of waiting/sleeping -- plz help Pin
Makutu21-May-04 20:32
Makutu21-May-04 20:32 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George27-May-04 19:19
Curi0us_George27-May-04 19:19 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Makutu2-Jun-04 15:20
Makutu2-Jun-04 15:20 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George3-Jun-04 2:03
Curi0us_George3-Jun-04 2:03 
Generalneed help !! Pin
ormax321-May-04 9:09
sussormax321-May-04 9:09 

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.