Click here to Skip to main content
15,924,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Regular Expression in VB 6.0 Pin
Jon_Boy12-Nov-08 3:22
Jon_Boy12-Nov-08 3:22 
GeneralRe: Regular Expression in VB 6.0 Pin
Paul Conrad12-Nov-08 3:42
professionalPaul Conrad12-Nov-08 3:42 
GeneralRe: Regular Expression in VB 6.0 Pin
indian14312-Nov-08 4:02
indian14312-Nov-08 4:02 
GeneralRe: Regular Expression in VB 6.0 Pin
Paul Conrad12-Nov-08 4:07
professionalPaul Conrad12-Nov-08 4:07 
GeneralRe: Regular Expression in VB 6.0 Pin
Jon_Boy12-Nov-08 6:09
Jon_Boy12-Nov-08 6:09 
GeneralRe: Regular Expression in VB 6.0 Pin
Paul Conrad12-Nov-08 6:38
professionalPaul Conrad12-Nov-08 6:38 
GeneralRe: Regular Expression in VB 6.0 Pin
Jon_Boy12-Nov-08 4:09
Jon_Boy12-Nov-08 4:09 
GeneralRe: Regular Expression in VB 6.0 Pin
indian14312-Nov-08 3:37
indian14312-Nov-08 3:37 
Ok thanks for the help I got it but only one thing in last I want to ask you in this series is : please give me a pattern to mis the special characters like "@", "#" etc.

I have done it as below its working fine for charates, float all, but giving true when I add "@" or "#" to it. Can u please help in this.

Set objRegExp = New VBScript_RegExp_10.RegExp

   With objRegExp
       .Pattern = "\d{" & iLen & "}"
       .IgnoreCase = True
       .Global = True
   End With

   If iLen > 0 Then
        If (objRegExp.Test(sTemp) = True) Then
           IsNumericOnly = True
        End If
   End If



Thanks a Lot,
Aleem Mohammad.

Thanks & Regards,

Md. Abdul Aleem
NIIT technologies

QuestionSQL query problem Pin
sunil goyalG11-Nov-08 22:53
sunil goyalG11-Nov-08 22:53 
AnswerRe: SQL query problem Pin
nishkarsh_k11-Nov-08 23:13
nishkarsh_k11-Nov-08 23:13 
GeneralRe: SQL query problem Pin
sunil goyalG12-Nov-08 0:17
sunil goyalG12-Nov-08 0:17 
GeneralRe: SQL query problem Pin
Nanda_MR12-Nov-08 20:00
Nanda_MR12-Nov-08 20:00 
AnswerRe: SQL query problem Pin
Rajesh Anuhya11-Nov-08 23:59
professionalRajesh Anuhya11-Nov-08 23:59 
AnswerRe: SQL query problem Pin
bigsagal12-Nov-08 3:15
bigsagal12-Nov-08 3:15 
AnswerRe: SQL query problem Pin
Dave Kreskowiak12-Nov-08 3:15
mveDave Kreskowiak12-Nov-08 3:15 
QuestionTyped dataset giving problem... Pin
praveenkumar palla11-Nov-08 22:39
praveenkumar palla11-Nov-08 22:39 
AnswerRe: Typed dataset giving problem... Pin
Rajesh Anuhya12-Nov-08 0:29
professionalRajesh Anuhya12-Nov-08 0:29 
AnswerRe: Typed dataset giving problem... Pin
Dave Kreskowiak12-Nov-08 3:13
mveDave Kreskowiak12-Nov-08 3:13 
QuestionIssue with AxWebBrowser Pin
nishkarsh_k11-Nov-08 22:05
nishkarsh_k11-Nov-08 22:05 
QuestionItem has already been added Pin
vidhish11-Nov-08 21:23
vidhish11-Nov-08 21:23 
AnswerRe: Item has already been added Pin
Ashfield11-Nov-08 22:34
Ashfield11-Nov-08 22:34 
AnswerRe: Item has already been added Pin
Dave Kreskowiak12-Nov-08 3:10
mveDave Kreskowiak12-Nov-08 3:10 
QuestionChanging interface Pin
ASPnoob11-Nov-08 19:32
ASPnoob11-Nov-08 19:32 
AnswerRe: Changing interface Pin
Rajesh Anuhya11-Nov-08 19:58
professionalRajesh Anuhya11-Nov-08 19:58 
GeneralRe: Changing interface [modified] Pin
ASPnoob11-Nov-08 20:28
ASPnoob11-Nov-08 20: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.