Click here to Skip to main content
15,921,716 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
Jon_Boy19-Aug-08 9:26
Jon_Boy19-Aug-08 9:26 
AnswerRe: How to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
JR21220-Aug-08 0:05
JR21220-Aug-08 0:05 
GeneralRe: How to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
Jon_Boy20-Aug-08 2:25
Jon_Boy20-Aug-08 2:25 
GeneralRe: How to get default values of fixed length string in VB6 so that I can use the same value in .Net? Pin
JR21222-Aug-08 0:52
JR21222-Aug-08 0:52 
QuestionXML related in VB.Net Pin
ddspliting19-Aug-08 6:19
ddspliting19-Aug-08 6:19 
AnswerRe: XML related in VB.Net Pin
astanton197819-Aug-08 7:34
astanton197819-Aug-08 7:34 
GeneralRe: XML related in VB.Net Pin
ddspliting19-Aug-08 8:13
ddspliting19-Aug-08 8:13 
GeneralRe: XML related in VB.Net Pin
astanton197819-Aug-08 12:13
astanton197819-Aug-08 12:13 
Firstly, i don't care if its illegal or not. But you do sound guilty Cool | :cool: =)

Really though, you will need to use the WebRequest and WebResponse classes to programatically make requests and recieve responses to/from the site. Each response will need to be parsed so you get only the data you care about (no HTML tags, etc), and then you can save the result. There are a bunch of ways to do this, and a few dozen primers on using WebRequest, etc.

Be Careful not to make it too efficient. If you loop 10K times in a few minutes you are doing the same as a Denial of Service attack and will either get in REAL trouble, or your IP blacklisted from the site. Wait a few seconds (10-15) between each request to simulate a human use and let it run over night.
GeneralRe: XML related in VB.Net Pin
ddspliting20-Aug-08 6:34
ddspliting20-Aug-08 6:34 
QuestionSubclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 5:34
RMittelman19-Aug-08 5:34 
AnswerRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 5:57
Jon_Boy19-Aug-08 5:57 
GeneralRe: Subclassing TreeView in VB.Net Pin
RMittelman19-Aug-08 8:20
RMittelman19-Aug-08 8:20 
GeneralRe: Subclassing TreeView in VB.Net Pin
Jon_Boy19-Aug-08 8:24
Jon_Boy19-Aug-08 8:24 
QuestionObject cannot be cast from DBNull to other types Pin
honeyashu19-Aug-08 4:10
honeyashu19-Aug-08 4:10 
AnswerRe: Object cannot be cast from DBNull to other types Pin
Jon_Boy19-Aug-08 4:53
Jon_Boy19-Aug-08 4:53 
GeneralRe: Object cannot be cast from DBNull to other types Pin
raffy0023-May-11 20:06
raffy0023-May-11 20:06 
QuestionRunning access query in Vb.net Pin
farah12319-Aug-08 2:57
farah12319-Aug-08 2:57 
AnswerRe: Running access query in Vb.net Pin
astanton197819-Aug-08 7:44
astanton197819-Aug-08 7:44 
Questionhow to allow only one check box to be ticked Pin
honeyashu19-Aug-08 2:13
honeyashu19-Aug-08 2:13 
AnswerRe: how to allow only one check box to be ticked Pin
Smithers-Jones19-Aug-08 2:31
Smithers-Jones19-Aug-08 2:31 
AnswerRe: how to allow only one check box to be ticked [modified] Pin
Jon_Boy19-Aug-08 3:30
Jon_Boy19-Aug-08 3:30 
AnswerRadio Buttons Pin
David Mujica19-Aug-08 3:44
David Mujica19-Aug-08 3:44 
GeneralRe: Radio Buttons Pin
supercat919-Aug-08 7:42
supercat919-Aug-08 7:42 
QuestionCustom Control Pin
fatalwall18-Aug-08 21:25
fatalwall18-Aug-08 21:25 
AnswerRe: Custom Control Pin
Thomas Stockwell20-Aug-08 6:22
professionalThomas Stockwell20-Aug-08 6:22 

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.