How to display "Dont show again" checkbox in messagebox

  • Thread starter Thread starter soundar rajan
  • Start date Start date
S

soundar rajan

Hi,

I wanna display messagebox, and also at the bottom i wanna display "Dont
show again" with checkbox using VB.NET. Immediate help needed!!!!
 
I belive, there is no way for this. You have to use custom form for this.

Cheers
Vadivel Kumar
 
Hi,

Create a custom message box with a check box for "Don't Display Message".
You've to store the input in the user's profile and based on that you've to
show or hide next time nwards...there is no builti control or function
available.

Cheers,

Jerome. M
 
Back
Top