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

Managed C++/CLI

 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 6:17
Mark Salsbery21-May-07 6:17 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:29
led mike21-May-07 9:29 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:35
Mark Salsbery21-May-07 9:35 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:47
led mike21-May-07 9:47 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:57
Mark Salsbery21-May-07 9:57 
QuestionFile processing in MC++ Pin
subramanyeswari20-May-07 20:38
subramanyeswari20-May-07 20:38 
QuestionMessageBox in Vc++2005 Pin
lavy288320-May-07 2:36
lavy288320-May-07 2:36 
AnswerRe: MessageBox in Vc++2005 Pin
Mark Salsbery20-May-07 7:05
Mark Salsbery20-May-07 7:05 
You could use String.Format() to format the string...

MessageBox::Show(String::Format("You must specify D less then {0} (2*H)", (H*2).ToString()),
"Error", MessageBoxButtons::OK, MessageBoxIcon::Error, MessageBoxDefaultButton::Button1/*,
MessageBoxOptions.DefaultDesktopOnly*/);

Mark




"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
AnswerRe: MessageBox in Vc++2005 Pin
Anurag Gandhi20-May-07 21:28
professionalAnurag Gandhi20-May-07 21:28 
GeneralRe: MessageBox in Vc++2005 Pin
lavy288321-May-07 4:12
lavy288321-May-07 4:12 
QuestionLNK4248 error Pin
subramanyeswari17-May-07 23:19
subramanyeswari17-May-07 23:19 
AnswerLNK4248 error Pin
subramanyeswari17-May-07 23:30
subramanyeswari17-May-07 23:30 
QuestionCollapsable Side Menus Pin
john john mackey17-May-07 9:47
john john mackey17-May-07 9:47 
GeneralPointer to function as arguments in visual c++ Pin
dodoxor17-May-07 7:27
dodoxor17-May-07 7:27 
GeneralRe: Pointer to function as arguments in visual c++ Pin
Mark Salsbery17-May-07 7:59
Mark Salsbery17-May-07 7:59 
AnswerRe: Pointer to function as arguments in visual c++ Pin
sthotakura21-May-07 9:57
sthotakura21-May-07 9:57 
Questionprogram code fro a tough question Pin
MaddySays17-May-07 0:56
MaddySays17-May-07 0:56 
AnswerRe: program code fro a tough question Pin
Christian Graus17-May-07 1:07
protectorChristian Graus17-May-07 1:07 
GeneralRe: program code fro a tough question Pin
MaddySays17-May-07 1:18
MaddySays17-May-07 1:18 
GeneralRe: program code fro a tough question Pin
Christian Graus17-May-07 1:32
protectorChristian Graus17-May-07 1:32 
GeneralRe: program code for a tough question Pin
MaddySays17-May-07 1:45
MaddySays17-May-07 1:45 
GeneralRe: program code for a tough question Pin
Christian Graus17-May-07 2:13
protectorChristian Graus17-May-07 2:13 
Questionstrcat_s question [modified] Pin
Stick^16-May-07 12:48
Stick^16-May-07 12:48 
AnswerRe: strcat_s question Pin
Christian Graus16-May-07 13:10
protectorChristian Graus16-May-07 13:10 
QuestionError 206 error C2665: 'qsort' : none of the 2 overloads could convert all the argument types Pin
subramanyeswari16-May-07 5:55
subramanyeswari16-May-07 5:55 

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.