Click here to Skip to main content
15,911,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCut String Pin
Socheat.Net6-Jun-07 18:49
Socheat.Net6-Jun-07 18:49 
AnswerRe: Cut String Pin
Christian Graus6-Jun-07 19:07
protectorChristian Graus6-Jun-07 19:07 
GeneralRe: Cut String Pin
Socheat.Net6-Jun-07 20:58
Socheat.Net6-Jun-07 20:58 
GeneralRe: Cut String Pin
Christian Graus6-Jun-07 23:59
protectorChristian Graus6-Jun-07 23:59 
GeneralRe: Cut String Pin
ganti.r7-Jun-07 1:14
ganti.r7-Jun-07 1:14 
AnswerRe: Cut String Pin
Harini N K6-Jun-07 19:20
Harini N K6-Jun-07 19:20 
GeneralRe: Cut String Pin
Socheat.Net6-Jun-07 20:49
Socheat.Net6-Jun-07 20:49 
AnswerRe: Cut String Pin
koolprasad20036-Jun-07 19:38
professionalkoolprasad20036-Jun-07 19:38 
hi Socheat

i think u have to use Split() function and the saparator should be "/"

like this,

dim szStr as string= "http://www.codeproject.com/about.asp"
Dim szArr as string()
szArr = Split(szStr,"/",-1)
in szArr(BLABLA) U should get the string like
"www.codeproject.com"

Hope it helps.
Regards,
koolprasad2003Smile | :)


If the message is useful for U then please Rate This message...

Be a good listener...Because Opprtunity knoughts softly...N-Joy

GeneralRe: Cut String Pin
Socheat.Net6-Jun-07 20:53
Socheat.Net6-Jun-07 20:53 
QuestionConnect to SQL DB in VB 2005 express Pin
DigitOptic6-Jun-07 15:57
DigitOptic6-Jun-07 15:57 
AnswerRe: Connect to SQL DB in VB 2005 express Pin
Dave Kreskowiak6-Jun-07 16:46
mveDave Kreskowiak6-Jun-07 16:46 
GeneralRe: Connect to SQL DB in VB 2005 express Pin
DigitOptic6-Jun-07 17:12
DigitOptic6-Jun-07 17:12 
GeneralRe: Connect to SQL DB in VB 2005 express Pin
Dave Kreskowiak7-Jun-07 1:23
mveDave Kreskowiak7-Jun-07 1:23 
QuestionVB .Net exe/dll file compressor Pin
Mickey016-Jun-07 15:09
Mickey016-Jun-07 15:09 
AnswerRe: VB .Net exe/dll file compressor Pin
Christian Graus6-Jun-07 15:15
protectorChristian Graus6-Jun-07 15:15 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey016-Jun-07 15:39
Mickey016-Jun-07 15:39 
GeneralRe: VB .Net exe/dll file compressor Pin
Christian Graus6-Jun-07 16:11
protectorChristian Graus6-Jun-07 16:11 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey016-Jun-07 16:34
Mickey016-Jun-07 16:34 
GeneralRe: VB .Net exe/dll file compressor Pin
Christian Graus6-Jun-07 17:39
protectorChristian Graus6-Jun-07 17:39 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey016-Jun-07 18:04
Mickey016-Jun-07 18:04 
GeneralRe: VB .Net exe/dll file compressor Pin
Christian Graus6-Jun-07 19:09
protectorChristian Graus6-Jun-07 19:09 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey016-Jun-07 19:31
Mickey016-Jun-07 19:31 
GeneralRe: VB .Net exe/dll file compressor Pin
lmoelleb6-Jun-07 23:46
lmoelleb6-Jun-07 23:46 
GeneralRe: VB .Net exe/dll file compressor Pin
Mickey017-Jun-07 12:49
Mickey017-Jun-07 12:49 
GeneralRe: VB .Net exe/dll file compressor Pin
lmoelleb7-Jun-07 21:01
lmoelleb7-Jun-07 21:01 

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.