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

Managed C++/CLI

 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen22-Apr-13 22:50
Søren Lyder Nielsen22-Apr-13 22:50 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan22-Apr-13 23:03
mveRichard MacCutchan22-Apr-13 23:03 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen23-Apr-13 0:09
Søren Lyder Nielsen23-Apr-13 0:09 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan23-Apr-13 1:52
mveRichard MacCutchan23-Apr-13 1:52 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen23-Apr-13 2:26
Søren Lyder Nielsen23-Apr-13 2:26 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan23-Apr-13 2:28
mveRichard MacCutchan23-Apr-13 2:28 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen23-Apr-13 2:32
Søren Lyder Nielsen23-Apr-13 2:32 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan23-Apr-13 3:55
mveRichard MacCutchan23-Apr-13 3:55 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen23-Apr-13 4:42
Søren Lyder Nielsen23-Apr-13 4:42 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan23-Apr-13 4:49
mveRichard MacCutchan23-Apr-13 4:49 
AnswerRe: Display only 2 digs in string in label. Pin
Member 1000269911-May-13 0:46
Member 1000269911-May-13 0:46 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan11-May-13 4:10
mveRichard MacCutchan11-May-13 4:10 
QuestionC++ Windows Form Application Printing Pin
eakteam16-Apr-13 10:37
professionaleakteam16-Apr-13 10:37 
AnswerRe: C++ Windows Form Application Printing Pin
NotPolitcallyCorrect16-Apr-13 12:01
NotPolitcallyCorrect16-Apr-13 12:01 
GeneralRe: C++ Windows Form Application Printing Pin
eakteam16-Apr-13 22:55
professionaleakteam16-Apr-13 22:55 
GeneralRe: C++ Windows Form Application Printing Pin
NotPolitcallyCorrect17-Apr-13 2:42
NotPolitcallyCorrect17-Apr-13 2:42 
GeneralRe: C++ Windows Form Application Printing Pin
eakteam17-Apr-13 5:24
professionaleakteam17-Apr-13 5:24 
GeneralRe: C++ Windows Form Application Printing Pin
NotPolitcallyCorrect18-Apr-13 5:42
NotPolitcallyCorrect18-Apr-13 5:42 
AnswerRe: C++ Windows Form Application Printing Pin
Richard MacCutchan16-Apr-13 21:21
mveRichard MacCutchan16-Apr-13 21:21 
GeneralRe: C++ Windows Form Application Printing Pin
eakteam16-Apr-13 22:55
professionaleakteam16-Apr-13 22:55 
GeneralRe: C++ Windows Form Application Printing Pin
Richard MacCutchan17-Apr-13 2:28
mveRichard MacCutchan17-Apr-13 2:28 
GeneralRe: C++ Windows Form Application Printing Pin
eakteam17-Apr-13 5:24
professionaleakteam17-Apr-13 5:24 
QuestionI get Input string was not in a correct format. error Pin
Søren Lyder Nielsen15-Apr-13 4:12
Søren Lyder Nielsen15-Apr-13 4:12 
AnswerRe: I get Input string was not in a correct format. error Pin
Richard MacCutchan15-Apr-13 4:38
mveRichard MacCutchan15-Apr-13 4:38 
AnswerRe: I get Input string was not in a correct format. error Pin
eakteam16-Apr-13 23:35
professionaleakteam16-Apr-13 23:35 
Look this Example .. it will help.

C++
int a= Convert::ToInt32(this->textBox1->Text->Trim());
int b= Convert::ToInt32(this->textBox2->Text->Trim());
int sum=a+b;

"The more quieter you become, the more you are able to hear..."

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.