Click here to Skip to main content
15,897,518 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DataGrid and DataSet Pin
TTECHNOLOGY6-Mar-05 19:50
TTECHNOLOGY6-Mar-05 19:50 
Generalwav recording and playing in .Net c# Pin
eXception!3-Mar-05 22:25
eXception!3-Mar-05 22:25 
GeneralApp config Pin
Small Rat3-Mar-05 18:05
Small Rat3-Mar-05 18:05 
GeneralRe: App config Pin
Anonymous4-Mar-05 7:07
Anonymous4-Mar-05 7:07 
GeneralCOM Interop - Passing pointers from unmanaged to managed Pin
Laxman Prabu2-Mar-05 21:23
Laxman Prabu2-Mar-05 21:23 
GeneralMore Information Pin
ursus zeta6-Mar-05 12:18
ursus zeta6-Mar-05 12:18 
GeneralMessageBox.Show() ?! Pin
truonghongquan2-Mar-05 19:26
truonghongquan2-Mar-05 19:26 
GeneralRe: MessageBox.Show() ?! Pin
Anonymous4-Mar-05 7:05
Anonymous4-Mar-05 7:05 
your call seems to be ok.

perhaps you should try the other variants of MessageBox.Show(...);

MessageBox.Show("test");
MessageBox.Show(this,"test","ddddd"); //assuming this is a form or something similar
and the variants where you can define the buttons and icon ...

I can't imagine why the box should not display your text.
I have NEVER seen a MessageBox failing. It is one of the basic tools used by GUI Builders and therefore very stable.
Is the code you used really
--
MessageBox.Show("Hello World","Error");
--
or did you use a variable for the string, in this case I would blame the variable.

Good Luck
GeneralRe: MessageBox.Show() ?! Pin
truonghongquan6-Mar-05 14:51
truonghongquan6-Mar-05 14:51 
GeneralFTP Programming with .Net framework 1.1 Pin
Member 5641432-Mar-05 8:53
Member 5641432-Mar-05 8:53 
GeneralRe: FTP Programming with .Net framework 1.1 Pin
TylerBrinks2-Mar-05 12:10
TylerBrinks2-Mar-05 12:10 
GeneralModifying Design time behavior Pin
Teflon2-Mar-05 0:50
Teflon2-Mar-05 0:50 
GeneralRe: Modifying Design time behavior Pin
Mathew Hall3-Mar-05 21:01
Mathew Hall3-Mar-05 21:01 
GeneralRe: Modifying Design time behavior Pin
Teflon_004534-Mar-05 6:57
sussTeflon_004534-Mar-05 6:57 
GeneralBmp to Png Conversion Pin
tosun1-Mar-05 14:35
tosun1-Mar-05 14:35 
General.Net Macros Pin
jGuild1-Mar-05 10:54
jGuild1-Mar-05 10:54 
General.NET Framework Book Pin
PaulCurry1-Mar-05 8:37
PaulCurry1-Mar-05 8:37 
GeneralRe: .NET Framework Book Pin
carlop()2-Mar-05 5:53
carlop()2-Mar-05 5:53 
GeneralList Of Domains Pin
Iftach Smith1-Mar-05 2:53
Iftach Smith1-Mar-05 2:53 
Questionis setting an object reference atomic? Pin
Member 168528-Feb-05 21:51
Member 168528-Feb-05 21:51 
AnswerRe: is setting an object reference atomic? Pin
S. Senthil Kumar1-Mar-05 9:13
S. Senthil Kumar1-Mar-05 9:13 
GeneralRe: is setting an object reference atomic? Pin
Member 16851-Mar-05 9:49
Member 16851-Mar-05 9:49 
GeneralRe: is setting an object reference atomic? Pin
S. Senthil Kumar1-Mar-05 16:01
S. Senthil Kumar1-Mar-05 16:01 
GeneralWindows Forms ListBox "GetItemValue" method Pin
dxlee28-Feb-05 8:48
dxlee28-Feb-05 8:48 
GeneralMDI Window Pin
Small Rat28-Feb-05 4:46
Small Rat28-Feb-05 4:46 

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.