私はvb.netとelseステートメントにmsgboxを持っています.....文字列値を渡して、文字列とメッセージテキストを以下のように表示したい-
Normal
msgbox("student is not eligible for the company")
TO
MSGBOX([string]"is not eligible for the company")
RESULT
Anthony is not eligible for the company
これに関する回避策はありますか........?