Click here to Skip to main content
15,896,539 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionA validation information inside a zip file Pin
satc22-Jul-15 2:43
satc22-Jul-15 2:43 
AnswerRe: A validation information inside a zip file Pin
Eddy Vluggen22-Jul-15 3:51
professionalEddy Vluggen22-Jul-15 3:51 
AnswerRe: A validation information inside a zip file Pin
Dave Kreskowiak22-Jul-15 3:53
mveDave Kreskowiak22-Jul-15 3:53 
GeneralRe: A validation information inside a zip file Pin
satc26-Jul-15 0:11
satc26-Jul-15 0:11 
GeneralRe: A validation information inside a zip file Pin
Dave Kreskowiak26-Jul-15 3:39
mveDave Kreskowiak26-Jul-15 3:39 
QuestionHelp with datetime Pin
jkirkerx21-Jul-15 10:58
professionaljkirkerx21-Jul-15 10:58 
AnswerRe: Help with datetime Pin
Dave Kreskowiak21-Jul-15 11:56
mveDave Kreskowiak21-Jul-15 11:56 
GeneralRe: Help with datetime Pin
jkirkerx21-Jul-15 13:05
professionaljkirkerx21-Jul-15 13:05 
Thanks Dave, I'll give that a try. I need to build some data up in order to fully test it.

But I did write this for last month and last year, but wasnt' able to fully test it.
Dim DateStart As DateTime = DateAdd("m", -1, DateSerial(Year(Today), Month(Today), 1))
Dim DateStop As DateTime = DateAdd("m", 0, DateSerial(Year(Today), Month(Today), 0))

Dim DateStart As DateTime = DateAdd("yyyy", -1, DateSerial(Now.Year, 1, 1))
Dim DateStop As DateTime = DateAdd("yyyy", -1, DateSerial(Now.Year, 12, 31))

SuggestionRe: Help with datetime Pin
Ralf Meier21-Jul-15 21:28
mveRalf Meier21-Jul-15 21:28 
SuggestionRe: Help with datetime Pin
Richard Deeming22-Jul-15 1:40
mveRichard Deeming22-Jul-15 1:40 
GeneralRe: Help with datetime Pin
jkirkerx22-Jul-15 6:00
professionaljkirkerx22-Jul-15 6:00 
QuestionVb.net - Datagridview not populated Pin
Marcus Genovese16-Jul-15 23:45
Marcus Genovese16-Jul-15 23:45 
AnswerRe: Vb.net - Datagridview not populated Pin
Simon_Whale17-Jul-15 0:31
Simon_Whale17-Jul-15 0:31 
GeneralRe: Vb.net - Datagridview not populated Pin
Marcus Genovese17-Jul-15 0:43
Marcus Genovese17-Jul-15 0:43 
QuestionAttempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
melbin mp16-Jul-15 3:58
melbin mp16-Jul-15 3:58 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
Wes Aday16-Jul-15 4:37
professionalWes Aday16-Jul-15 4:37 
AnswerRe: Attempted to read or write protected memory. This is often an indication that other memory is corrupt in vb.net Pin
Dave Kreskowiak16-Jul-15 15:53
mveDave Kreskowiak16-Jul-15 15:53 
QuestionIEnumerable(of, DateTime, ToString Format Pin
jkirkerx13-Jul-15 10:56
professionaljkirkerx13-Jul-15 10:56 
AnswerRe: IEnumerable(of, DateTime, ToString Format Pin
Dave Kreskowiak13-Jul-15 12:04
mveDave Kreskowiak13-Jul-15 12:04 
GeneralRe: IEnumerable(of, DateTime, ToString Format Pin
jkirkerx13-Jul-15 12:25
professionaljkirkerx13-Jul-15 12:25 
QuestionNeed to talk to USB serial adapter but no port data available on laptop Pin
KarltheSaabNut13-Jul-15 5:37
professionalKarltheSaabNut13-Jul-15 5:37 
AnswerRe: Need to talk to USB serial adapter but no port data available on laptop Pin
Michael_Davies13-Jul-15 5:48
Michael_Davies13-Jul-15 5:48 
GeneralRe: Need to talk to USB serial adapter but no port data available on laptop Pin
KarltheSaabNut13-Jul-15 6:13
professionalKarltheSaabNut13-Jul-15 6:13 
GeneralRe: Need to talk to USB serial adapter but no port data available on laptop Pin
Michael_Davies13-Jul-15 6:19
Michael_Davies13-Jul-15 6:19 
GeneralRe: Need to talk to USB serial adapter but no port data available on laptop Pin
KarltheSaabNut13-Jul-15 6:28
professionalKarltheSaabNut13-Jul-15 6:28 

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.