i have a msgbox in vb.net and in else statement..... i want to pass an string value in it to display the string and the message text like below-
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
any work around on this..........?