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

Managed C++/CLI

 
GeneralRe: Ad Hoc routing protocol Pin
3bood.ghzawi19-Apr-13 0:05
3bood.ghzawi19-Apr-13 0:05 
GeneralRe: Ad Hoc routing protocol Pin
Richard MacCutchan19-Apr-13 0:38
mveRichard MacCutchan19-Apr-13 0:38 
GeneralRe: Ad Hoc routing protocol Pin
Joe Woodbury24-Apr-13 8:22
professionalJoe Woodbury24-Apr-13 8:22 
GeneralRe: Ad Hoc routing protocol Pin
Richard MacCutchan24-Apr-13 9:30
mveRichard MacCutchan24-Apr-13 9:30 
QuestionDisplay only 2 digs in string in label. Pin
Søren Lyder Nielsen17-Apr-13 23:50
Søren Lyder Nielsen17-Apr-13 23:50 
AnswerRe: Display only 2 digs in string in label. Pin
Richard MacCutchan18-Apr-13 1:46
mveRichard MacCutchan18-Apr-13 1:46 
GeneralRe: Display only 2 digs in string in label. Pin
Søren Lyder Nielsen18-Apr-13 3:30
Søren Lyder Nielsen18-Apr-13 3:30 
GeneralRe: Display only 2 digs in string in label. Pin
Richard MacCutchan18-Apr-13 4:24
mveRichard MacCutchan18-Apr-13 4:24 
There are lots of samples in the two links I gave you, that show how you can get your output formatted correctly. This may only be your second program but you need to get familiar with the documentation as soon as possible.
For the record you would show the Danish kroner sample as:
C++
label7->Text = String.Format("{0:N} Kr", dansk);

However, if you look at the second link it explains how to get a number shown in different currencies automatically, by selecting the appropriate locale.
Use the best guess

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 

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.