Click here to Skip to main content
15,889,595 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDestop Recorder Pin
Anubhava Dimri20-Aug-09 18:51
Anubhava Dimri20-Aug-09 18:51 
AnswerRe: Destop Recorder [modified] Pin
Hristo-Bojilov20-Aug-09 23:19
Hristo-Bojilov20-Aug-09 23:19 
GeneralRe: Destop Recorder Pin
Anubhava Dimri21-Aug-09 2:03
Anubhava Dimri21-Aug-09 2:03 
GeneralRe: Destop Recorder [modified] Pin
Hristo-Bojilov21-Aug-09 2:11
Hristo-Bojilov21-Aug-09 2:11 
GeneralRe: Destop Recorder Pin
Hristo-Bojilov21-Aug-09 4:06
Hristo-Bojilov21-Aug-09 4:06 
GeneralRe: Destop Recorder Pin
Anubhava Dimri21-Aug-09 18:16
Anubhava Dimri21-Aug-09 18:16 
QuestionHow do I..... Pin
rspercy6520-Aug-09 5:03
rspercy6520-Aug-09 5:03 
AnswerRe: How do I..... Pin
Luc Pattyn20-Aug-09 5:33
sitebuilderLuc Pattyn20-Aug-09 5:33 
Hi,

1. you get the HTML code in one of many ways, e.g.:
- use WebBrowser, set URL, get DocumentText
- use HttpRequest and HttpResponse

2. having one huge string, extract what you need, in one of many ways, e.g.:
- if it is strict XML, you could use XmlDocument or XPath (don't ask me for details!);
- if not: if you are proficient in regex, use it;
- otherwise, use String methods, such as IndexOf and Substring.
Whatever you do, be aware that you are relying on how it is constructed now, which may change at any time; with strict checking you may avoid false results and will fail sooner, with more relaxed matching, you may fail without knowing it and return false information.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: How do I..... Pin
rspercy6520-Aug-09 6:54
rspercy6520-Aug-09 6:54 
AnswerCheck Yahoo's RSS documentation Pin
David Mujica20-Aug-09 5:49
David Mujica20-Aug-09 5:49 
GeneralRe: Check Yahoo's RSS documentation Pin
rspercy6520-Aug-09 6:41
rspercy6520-Aug-09 6:41 
GeneralRe: Check Yahoo's RSS documentation Pin
Christian Graus20-Aug-09 11:45
protectorChristian Graus20-Aug-09 11:45 
AnswerRe: Check Yahoo's RSS documentation Pin
rspercy6520-Aug-09 14:50
rspercy6520-Aug-09 14:50 
GeneralRe: Check Yahoo's RSS documentation Pin
Mycroft Holmes21-Aug-09 17:52
professionalMycroft Holmes21-Aug-09 17:52 
GeneralRe: Check Yahoo's RSS documentation Pin
rspercy6522-Aug-09 1:46
rspercy6522-Aug-09 1:46 
GeneralRe: Check Yahoo's RSS documentation Pin
Mycroft Holmes22-Aug-09 1:57
professionalMycroft Holmes22-Aug-09 1:57 
QuestionHelp Defining a Reference in VB Net Pin
CLJohn20-Aug-09 1:08
CLJohn20-Aug-09 1:08 
AnswerRe: Help Defining a Reference in VB Net Pin
Christian Graus20-Aug-09 1:25
protectorChristian Graus20-Aug-09 1:25 
GeneralRe: Help Defining a Reference in VB Net [modified] Pin
CLJohn20-Aug-09 4:23
CLJohn20-Aug-09 4:23 
AnswerRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 2:09
mveDave Kreskowiak20-Aug-09 2:09 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 4:33
CLJohn20-Aug-09 4:33 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 4:42
mveDave Kreskowiak20-Aug-09 4:42 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 5:07
CLJohn20-Aug-09 5:07 
GeneralRe: Help Defining a Reference in VB Net Pin
Dave Kreskowiak20-Aug-09 5:14
mveDave Kreskowiak20-Aug-09 5:14 
GeneralRe: Help Defining a Reference in VB Net Pin
CLJohn20-Aug-09 5:41
CLJohn20-Aug-09 5:41 

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.