Click here to Skip to main content
15,891,423 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: replace all caracters in a string that are not one of 0-9 or a-z or A-Z with a space... Pin
Guffa11-Mar-08 7:50
Guffa11-Mar-08 7:50 
Questionpress a key to play the audio Pin
meghanaVishwa11-Mar-08 4:23
meghanaVishwa11-Mar-08 4:23 
GeneralRe: press a key to play the audio Pin
Scott Dorman11-Mar-08 5:11
professionalScott Dorman11-Mar-08 5:11 
GeneralRe: press a key to play the audio Pin
Christian Graus11-Mar-08 8:30
protectorChristian Graus11-Mar-08 8:30 
Generalpress a key to play the audio Pin
meghanaVishwa11-Mar-08 4:10
meghanaVishwa11-Mar-08 4:10 
GeneralRe: press a key to play the audio Pin
Smithers-Jones11-Mar-08 4:16
Smithers-Jones11-Mar-08 4:16 
GeneralPlease help convert this code to VB.NET code... Pin
Support12311-Mar-08 3:54
Support12311-Mar-08 3:54 
GeneralRe: Please help convert this code to VB.NET code... Pin
Dave Doknjas11-Mar-08 14:00
Dave Doknjas11-Mar-08 14:00 
(via Instant VB):

Dim cleanString As String = String.Empty
Dim reg As New Regex("[A-Z]|[a-z]")
Dim coll As MatchCollection = reg.Matches()
For i As Integer = 0 To coll.Count - 1
cleanString = cleanString & coll(i).Value
Next i

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI
Java to VB & C# Converter: convert Java to VB or C#
Questionpress a key to play the audio [modified] Pin
meghanaVishwa11-Mar-08 3:41
meghanaVishwa11-Mar-08 3:41 
GeneralRe: press a key to play the audio Pin
Smithers-Jones11-Mar-08 4:03
Smithers-Jones11-Mar-08 4:03 
QuestionHow to pass the integer parameter fields to Crystal Report through .net 2003? Pin
sathyan_829411-Mar-08 2:08
sathyan_829411-Mar-08 2:08 
AnswerRe: How to pass the integer parameter fields to Crystal Report through .net 2003? Pin
Smithers-Jones11-Mar-08 4:20
Smithers-Jones11-Mar-08 4:20 
AnswerRe: How to pass the integer parameter fields to Crystal Report through .net 2003? Pin
Christian Graus11-Mar-08 8:31
protectorChristian Graus11-Mar-08 8:31 
QuestionDatalist in VB.NET Pin
nicksregistrations11-Mar-08 1:52
nicksregistrations11-Mar-08 1:52 
GeneralRe: Datalist in VB.NET Pin
Paul Conrad21-Mar-08 9:39
professionalPaul Conrad21-Mar-08 9:39 
GeneralWebbrowser control autofill problem Pin
Ahmad Zaidi11-Mar-08 0:56
Ahmad Zaidi11-Mar-08 0:56 
QuestionNeed Calender cum scheduler Control for VB.NET Pin
Jats_4ru11-Mar-08 0:36
Jats_4ru11-Mar-08 0:36 
GeneralRe: Need Calender cum scheduler Control for VB.NET Pin
Tom Deketelaere11-Mar-08 5:16
professionalTom Deketelaere11-Mar-08 5:16 
GeneralRe: How to write customized Calender control in VB.NET [modified] Pin
Jats_4ru11-Mar-08 5:30
Jats_4ru11-Mar-08 5:30 
GeneralRe: How to write customized Calender control in VB.NET Pin
Smithers-Jones11-Mar-08 8:41
Smithers-Jones11-Mar-08 8:41 
GeneralRe: How to write customized Calender control in VB.NET Pin
Jats_4ru11-Mar-08 18:45
Jats_4ru11-Mar-08 18:45 
QuestionDynamic Dynamic Array Pin
MatthysDT11-Mar-08 0:33
MatthysDT11-Mar-08 0:33 
GeneralRe: Dynamic Dynamic Array Pin
Christian Graus11-Mar-08 0:43
protectorChristian Graus11-Mar-08 0:43 
Generalhi Pin
ershad10-Mar-08 23:46
ershad10-Mar-08 23:46 
GeneralRe: hi Pin
Christian Graus10-Mar-08 23:58
protectorChristian Graus10-Mar-08 23:58 

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.