It displays the connection string as the title of the message box..I didn't understand what it means by {0}.
thanks
Printable View
It displays the connection string as the title of the message box..I didn't understand what it means by {0}.
thanks
The Second Argument for the MEssageBox Function is the Titlebar String.
Regular Expressions are not applicable in messagebox. Regular Expressions are applicable only in formatting the strings not here. Try to change the code like this.
MessageBox.Show("opened connection to : " & mySqlConnection.Con )
- Jai
don't know what they are ...
thank you..it works.