Click here to Skip to main content
15,912,897 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOutlook Interop Question Pin
Joshua Boyle30-Aug-06 10:57
Joshua Boyle30-Aug-06 10:57 
QuestionDeleted Column throws exception Pin
IdahoNetworkGuru30-Aug-06 10:54
professionalIdahoNetworkGuru30-Aug-06 10:54 
AnswerRe: Deleted Column throws exception Pin
Dave Kreskowiak30-Aug-06 11:47
mveDave Kreskowiak30-Aug-06 11:47 
AnswerRe: Deleted Column throws exception Pin
IdahoNetworkGuru31-Aug-06 4:29
professionalIdahoNetworkGuru31-Aug-06 4:29 
QuestionPassword Protection in vb.net 1.1 Pin
amaneet30-Aug-06 5:34
amaneet30-Aug-06 5:34 
AnswerRe: Password Protection in vb.net 1.1 Pin
Dave Kreskowiak30-Aug-06 6:09
mveDave Kreskowiak30-Aug-06 6:09 
QuestionError Provider! Pin
Deepasubramanian30-Aug-06 2:28
Deepasubramanian30-Aug-06 2:28 
AnswerRe: Error Provider! Pin
Stephen McGuire30-Aug-06 9:11
Stephen McGuire30-Aug-06 9:11 
Use it in one of your validation routines, for example, KeyPress, TextChanged, Validating events (I use a combination of all three events).

Put this at the top of your form class, before any procedures:

Private myErrorProvider As New ErrorProvider

Then, in your validation routine, if validation fails, set the error provider:

myErrorProvider.SetError(MyFormField, "Message to display")

To reset the error provider if validation is successful:

myErrorProvider.SetError(MyFormField, "")

Steve
QuestionHow do I write a script to Backup Outlook Express Groups Pin
Tom Moore30-Aug-06 2:15
Tom Moore30-Aug-06 2:15 
QuestionRemote Protocol Management Software Pin
wildfire232330-Aug-06 2:12
wildfire232330-Aug-06 2:12 
AnswerRe: Remote Protocol Management Software [modified] Pin
Dave Kreskowiak30-Aug-06 9:09
mveDave Kreskowiak30-Aug-06 9:09 
Questionrestore database Pin
md_refay30-Aug-06 2:05
md_refay30-Aug-06 2:05 
QuestionHow Microsoft does it? Pin
jayvardhanpatil30-Aug-06 0:36
jayvardhanpatil30-Aug-06 0:36 
QuestionExport Data To Excel Pin
obarahmeh30-Aug-06 0:26
obarahmeh30-Aug-06 0:26 
AnswerRe: Export Data To Excel Pin
Stephen McGuire30-Aug-06 9:04
Stephen McGuire30-Aug-06 9:04 
GeneralRe: Export Data To Excel Pin
obarahmeh30-Aug-06 19:42
obarahmeh30-Aug-06 19:42 
GeneralRe: Export Data To Excel Pin
Stephen McGuire31-Aug-06 2:19
Stephen McGuire31-Aug-06 2:19 
GeneralRe: Export Data To Excel Pin
obarahmeh2-Sep-06 0:19
obarahmeh2-Sep-06 0:19 
QuestionVisual Basic 6 DataGrid Problem Pin
udithaphp29-Aug-06 22:37
udithaphp29-Aug-06 22:37 
QuestionNeed a code to close the application after specific time Pin
Neo_Ali29-Aug-06 22:34
Neo_Ali29-Aug-06 22:34 
AnswerRe: Need a code to close the application after specific time Pin
CWIZO30-Aug-06 1:09
CWIZO30-Aug-06 1:09 
GeneralRe: Need a code to close the application after specific time Pin
Neo_Ali30-Aug-06 20:38
Neo_Ali30-Aug-06 20:38 
GeneralRe: Need a code to close the application after specific time Pin
CWIZO30-Aug-06 21:51
CWIZO30-Aug-06 21:51 
AnswerRe: Need a code to close the application after specific time Pin
Kanniah30-Aug-06 4:18
Kanniah30-Aug-06 4:18 
Questionis it possible to add ghostscript code to vb.net aaplication Pin
kannan m29-Aug-06 22:16
kannan m29-Aug-06 22:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.