Click here to Skip to main content
15,868,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSet a column in datagrid to display a time. Pin
kendo1721-Feb-07 22:04
kendo1721-Feb-07 22:04 
AnswerRe: Set a column in datagrid to display a time. Pin
Christian Graus21-Feb-07 23:00
protectorChristian Graus21-Feb-07 23:00 
QuestionHow I add referense to? Pin
Agbaria Ahmad21-Feb-07 21:25
Agbaria Ahmad21-Feb-07 21:25 
AnswerRe: How I add referense to? Pin
teejayem27-Feb-07 15:16
teejayem27-Feb-07 15:16 
QuestionRemote port communication Pin
shreekar21-Feb-07 20:45
shreekar21-Feb-07 20:45 
AnswerRe: Remote port communication Pin
Dave Kreskowiak22-Feb-07 3:11
mveDave Kreskowiak22-Feb-07 3:11 
Questionchecking for a substring Pin
ArchaBhandare21-Feb-07 20:19
ArchaBhandare21-Feb-07 20:19 
AnswerRe: checking for a substring Pin
TwoFaced21-Feb-07 20:59
TwoFaced21-Feb-07 20:59 
Are you trying to see if the string contains a quote character? If so you need to double it up inside the string. Also are you using vb.net or vb6. If it's .net you should use the 'contains' method
sfile.Contains("""")
If it's not .net then just use
InStr(sFile,"""")

GeneralRe: checking for a substring Pin
ArchaBhandare21-Feb-07 21:10
ArchaBhandare21-Feb-07 21:10 
GeneralRe: checking for a substring Pin
TwoFaced21-Feb-07 21:13
TwoFaced21-Feb-07 21:13 
GeneralRe: checking for a substring Pin
ArchaBhandare21-Feb-07 21:25
ArchaBhandare21-Feb-07 21:25 
QuestionHow to correct Email address in SMTP format instead of EX in GAL Pin
virendra patel21-Feb-07 17:04
virendra patel21-Feb-07 17:04 
AnswerRe: How to correct Email address in SMTP format instead of EX in GAL Pin
Christian Graus21-Feb-07 19:12
protectorChristian Graus21-Feb-07 19:12 
QuestionHow to set Email type EX to SMTP in outlook address book Pin
virendra patel21-Feb-07 16:56
virendra patel21-Feb-07 16:56 
QuestionFolder exists in VB Pin
ArchaBhandare21-Feb-07 16:49
ArchaBhandare21-Feb-07 16:49 
AnswerRe: Folder exists in VB Pin
Christian Graus21-Feb-07 19:12
protectorChristian Graus21-Feb-07 19:12 
AnswerRe: Folder exists in VB Pin
Dave Kreskowiak22-Feb-07 3:08
mveDave Kreskowiak22-Feb-07 3:08 
GeneralRe: Folder exists in VB Pin
ArchaBhandare22-Feb-07 17:07
ArchaBhandare22-Feb-07 17:07 
Questiondeployment question Pin
cstrader23221-Feb-07 15:05
cstrader23221-Feb-07 15:05 
AnswerRe: deployment question Pin
Johan Hakkesteegt22-Feb-07 21:23
Johan Hakkesteegt22-Feb-07 21:23 
QuestionRunning a program at just before computer shut down Pin
tse02067321-Feb-07 11:09
tse02067321-Feb-07 11:09 
AnswerRe: Running a program at just before computer shut down Pin
M-Hall21-Feb-07 11:36
M-Hall21-Feb-07 11:36 
QuestionFreind Keyword?? Pin
Rahithi21-Feb-07 9:24
Rahithi21-Feb-07 9:24 
AnswerRe: Freind Keyword?? Pin
M-Hall21-Feb-07 9:41
M-Hall21-Feb-07 9:41 
GeneralRe: Freind Keyword?? Pin
Rahithi21-Feb-07 9:44
Rahithi21-Feb-07 9:44 

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.