Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcheck it... Pin
manni_n15-Mar-07 13:23
manni_n15-Mar-07 13:23 
GeneralRe: check it... [modified] Pin
TwoFaced15-Mar-07 14:07
TwoFaced15-Mar-07 14:07 
GeneralRe: check it... Pin
manni_n16-Mar-07 1:05
manni_n16-Mar-07 1:05 
GeneralRe: check it... Pin
TwoFaced16-Mar-07 6:30
TwoFaced16-Mar-07 6:30 
GeneralRe: check it... Pin
manni_n16-Mar-07 8:34
manni_n16-Mar-07 8:34 
GeneralRe: check it... Pin
TwoFaced16-Mar-07 10:13
TwoFaced16-Mar-07 10:13 
Generalcool... [modified] Pin
manni_n16-Mar-07 11:06
manni_n16-Mar-07 11:06 
GeneralRe: cool... Pin
TwoFaced16-Mar-07 12:11
TwoFaced16-Mar-07 12:11 
The events fire in this order:
LostFocus
Validating
Validated

'Cancel' is not a property of the system.eventarg object which is the object the Validated event recieves. 'Cancel' IS a property of the System.ComponentModel.CancelEventArgs which is the object the Validating event recieves. I don't understand why you think the validation should occur in the validated event. There is no reason the validation shouldn't be done in the validating event and one very good reason why it should be. This reason would be that you can prevent other controls from responding to the user before they have inserted valid data. I'm glad you've got it working though. As long as it works the way you want I see no reason to change it.
QuestionChecked List Box Pin
taherjaorawala14-Mar-07 21:46
taherjaorawala14-Mar-07 21:46 
AnswerRe: Checked List Box Pin
manni_n14-Mar-07 23:13
manni_n14-Mar-07 23:13 
QuestionTyped dataset, insert, return output parameter Pin
steve_rm14-Mar-07 19:38
steve_rm14-Mar-07 19:38 
AnswerRe: Typed dataset, insert, return output parameter Pin
Steven J Jowett15-Mar-07 1:57
Steven J Jowett15-Mar-07 1:57 
QuestionTotal Hours and minutes Pin
Member 387988114-Mar-07 19:03
Member 387988114-Mar-07 19:03 
AnswerRe: Total Hours and minutes Pin
Tirthadip14-Mar-07 23:39
Tirthadip14-Mar-07 23:39 
GeneralRe: Total Hours and minutes Pin
Member 387988114-Mar-07 23:56
Member 387988114-Mar-07 23:56 
GeneralRe: Total Hours and minutes Pin
coolestCoder15-Mar-07 2:25
coolestCoder15-Mar-07 2:25 
GeneralRe: Total Hours and minutes Pin
Member 387988115-Mar-07 0:17
Member 387988115-Mar-07 0:17 
QuestionMaking User Under WinXP/NT/2000 (NT Family) With VB or API Pin
Mogtabam14-Mar-07 18:34
Mogtabam14-Mar-07 18:34 
Questionlittle problem with codes :) Pin
alpdoruk14-Mar-07 13:28
alpdoruk14-Mar-07 13:28 
AnswerRe: little problem with codes :) Pin
JUNEYT14-Mar-07 13:35
JUNEYT14-Mar-07 13:35 
AnswerRe: little problem with codes :) Pin
alpdoruk14-Mar-07 13:44
alpdoruk14-Mar-07 13:44 
Answersolved now Pin
alpdoruk14-Mar-07 13:47
alpdoruk14-Mar-07 13:47 
GeneralRe: little problem with codes :) Pin
JUNEYT14-Mar-07 13:50
JUNEYT14-Mar-07 13:50 
AnswerRe: little problem with codes :) Pin
alpdoruk14-Mar-07 14:01
alpdoruk14-Mar-07 14:01 
AnswerRe: little problem with codes :) Pin
TwoFaced14-Mar-07 15:10
TwoFaced14-Mar-07 15:10 

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.