Click here to Skip to main content
16,006,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 8:16
Aaron1282-Aug-06 8:16 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 8:45
Stephen McGuire2-Aug-06 8:45 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 8:52
Aaron1282-Aug-06 8:52 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 9:53
Stephen McGuire2-Aug-06 9:53 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 10:47
Aaron1282-Aug-06 10:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:29
Stephen McGuire2-Aug-06 11:29 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:31
Aaron1282-Aug-06 11:31 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:42
Stephen McGuire2-Aug-06 11:42 
Look up the Split function in your help file. You will see an example of how to split a string into an Array or ArrayList.

Get the data from the textbox into a string (strip out unwanted text at beginning). Then split it into an array. Loop each item in the array to see if it contains 'www', if it does, add it to your DataSet or write it to your database.

That would be a start. Then you can play with it to make it more efficient.

Steve
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:47
Aaron1282-Aug-06 11:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire3-Aug-06 6:59
Stephen McGuire3-Aug-06 6:59 
QuestionGiving colors to the Tab pages of Tab control. Pin
Rajiya2-Aug-06 1:54
Rajiya2-Aug-06 1:54 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire2-Aug-06 6:54
Stephen McGuire2-Aug-06 6:54 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Dave Kreskowiak3-Aug-06 5:08
mveDave Kreskowiak3-Aug-06 5:08 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire3-Aug-06 7:05
Stephen McGuire3-Aug-06 7:05 
QuestionExcel File Pin
Mohammed Elkholy2-Aug-06 0:50
Mohammed Elkholy2-Aug-06 0:50 
AnswerRe: Excel File Pin
Stephen McGuire2-Aug-06 7:48
Stephen McGuire2-Aug-06 7:48 
GeneralRe: Excel File Pin
Mohammed Elkholy2-Aug-06 21:38
Mohammed Elkholy2-Aug-06 21:38 
GeneralRe: Excel File Pin
Stephen McGuire3-Aug-06 6:55
Stephen McGuire3-Aug-06 6:55 
QuestionExcelfile Pin
Mohammed Elkholy2-Aug-06 0:46
Mohammed Elkholy2-Aug-06 0:46 
QuestionVB2005 Pin
Solly742-Aug-06 0:25
Solly742-Aug-06 0:25 
QuestionVBA hide password window in access 2003[modified] Pin
torNAdE1-Aug-06 22:33
torNAdE1-Aug-06 22:33 
AnswerRe: VBA hide password window in access 2003[modified] Pin
Stephen McGuire2-Aug-06 7:38
Stephen McGuire2-Aug-06 7:38 
Questioncomparing values on fields in arraylists Pin
ssbelfast1-Aug-06 22:05
ssbelfast1-Aug-06 22:05 
AnswerRe: comparing values on fields in arraylists Pin
Stephen McGuire2-Aug-06 7:30
Stephen McGuire2-Aug-06 7:30 
GeneralRe: comparing values on fields in arraylists Pin
ssbelfast2-Aug-06 8:02
ssbelfast2-Aug-06 8:02 

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.