Click here to Skip to main content
15,920,704 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMultiple Form Application Pin
kshaff0325-Oct-05 11:38
susskshaff0325-Oct-05 11:38 
AnswerRe: Multiple Form Application Pin
Anonymous25-Oct-05 17:26
Anonymous25-Oct-05 17:26 
GeneralRe: Multiple Form Application Pin
kshaff0326-Oct-05 4:42
susskshaff0326-Oct-05 4:42 
AnswerRe: Multiple Form Application Pin
kshaff0326-Oct-05 5:12
susskshaff0326-Oct-05 5:12 
AnswerRe: Multiple Form Application Pin
kshaff0326-Oct-05 6:22
susskshaff0326-Oct-05 6:22 
Questionuse visual c dll in vb.net Pin
Emanuele197825-Oct-05 7:20
Emanuele197825-Oct-05 7:20 
AnswerRe: use visual c dll in vb.net Pin
rwestgraham25-Oct-05 9:35
rwestgraham25-Oct-05 9:35 
Questionunlimited/open string Pin
Anonymous25-Oct-05 7:00
Anonymous25-Oct-05 7:00 
Hey, I'm a beginner with vb.net. i want to apply a chunk of code to a string only if the string has the text "B800_" in it, so i used an if statement:

If sNewName = "B800_" Then

blahblahblah

End If

My problem is, i need any string that include "B800_" not equals it, so i need it to apply to strings like "B800_this" or "B800_12345"

Is there a way to make this happen? If there is a way to create an open string, or maybe something that checks if sNewName includes "B800_" then i could do something like

If sNewName Includes "B800_" Then

or

If sNewName = "B800_" & "anything" Then

Thanks for the help guys!
AnswerRe: unlimited/open string Pin
KaptinKrunch25-Oct-05 9:07
KaptinKrunch25-Oct-05 9:07 
Question[Message Deleted] Pin
Rommelke25-Oct-05 4:54
Rommelke25-Oct-05 4:54 
AnswerRe: how to get hostname from userd id Pin
Dave Kreskowiak25-Oct-05 13:46
mveDave Kreskowiak25-Oct-05 13:46 
QuestionDirectX and TV Pin
Anonymous25-Oct-05 4:28
Anonymous25-Oct-05 4:28 
AnswerRe: DirectX and TV Pin
Christian Graus25-Oct-05 12:31
protectorChristian Graus25-Oct-05 12:31 
QuestionTAPI IN .NET Pin
Member 230524925-Oct-05 2:29
Member 230524925-Oct-05 2:29 
AnswerRe: TAPI IN .NET Pin
Briga25-Oct-05 4:45
Briga25-Oct-05 4:45 
QuestionTAPI in vb.net Pin
Anonymous25-Oct-05 2:04
Anonymous25-Oct-05 2:04 
AnswerRe: TAPI in vb.net Pin
Dave Kreskowiak25-Oct-05 5:50
mveDave Kreskowiak25-Oct-05 5:50 
Questionwriting C# program using visual studio.net 2003??? Pin
Zjaded25-Oct-05 2:03
Zjaded25-Oct-05 2:03 
AnswerRe: writing C# program using visual studio.net 2003??? Pin
KaptinKrunch25-Oct-05 3:15
KaptinKrunch25-Oct-05 3:15 
GeneralRe: writing C# program using visual studio.net 2003??? Pin
Dave Kreskowiak25-Oct-05 5:49
mveDave Kreskowiak25-Oct-05 5:49 
GeneralRe: writing C# program using visual studio.net 2003??? Pin
KaptinKrunch25-Oct-05 9:01
KaptinKrunch25-Oct-05 9:01 
GeneralRe: writing C# program using visual studio.net 2003??? Pin
Christian Graus25-Oct-05 14:12
protectorChristian Graus25-Oct-05 14:12 
AnswerRe: writing C# program using visual studio.net 2003??? Pin
Christian Graus25-Oct-05 12:33
protectorChristian Graus25-Oct-05 12:33 
QuestionhiDataGrid Pin
AshishUpadhyay24-Oct-05 22:19
AshishUpadhyay24-Oct-05 22:19 
AnswerRe: hiDataGrid Pin
KaptinKrunch25-Oct-05 9:14
KaptinKrunch25-Oct-05 9:14 

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.