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

Visual Basic

 
AnswerRe: Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'DirectoryEntry' Pin
Richard MacCutchan15-May-19 21:29
mveRichard MacCutchan15-May-19 21:29 
AnswerRe: Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'DirectoryEntry' Pin
Dave Kreskowiak16-May-19 1:52
mveDave Kreskowiak16-May-19 1:52 
AnswerRe: Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'DirectoryEntry' Pin
Richard Deeming16-May-19 1:53
mveRichard Deeming16-May-19 1:53 
GeneralRe: Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'DirectoryEntry' Pin
Member 1436203316-May-19 22:57
Member 1436203316-May-19 22:57 
QuestionTrouble with recover a date from a datetimepicker Pin
Member 1122046515-May-19 5:55
Member 1122046515-May-19 5:55 
AnswerRe: Trouble with recover a date from a datetimepicker Pin
Eddy Vluggen16-May-19 9:38
professionalEddy Vluggen16-May-19 9:38 
GeneralRe: Trouble with recover a date from a datetimepicker Pin
Member 1122046516-May-19 12:06
Member 1122046516-May-19 12:06 
GeneralRe: Trouble with recover a date from a datetimepicker Pin
Eddy Vluggen16-May-19 22:30
professionalEddy Vluggen16-May-19 22:30 
Member 11220465 wrote:
And again, excuse my grammar mistakes; I'm not a native speaker.
Your English is fine.

You are fetching the .Text property of the DataTimePicker, which returns a string. Then the code will try to turn that (locally formatted) string and convert it back to a DateTime, which then fails.

Try dtFecha.Value instead, it should give you a DateTime value, not a formatted string.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: Trouble with recover a date from a datetimepicker Pin
Member 1122046517-May-19 4:43
Member 1122046517-May-19 4:43 
GeneralRe: Trouble with recover a date from a datetimepicker Pin
Eddy Vluggen17-May-19 23:00
professionalEddy Vluggen17-May-19 23:00 
QuestionDim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Member 1436203315-May-19 2:41
Member 1436203315-May-19 2:41 
SuggestionRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Richard MacCutchan15-May-19 3:09
mveRichard MacCutchan15-May-19 3:09 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Member 1436203315-May-19 3:43
Member 1436203315-May-19 3:43 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Richard MacCutchan15-May-19 3:57
mveRichard MacCutchan15-May-19 3:57 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Member 1436203315-May-19 5:01
Member 1436203315-May-19 5:01 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Richard MacCutchan15-May-19 5:15
mveRichard MacCutchan15-May-19 5:15 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Member 1436203315-May-19 4:59
Member 1436203315-May-19 4:59 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Dave Kreskowiak15-May-19 5:30
mveDave Kreskowiak15-May-19 5:30 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Member 1436203315-May-19 20:43
Member 1436203315-May-19 20:43 
GeneralRe: Dim rootEntry As New DirectoryEntry(strServerName, adminAccount, adminPwd) throws error Pin
Dave Kreskowiak16-May-19 1:50
mveDave Kreskowiak16-May-19 1:50 
Question.CSV file processing Pin
Member 1417377114-May-19 19:59
Member 1417377114-May-19 19:59 
AnswerRe: .CSV file processing Pin
Richard MacCutchan14-May-19 20:50
mveRichard MacCutchan14-May-19 20:50 
QuestionVB.NET MS Access Database Invoicing Program Tutorial Pin
Member 128165399-May-19 3:08
Member 128165399-May-19 3:08 
AnswerRe: VB.NET MS Access Database Invoicing Program Tutorial Pin
Richard MacCutchan9-May-19 4:02
mveRichard MacCutchan9-May-19 4:02 
Questionvb net Get string content from local ip Pin
Παλαβρατζής Βασίλης7-May-19 8:41
Παλαβρατζής Βασίλης7-May-19 8:41 

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.