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

Visual Basic

 
QuestionHow to create a popup window in Visual Studio 2005? Pin
frossie2-Aug-06 4:43
frossie2-Aug-06 4:43 
AnswerRe: How to create a popup window in Visual Studio 2005? Pin
Nouvand3-Aug-06 1:12
Nouvand3-Aug-06 1:12 
QuestionProblem with listing the URLs from html source code Pin
Aaron1282-Aug-06 3:38
Aaron1282-Aug-06 3:38 
AnswerRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 7:22
Stephen McGuire2-Aug-06 7:22 
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 
You may want to find the first instance of a URL before assigning anything to your array. Just to keep the array size down.
You will probably need to use an ArrayList since it's capacity will increase dynamically and you don't know what the size will be.
You should probably strip as much out as you can before populating your ArrayList.

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

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.