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

Managed C++/CLI

 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:12
9ine16-Aug-06 0:12 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 2:12
protectorChristian Graus16-Aug-06 2:12 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 3:51
9ine16-Aug-06 3:51 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 10:47
protectorChristian Graus16-Aug-06 10:47 
GeneralRe: .NET slow graphics Pin
Joe Woodbury15-Aug-06 8:16
professionalJoe Woodbury15-Aug-06 8:16 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:16
9ine16-Aug-06 0:16 
GeneralRe: .NET slow graphics Pin
Joe Woodbury16-Aug-06 8:23
professionalJoe Woodbury16-Aug-06 8:23 
QuestionHow to Use String::Format Method Pin
Nagaraju_Focus7-Aug-06 22:59
Nagaraju_Focus7-Aug-06 22:59 
Hi All,

I am New user for vc.net,
My code is
String ^str1=L"1",^str2=L"2",^str3=L"3";
String ^str=String::Format("{0}{1}{2}",str1,str2,str3);
MessageBox::Show(str);
But I want Increase the String length like
in VC++;
CString str;
str.Format("%25s%15s%15s",str1,str2,str3);
I want modify above code like that


Plz suggest me


Nagaraju
AnswerRe: How to Use String::Format Method Pin
led mike8-Aug-06 6:39
led mike8-Aug-06 6:39 
GeneralRe: How to Use String::Format Method [modified] Pin
bob169728-Aug-06 6:45
bob169728-Aug-06 6:45 
GeneralRe: How to Use String::Format Method Pin
led mike8-Aug-06 6:53
led mike8-Aug-06 6:53 
GeneralRe: How to Use String::Format Method Pin
bob169728-Aug-06 9:04
bob169728-Aug-06 9:04 
GeneralRe: How to Use String::Format Method Pin
led mike8-Aug-06 10:34
led mike8-Aug-06 10:34 
AnswerRe: How to Use String::Format Method [modified] Pin
George L. Jackson8-Aug-06 9:30
George L. Jackson8-Aug-06 9:30 
GeneralRe: How to Use String::Format Method Pin
Nagaraju_Focus8-Aug-06 18:47
Nagaraju_Focus8-Aug-06 18:47 
QuestionODBC Native API Pin
Sk8tzz7-Aug-06 20:29
Sk8tzz7-Aug-06 20:29 
AnswerRe: ODBC Native API Pin
Eric Dahlvang15-Aug-06 7:18
Eric Dahlvang15-Aug-06 7:18 
QuestionPlaying PCM data Pin
t4ure4n7-Aug-06 4:52
t4ure4n7-Aug-06 4:52 
QuestionC++ to C# through dll Pin
t4ure4n6-Aug-06 11:26
t4ure4n6-Aug-06 11:26 
AnswerRe: C++ to C# through dll Pin
led mike7-Aug-06 6:15
led mike7-Aug-06 6:15 
QuestionSTL incompatible with Windows Forms? Pin
ricecake4-Aug-06 7:57
ricecake4-Aug-06 7:57 
AnswerRe: STL incompatible with Windows Forms? Pin
ricecake4-Aug-06 10:34
ricecake4-Aug-06 10:34 
Questionc++/cli interop: wrapper should be notified if native object changes Pin
Ralf A.4-Aug-06 5:33
Ralf A.4-Aug-06 5:33 
QuestionVector list Pin
GameDesignerXIX3-Aug-06 16:43
GameDesignerXIX3-Aug-06 16:43 
AnswerRe: Vector list Pin
Christian Graus3-Aug-06 16:52
protectorChristian Graus3-Aug-06 16:52 

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.