Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalnavigation Pin
ralphz2-Sep-04 18:19
ralphz2-Sep-04 18:19 
GeneralRe: navigation Pin
Anonymous2-Sep-04 21:16
Anonymous2-Sep-04 21:16 
GeneralRe: navigation Pin
ralphz5-Sep-04 17:29
ralphz5-Sep-04 17:29 
GeneralNeed simple help with oleDbDataAdapter exception Pin
sagmam2-Sep-04 11:16
sagmam2-Sep-04 11:16 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
Dave Kreskowiak2-Sep-04 11:52
mveDave Kreskowiak2-Sep-04 11:52 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
sagmam2-Sep-04 19:26
sagmam2-Sep-04 19:26 
GeneralRe: Need simple help with oleDbDataAdapter exception Pin
sagmam2-Sep-04 19:41
sagmam2-Sep-04 19:41 
GeneralLike Statement Variables Pin
Dicescuz2-Sep-04 10:19
Dicescuz2-Sep-04 10:19 
I was wondering if anybody knows why the following occurs:

If you write the following code the blnCheck = True

Dim blnCheck as Boolean<br />
blnCheck = "TEDDY" Like "*EDD*"


But if you use the variable strFind the blnCheck = False

textFind.text = "EDD"<br />
Dim blnCheck as Boolean<br />
Dim strFind as String = "*" & UCase(txtFind.text) & "*"<br />
blnCheck = "TEDDY" Like "strFind"


This is not the actual code I am having trouble with, but it demonstrates the problem in an abbreviated form.

Thanks

Andy S.
GeneralRe: Like Statement Variables Pin
Dave Kreskowiak2-Sep-04 11:44
mveDave Kreskowiak2-Sep-04 11:44 
GeneralRe: Like Statement Variables Pin
Dicescuz2-Sep-04 18:04
Dicescuz2-Sep-04 18:04 
Generalvb.net Excel file to SQL table Pin
partt2-Sep-04 7:45
partt2-Sep-04 7:45 
GeneralRe: vb.net Excel file to SQL table Pin
Dave Kreskowiak2-Sep-04 9:35
mveDave Kreskowiak2-Sep-04 9:35 
GeneralRe: vb.net Excel file to SQL table Pin
partt2-Sep-04 9:58
partt2-Sep-04 9:58 
GeneralRe: vb.net Excel file to SQL table Pin
Purple Monk2-Sep-04 22:33
Purple Monk2-Sep-04 22:33 
GeneralRe: vb.net Excel file to SQL table Pin
partt3-Sep-04 3:28
partt3-Sep-04 3:28 
GeneralRe: vb.net Excel file to SQL table Pin
partt3-Sep-04 8:34
partt3-Sep-04 8:34 
General2 Component questions Pin
RoyRose782-Sep-04 6:57
RoyRose782-Sep-04 6:57 
GeneralRe: 2 Component questions Pin
Dave Kreskowiak2-Sep-04 9:48
mveDave Kreskowiak2-Sep-04 9:48 
GeneralQuestion on comparing data Pin
albert20042-Sep-04 6:36
albert20042-Sep-04 6:36 
GeneralVB.NET DDE project Pin
valdo772-Sep-04 2:32
valdo772-Sep-04 2:32 
GeneralRe: VB.NET DDE project Pin
Dave Kreskowiak2-Sep-04 5:19
mveDave Kreskowiak2-Sep-04 5:19 
GeneralhanksTreeView Pin
Member 12256032-Sep-04 0:59
Member 12256032-Sep-04 0:59 
GeneralRe: hanksTreeView Pin
Dave Kreskowiak2-Sep-04 4:58
mveDave Kreskowiak2-Sep-04 4:58 
GeneralBuild Failures Pin
beowulfagate2-Sep-04 0:26
beowulfagate2-Sep-04 0:26 
GeneralRe: Build Failures Pin
Chris Quick2-Sep-04 2:28
Chris Quick2-Sep-04 2: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.