Click here to Skip to main content
15,890,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how can i make exe in vb.net Pin
andre_swnpl6-Jun-07 20:06
andre_swnpl6-Jun-07 20:06 
GeneralRe: how can i make exe in vb.net Pin
koolprasad20036-Jun-07 23:18
professionalkoolprasad20036-Jun-07 23:18 
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 
Hi
Check this code

string strURL = "http://www.yahoo.com/quick/a.asp";<br />
string strURLremove = strURL.Remove(0,7);<br />
if (strURLremove.IndexOf("/") > 0)<br />
{					<br />
   strURLremove = strURLremove.Remove(strURLremove.IndexOf("/"),<br />
   (strURLremove.Length - strURLremove.IndexOf("/")));<br />
}<br />
Response.Write("<br>" + strURLremove.ToString());



Read the code in bold font carefully. Hope you are clear with this.



Harini

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 
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 

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.