Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How can i dock the datagridviews ? Pin
Dave Kreskowiak2-Dec-18 7:59
mveDave Kreskowiak2-Dec-18 7:59 
QuestionCtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 1:00
desanti25-Nov-18 1:00 
AnswerRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Eddy Vluggen25-Nov-18 1:38
professionalEddy Vluggen25-Nov-18 1:38 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 1:46
desanti25-Nov-18 1:46 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Eddy Vluggen25-Nov-18 1:52
professionalEddy Vluggen25-Nov-18 1:52 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 1:57
desanti25-Nov-18 1:57 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Eddy Vluggen25-Nov-18 2:47
professionalEddy Vluggen25-Nov-18 2:47 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 3:05
desanti25-Nov-18 3:05 
Maybe we are misunderstanding each other.
The situation is simple :
The user write a date in a textbox.
I want that the user write the date in the format : day/month/year.
So I want a way to check if what the user has wrote can be converted to a date in that format :

- 01/05/2015 - is ok because 01 is a valid for day number , 05 is ok because is valid for month number , 2015 is ok because is valid for year number.

- 25/12/2018 - is ok because 25 is a valid for day number , 12 is ok because is valid for month number , 2018 is ok because is valid for year number.

- 12/25/2018 - is wrong because 12 is a valid for day number , 25 is wrong because is not valid for month number , 2018 is ok because is valid for year number. So it's wrong !!!


What is the problem with this logic ?????
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Richard MacCutchan25-Nov-18 3:49
mveRichard MacCutchan25-Nov-18 3:49 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 3:53
desanti25-Nov-18 3:53 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Richard MacCutchan25-Nov-18 4:03
mveRichard MacCutchan25-Nov-18 4:03 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Eddy Vluggen25-Nov-18 3:55
professionalEddy Vluggen25-Nov-18 3:55 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
desanti25-Nov-18 4:39
desanti25-Nov-18 4:39 
GeneralRe: CtypeDynamic : How can i detect if an expression can be converted to a specific Date format Pin
Eddy Vluggen25-Nov-18 5:54
professionalEddy Vluggen25-Nov-18 5:54 
QuestionMdiParent property reverts to Nothing after assigned to other MDIParent Pin
FedericoMui23-Nov-18 22:25
FedericoMui23-Nov-18 22:25 
QuestionProblems verifying if an object exist on entity framework Pin
desanti19-Nov-18 6:09
desanti19-Nov-18 6:09 
AnswerRe: Problems verifying if an object exist on entity framework Pin
Richard Deeming19-Nov-18 6:15
mveRichard Deeming19-Nov-18 6:15 
AnswerRe: Problems verifying if an object exist on entity framework Pin
Eddy Vluggen19-Nov-18 6:21
professionalEddy Vluggen19-Nov-18 6:21 
GeneralRe: Problems verifying if an object exist on entity framework Pin
Mycroft Holmes19-Nov-18 10:59
professionalMycroft Holmes19-Nov-18 10:59 
GeneralRe: Problems verifying if an object exist on entity framework Pin
Eddy Vluggen19-Nov-18 13:26
professionalEddy Vluggen19-Nov-18 13:26 
GeneralRe: Problems verifying if an object exist on entity framework Pin
Mycroft Holmes20-Nov-18 11:05
professionalMycroft Holmes20-Nov-18 11:05 
GeneralRe: Problems verifying if an object exist on entity framework Pin
Eddy Vluggen20-Nov-18 11:09
professionalEddy Vluggen20-Nov-18 11:09 
QuestionEntity framework 6 : When to call Savechanges ? Pin
desanti17-Nov-18 1:10
desanti17-Nov-18 1:10 
AnswerRe: Entity framework 6 : When to call Savechanges ? Pin
Eddy Vluggen17-Nov-18 1:20
professionalEddy Vluggen17-Nov-18 1:20 
GeneralRe: Entity framework 6 : When to call Savechanges ? Pin
desanti17-Nov-18 7:33
desanti17-Nov-18 7:33 

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.