Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: FormatExceptionWasUnhandled bug Pin
Dave Kreskowiak23-May-07 2:58
mveDave Kreskowiak23-May-07 2:58 
GeneralRe: FormatExceptionWasUnhandled bug Pin
amatbrewer23-May-07 5:03
amatbrewer23-May-07 5:03 
GeneralCheck if an event has been fired Pin
Psycho-*Coder*-Extreme22-May-07 7:27
Psycho-*Coder*-Extreme22-May-07 7:27 
GeneralRe: Check if an event has been fired Pin
Dave Herren22-May-07 7:46
Dave Herren22-May-07 7:46 
GeneralRe: Check if an event has been fired Pin
Dave Kreskowiak22-May-07 9:07
mveDave Kreskowiak22-May-07 9:07 
Questiontiny tiny REGEX problem Pin
ant1xxx22-May-07 4:22
ant1xxx22-May-07 4:22 
AnswerRe: tiny tiny REGEX problem Pin
Dave Herren22-May-07 7:44
Dave Herren22-May-07 7:44 
AnswerRe: tiny tiny REGEX problem Pin
Guffa22-May-07 9:19
Guffa22-May-07 9:19 
You only match one digit for the date, but you need to match one or two.

The set [0-3000] will not be recognised as a range of numbers, it will be a set of the digits 0-3, 0, 0 and 0.

You only match one digit for hours, but you need two.

You only match one digit for minutes, but you need two.

You only match AM times, but PM times will fail.

Sets containing one one character is superflous. [A] is the same as plain A.

---
single minded; short sighted; long gone;

GeneralRe: tiny tiny REGEX problem Pin
balakpn22-May-07 22:29
balakpn22-May-07 22:29 
GeneralRe: tiny tiny REGEX problem Pin
ant1xxx17-Aug-07 4:35
ant1xxx17-Aug-07 4:35 
AnswerRe: tiny tiny REGEX problem Pin
Guffa17-Aug-07 6:25
Guffa17-Aug-07 6:25 
GeneralRe: tiny tiny REGEX problem Pin
ant1xxx17-Aug-07 7:49
ant1xxx17-Aug-07 7:49 
GeneralRe: tiny tiny REGEX problem Pin
Guffa17-Aug-07 14:35
Guffa17-Aug-07 14:35 
QuestionByval Vs ByRef Performance Pin
K.P.Kannan22-May-07 4:09
K.P.Kannan22-May-07 4:09 
AnswerRe: Byval Vs ByRef Performance Pin
Kschuler22-May-07 5:05
Kschuler22-May-07 5:05 
GeneralRe: Byval Vs ByRef Performance Pin
GregScott22-May-07 7:31
GregScott22-May-07 7:31 
AnswerRe: Byval Vs ByRef Performance Pin
MidwestLimey22-May-07 7:14
professionalMidwestLimey22-May-07 7:14 
AnswerRe: Byval Vs ByRef Performance Pin
Guffa22-May-07 9:37
Guffa22-May-07 9:37 
AnswerRe: Byval Vs ByRef Performance Pin
K.P.Kannan22-May-07 20:10
K.P.Kannan22-May-07 20:10 
Questionerror handling Pin
WhiteGirl2322-May-07 3:52
WhiteGirl2322-May-07 3:52 
AnswerRe: error handling Pin
Dave Herren22-May-07 3:55
Dave Herren22-May-07 3:55 
Questionwininet in vb.net Pin
psiva198422-May-07 2:22
psiva198422-May-07 2:22 
AnswerRe: wininet in vb.net Pin
Dave Kreskowiak22-May-07 17:42
mveDave Kreskowiak22-May-07 17:42 
GeneralRe: wininet in vb.net Pin
psiva198422-May-07 18:52
psiva198422-May-07 18:52 
GeneralRe: wininet in vb.net Pin
psiva198423-May-07 1:17
psiva198423-May-07 1:17 

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.