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

Visual Basic

 
GeneralRe: Equivalent to the SQL code is? Pin
Milad.Biroonvand2-Nov-09 3:01
Milad.Biroonvand2-Nov-09 3:01 
GeneralRe: Equivalent to the SQL code is? Pin
Steven J Jowett2-Nov-09 8:19
Steven J Jowett2-Nov-09 8:19 
GeneralRe: Equivalent to the SQL code is? Pin
Henry Minute2-Nov-09 5:04
Henry Minute2-Nov-09 5:04 
GeneralRe: Equivalent to the SQL code is? Pin
Milad.Biroonvand2-Nov-09 21:26
Milad.Biroonvand2-Nov-09 21:26 
GeneralRe: Equivalent to the SQL code is? Pin
Milad.Biroonvand6-Nov-09 19:01
Milad.Biroonvand6-Nov-09 19:01 
QuestionI have to concate two strings by operator "/" Pin
KIDYA2-Nov-09 1:30
KIDYA2-Nov-09 1:30 
AnswerRe: I have to concate two strings by operator "/" Pin
Padmaraj Sivaraj2-Nov-09 2:11
Padmaraj Sivaraj2-Nov-09 2:11 
AnswerRe: I have to concate two strings by operator "/" Pin
Henry Minute2-Nov-09 2:14
Henry Minute2-Nov-09 2:14 
Are you serious?

This is such a beginner-level question and you have been around these forums for some time now. I find it hard to believe that you do not know how to do this.

Still.

There are several ways to do this.

You could use the String.Concat() method, look up the documentation.
You could use a StringBuilder instance with the Append() method, again, look up the documentation.
You could simply use the & operator or the + operator, LUTD.

There are many, many more ways but I think these are the most common.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: I have to concate two strings by operator "/" Pin
DaveAuld2-Nov-09 2:16
professionalDaveAuld2-Nov-09 2:16 
AnswerRe: I have to concate two strings by operator "/" Pin
Luc Pattyn2-Nov-09 2:31
sitebuilderLuc Pattyn2-Nov-09 2:31 
QuestionNatural order sorting in vb Pin
herulee2-Nov-09 0:22
herulee2-Nov-09 0:22 
AnswerRe: Natural order sorting in vb Pin
helelark1232-Nov-09 1:02
helelark1232-Nov-09 1:02 
AnswerRe: Natural order sorting in vb Pin
Luc Pattyn2-Nov-09 1:17
sitebuilderLuc Pattyn2-Nov-09 1:17 
GeneralRe: Natural order sorting in vb Pin
herulee2-Nov-09 2:04
herulee2-Nov-09 2:04 
GeneralRe: Natural order sorting in vb Pin
Luc Pattyn2-Nov-09 2:10
sitebuilderLuc Pattyn2-Nov-09 2:10 
GeneralRe: Natural order sorting in vb Pin
herulee2-Nov-09 2:23
herulee2-Nov-09 2:23 
QuestionMemory Footprint Pin
EvanSaunders1-Nov-09 23:45
EvanSaunders1-Nov-09 23:45 
AnswerRe: Memory Footprint Pin
DaveAuld1-Nov-09 23:56
professionalDaveAuld1-Nov-09 23:56 
Questioncopy and paste textbox in form 1 to textbox in form2 Pin
offroaderdan1-Nov-09 23:16
offroaderdan1-Nov-09 23:16 
AnswerRe: copy and paste textbox in form 1 to textbox in form2 Pin
DaveAuld1-Nov-09 23:29
professionalDaveAuld1-Nov-09 23:29 
AnswerRe: copy and paste textbox in form 1 to textbox in form2 Pin
DaveAuld1-Nov-09 23:54
professionalDaveAuld1-Nov-09 23:54 
GeneralRe: copy and paste textbox in form 1 to textbox in form2 Pin
offroaderdan2-Nov-09 0:27
offroaderdan2-Nov-09 0:27 
GeneralRe: copy and paste textbox in form 1 to textbox in form2 Pin
DaveAuld2-Nov-09 0:41
professionalDaveAuld2-Nov-09 0:41 
Questiondata export listview into pdf file in vb.net Pin
silex_abhi1-Nov-09 23:16
silex_abhi1-Nov-09 23:16 
AnswerRe: data export listview into pdf file in vb.net Pin
Henry Minute2-Nov-09 1:25
Henry Minute2-Nov-09 1:25 

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.