Hi,
I need to show messagebox after successful insert.
which namespace should i include.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 11, 2012, 6:35 AM
using System.Windows.Forms;
However, if it's a console application you're writing, you may need to add a reference to System.Windows.Forms.dll as I don't think that VS adds it by default.
Pranjal MishraPosted Dec 11, 2012, 9:32 AM