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

Managed C++/CLI

 
AnswerRe: How do I make an assembly? Pin
EnkelIk9-Oct-02 21:56
EnkelIk9-Oct-02 21:56 
Questionhow to? Pin
imran_rafique5-Oct-02 15:27
imran_rafique5-Oct-02 15:27 
AnswerRe: how to? Pin
Slayer14-Oct-02 3:09
Slayer14-Oct-02 3:09 
GeneralUsing STL in MC++ Pin
Anonymous2-Oct-02 9:09
Anonymous2-Oct-02 9:09 
GeneralRe: Using STL in MC++ Pin
Alexandru Savescu14-Nov-02 5:42
Alexandru Savescu14-Nov-02 5:42 
QuestionNew line in textbox? Pin
EnkelIk30-Sep-02 20:42
EnkelIk30-Sep-02 20:42 
AnswerRe: New line in textbox? Pin
Christian Graus30-Sep-02 22:55
protectorChristian Graus30-Sep-02 22:55 
AnswerRe: New line in textbox? Pin
group_captain_mandrake17-Oct-02 18:04
group_captain_mandrake17-Oct-02 18:04 
Yes, I can't find a better way than using strings and then doing something like:

String* break="\r\n";
String::Concat(textString1,break,textString2);

This is obviously a lousy solution because you have to put all of your strings together before you even display them!

MS says that we shouldn't even be using strings anymore if they have to be manipulated repeatedly, but should use stringBuilder instead. Unfortunately, stringBuilder has been proven in clinical trials to cause insanity in 3 out of 5 users.
Questionhow to? Pin
imran_rafique29-Sep-02 16:36
imran_rafique29-Sep-02 16:36 
QuestionHOW to creat FileStream? Pin
imran_rafique28-Sep-02 15:31
imran_rafique28-Sep-02 15:31 
Questioncan any body write the syntex of reading and writing the object ito a file ? Pin
imran_rafique27-Sep-02 16:07
imran_rafique27-Sep-02 16:07 
Questionmay i read the same object on network from a file? Pin
imran_rafique26-Sep-02 16:10
imran_rafique26-Sep-02 16:10 
AnswerRe: may i read the same object on network from a file? Pin
Rickard Andersson2026-Sep-02 20:50
Rickard Andersson2026-Sep-02 20:50 
GeneralRe: may i read the same object on network from a file? Pin
imran_rafique27-Sep-02 14:15
imran_rafique27-Sep-02 14:15 
QuestionOutputDebugString ? Pin
imran_rafique25-Sep-02 12:15
imran_rafique25-Sep-02 12:15 
AnswerRe: OutputDebugString ? Pin
Anonymous27-Sep-02 8:54
Anonymous27-Sep-02 8:54 
Questionexecution and flow ? Pin
imran_rafique25-Sep-02 10:43
imran_rafique25-Sep-02 10:43 
AnswerRe: execution and flow ? Pin
Maximilien25-Sep-02 11:03
Maximilien25-Sep-02 11:03 
GeneralPlease someone explain "Managed Extensions or MC++" for new comer!! Pin
sanong24-Sep-02 21:23
sanong24-Sep-02 21:23 
GeneralRe: Please someone explain "Managed Extensions or MC++" for new comer!! Pin
Christian Graus24-Sep-02 22:47
protectorChristian Graus24-Sep-02 22:47 
GeneralLooking for a good book Pin
squeaky23-Sep-02 13:33
squeaky23-Sep-02 13:33 
GeneralRe: Looking for a good book Pin
Maximilien23-Sep-02 14:13
Maximilien23-Sep-02 14:13 
Questioni want to use .net namespaces ? Pin
imran_rafique19-Sep-02 16:20
imran_rafique19-Sep-02 16:20 
Questionexceptions? Pin
imran_rafique19-Sep-02 16:17
imran_rafique19-Sep-02 16:17 
GeneralIShellView and thumbnails on windows 2000 Pin
luc218-Sep-02 1:18
luc218-Sep-02 1:18 

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.