Click here to Skip to main content
15,904,655 members
Home / Discussions / C#
   

C#

 
AnswerRe: A statistical random function Pin
CWIZO20-Mar-06 9:42
CWIZO20-Mar-06 9:42 
GeneralRe: A statistical random function Pin
Madmaximus20-Mar-06 10:23
Madmaximus20-Mar-06 10:23 
GeneralRe: A statistical random function Pin
Dan Neely20-Mar-06 10:30
Dan Neely20-Mar-06 10:30 
Questionadding xml schema location to serialized xml file Pin
Dan Neely20-Mar-06 9:32
Dan Neely20-Mar-06 9:32 
AnswerRe: adding xml schema location to serialized xml file Pin
Dan Neely20-Mar-06 10:01
Dan Neely20-Mar-06 10:01 
Questionperl and C# Pin
allenmpcx20-Mar-06 9:11
allenmpcx20-Mar-06 9:11 
AnswerRe: perl and C# Pin
Tom Larsen20-Mar-06 10:19
Tom Larsen20-Mar-06 10:19 
QuestionRe: perl and C# Pin
allenmpcx25-Mar-06 10:16
allenmpcx25-Mar-06 10:16 
QuestionIBMDA400 OLE DB Provider, data connection Pin
enasromios20-Mar-06 8:16
enasromios20-Mar-06 8:16 
QuestionLabels at runtime Pin
alexdg0420-Mar-06 8:03
alexdg0420-Mar-06 8:03 
AnswerRe: Labels at runtime Pin
CWIZO20-Mar-06 9:26
CWIZO20-Mar-06 9:26 
GeneralRe: Labels at runtime Pin
alexdg0420-Mar-06 9:29
alexdg0420-Mar-06 9:29 
AnswerRe: Labels at runtime Pin
CWIZO20-Mar-06 9:32
CWIZO20-Mar-06 9:32 
GeneralRe: Labels at runtime Pin
alexdg0420-Mar-06 9:37
alexdg0420-Mar-06 9:37 
GeneralRe: Labels at runtime Pin
CWIZO20-Mar-06 9:41
CWIZO20-Mar-06 9:41 
GeneralRe: Labels at runtime Pin
Dave Kreskowiak20-Mar-06 10:24
mveDave Kreskowiak20-Mar-06 10:24 
Questiondesing label like in desing time but in runtime Pin
alexdg0420-Mar-06 7:54
alexdg0420-Mar-06 7:54 
AnswerRe: desing label like in desing time but in runtime Pin
Baeltazor21-Feb-10 21:02
Baeltazor21-Feb-10 21:02 
AnswerRe: desing label like in desing time but in runtime Pin
Baeltazor21-Feb-10 21:03
Baeltazor21-Feb-10 21:03 
QuestionHow to get the dynanic part of an website ? Pin
K.A.L20-Mar-06 7:30
K.A.L20-Mar-06 7:30 
AnswerRe: How to get the dynanic part of an website ? Pin
darkelv20-Mar-06 7:48
darkelv20-Mar-06 7:48 
GeneralRe: How to get the dynanic part of an website ? Pin
K.A.L20-Mar-06 9:41
K.A.L20-Mar-06 9:41 
GeneralRe: How to get the dynanic part of an website ? Pin
darkelv21-Mar-06 0:34
darkelv21-Mar-06 0:34 
Well a lot depending on how consistant is the format of the site. You can use the source and find some constant word as an anchor and grab the text off the source.

Alternatively, what I had done previously was (on VB6) run a web control in the application, point it to the target URL, send a ctrl-A key and paste it on a text box / rich text box, then grab the data from the text box.
GeneralRe: How to get the dynanic part of an website ? Pin
K.A.L21-Mar-06 10:41
K.A.L21-Mar-06 10:41 
Questioninterface(s) on inheritance Pin
spin vector20-Mar-06 7:10
spin vector20-Mar-06 7:10 

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.