DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
alert message in c# windows application
string
message
=
"Simple MessageBox"
;
string
title
=
"Title"
;
MessageBox
.
Show
(
message
,
title
)
;
PREVIOUS
NEXT
Tagged:
#alert
#message
#windows
#application
ADD COMMENT
Topic
COMMENT
Name
2+8 =
Submit