E
EfraimT
Hello all!
Thank you for spending your time reading my problem.
I recive a daily mail with a file attached to it, the file is an HTML
file containing a table of currencey values per one USA Dollar,
I need to write a small Window(DescTop)- application, which will read a
value from that table and will update my DB With that value.
the page is already in my inbox not on the web, So no download is
needed.
I can find out how to open the file from the attachment, i may even
want the program to run immediatly when I recive the mail by creating a
rule on my Outlook that will call my program, I am still not sure how
to do it.
but My main dilema is: if to open the HTML file as stream like a text
file and search for the value, or maybe there is a class that will
represent the web page and thru this I can run over the controls of the
web page and get to my row and value.
I saw somthing about RegEX, Is that what I need??? Someone can show me
how to start with it?
Any help and suggestions about any part of this process will be
appriciated!
Thanks in advance!
Thank you for spending your time reading my problem.
I recive a daily mail with a file attached to it, the file is an HTML
file containing a table of currencey values per one USA Dollar,
I need to write a small Window(DescTop)- application, which will read a
value from that table and will update my DB With that value.
the page is already in my inbox not on the web, So no download is
needed.
I can find out how to open the file from the attachment, i may even
want the program to run immediatly when I recive the mail by creating a
rule on my Outlook that will call my program, I am still not sure how
to do it.
but My main dilema is: if to open the HTML file as stream like a text
file and search for the value, or maybe there is a class that will
represent the web page and thru this I can run over the controls of the
web page and get to my row and value.
I saw somthing about RegEX, Is that what I need??? Someone can show me
how to start with it?
Any help and suggestions about any part of this process will be
appriciated!
Thanks in advance!