Click here to Skip to main content
15,898,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPublic Property Pin
XGaMeS22-Apr-04 8:57
XGaMeS22-Apr-04 8:57 
GeneralRe: Public Property Pin
Charlie Williams22-Apr-04 10:27
Charlie Williams22-Apr-04 10:27 
GeneralRe: Public Property Pin
XGaMeS23-Apr-04 5:10
XGaMeS23-Apr-04 5:10 
GeneralVBScript Pseudo-Reflection(?) [modified] Pin
MStanbrook22-Apr-04 8:47
MStanbrook22-Apr-04 8:47 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
Dave Kreskowiak22-Apr-04 23:44
mveDave Kreskowiak22-Apr-04 23:44 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
MStanbrook26-Apr-04 5:20
MStanbrook26-Apr-04 5:20 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
daluu21-Jan-11 21:09
daluu21-Jan-11 21:09 
Generalstring search in VB.NET Pin
pnpfriend22-Apr-04 8:14
pnpfriend22-Apr-04 8:14 
Hi everybody.. how can I search a string without caring about the case\
eg..
<br />
Dim str as String = "he HE hE He" <br />
Dim r as Integer<br />
Dim c as Integer<br />
while(r<>-1)<br />
 r=str.IndexOf("he",r)<br />
 If (r<>-1) Then<br />
   r+=2 'adding 2 (he has two letters) so it will start looking at position it first found +2<br />
   c+=1<br />
 End If<br />
End While<br />

Instead of c=4, I'm only getting c=1
How to search a string in case insensitive?
GeneralRe: string search in VB.NET Pin
Charlie Williams22-Apr-04 8:43
Charlie Williams22-Apr-04 8:43 
GeneralProblem saving Bitmap as Tiff Pin
rye0422-Apr-04 8:02
rye0422-Apr-04 8:02 
Generalline chart - convert from c# to vb.net Pin
bsh1722-Apr-04 7:46
bsh1722-Apr-04 7:46 
GeneralComparing &quot;Similar&quot; Strings Pin
Todd Davis22-Apr-04 4:31
Todd Davis22-Apr-04 4:31 
GeneralRe: Comparing &quot;Similar&quot; Strings Pin
Dave Kreskowiak22-Apr-04 7:09
mveDave Kreskowiak22-Apr-04 7:09 
GeneralRe: Comparing &quot;Similar&quot; Strings Pin
PaleyX22-Apr-04 9:45
PaleyX22-Apr-04 9:45 
GeneralRe: Comparing &quot;Similar&quot; Strings Pin
RichardGrimmer26-Apr-04 4:08
RichardGrimmer26-Apr-04 4:08 
GeneralHiding menu Pin
tuningd22-Apr-04 4:29
tuningd22-Apr-04 4:29 
Generalcontrol box on form Pin
leezardd22-Apr-04 3:13
leezardd22-Apr-04 3:13 
GeneralRe: control box on form Pin
Ritesh Sompura22-Apr-04 4:33
Ritesh Sompura22-Apr-04 4:33 
GeneralWhy no error - Dim inside a loop Pin
wmccd22-Apr-04 2:58
wmccd22-Apr-04 2:58 
GeneralRe: Why no error - Dim inside a loop Pin
Ritesh Sompura22-Apr-04 4:40
Ritesh Sompura22-Apr-04 4:40 
GeneralRe: Why no error - Dim inside a loop Pin
Dave Kreskowiak22-Apr-04 7:14
mveDave Kreskowiak22-Apr-04 7:14 
GeneralApplying Style sheet(CSS) in Crystal report .net Pin
srieen22-Apr-04 1:42
srieen22-Apr-04 1:42 
GeneralStructures in VisualBasic. Pin
amardude22-Apr-04 0:45
amardude22-Apr-04 0:45 
GeneralRe: Structures in VisualBasic. Pin
Dave Kreskowiak22-Apr-04 7:23
mveDave Kreskowiak22-Apr-04 7:23 
GeneralRe: Structures in VisualBasic. Pin
amardude23-Apr-04 20:00
amardude23-Apr-04 20:00 

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.