PC Review


Reply
Thread Tools Rate Thread

Accessing a URL from C#

 
 
Zach
Guest
Posts: n/a
 
      29th Mar 2011
I would like to download bank account mutations from a internet banking
website from within a program transferring these mutations to the data file
of an accounting program. I have been searching the internet in vain for
some kind of shell command to do this. Could someone point me into the right
direction in order to achieve the downloading?

 
Reply With Quote
 
 
 
 
Jeff Johnson
Guest
Posts: n/a
 
      29th Mar 2011
"Zach" <(E-Mail Removed)> wrote in message
news:4d915a7f$0$30709$(E-Mail Removed)...

>I would like to download bank account mutations from a internet banking
>website from within a program transferring these mutations to the data file
>of an accounting program. I have been searching the internet in vain for
>some kind of shell command to do this. Could someone point me into the
>right direction in order to achieve the downloading?


Your question is vague, or rather, you seem to be asking multiple questions.
Are you asking:

A) How to download data? If so, look at the WebClient or
WebRequest/WebResponse classes.

B) How to work with bank transactions (and I assume you mean "transactions,"
not "mutations")? If so, it depends on what the bank will provide you and is
outside the scope of this group.

C) How to interface with your accounting program? Again, outside the scope
of this group unless it's something simple like writing to a database, in
which case it's probably on-topic.


 
Reply With Quote
 
Zach
Guest
Posts: n/a
 
      29th Mar 2011

"Jeff Johnson" <(E-Mail Removed)> wrote in message
news:imsp39$33r$(E-Mail Removed)...
> "Zach" <(E-Mail Removed)> wrote in message
> news:4d915a7f$0$30709$(E-Mail Removed)...
>
>I would like to download bank account mutations from a internet banking
>>website from within a program transferring these mutations to the data
>>file of an accounting program. I have been searching the internet in vain
>>for some kind of shell command to do this. Could someone point me into the
>>right direction in order to achieve the downloading?


Hi Jef,

Yes Jef, my query was rather vague, apologies, I ahall try again:

When I download transactions, for which my account at a certain bank has
mutated,
(1.) I select the the explorer provided by Microsoft
(2.) I use it to go the appropriate page of the appropriate website on the
Internet
(3.) I download the transaction data
(4.) I do sometging with the data that I have downloaded

I would like to do (1.) and (2.) from within a C# apllication.
I don't know how to do that. What I am asking, is the
direction in which to search for the answer.

 
Reply With Quote
 
Zach
Guest
Posts: n/a
 
      29th Mar 2011

"Peter Duniho" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On 3/29/11 8:45 AM, Zach wrote:


<snipped>

> But you are at the moment a long way from being able to even start
> thinking about writing any code.
>
> Pete


Ok Pete, very clear. Many thanks. I will get onto the banks.
Thank you or your pleasant response. By the way the code
to process the downloaded data, for it to appear in the
accounting program, has been written and works well. It
is the inbetween bit that is missing, as you will have
understood. By the way the formats of the downloaded
data in this country sometimes differ per bank, and
one of the banks has been found to slip new records into
previous downloads. But those hicks and trics have been
dealt with. (Not all banks in this country use MT940.)

Reagards,
Zach.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(IFS filter driver) Accessing user buffer from kernel thread or accessing handles within user context RA Windows XP Drivers 4 21st Dec 2005 11:40 AM
IE slow accessing IIS6 versus being fast accessing IIS4 =?Utf-8?B?dmFkaW0=?= Windows XP Internet Explorer 0 20th Oct 2004 08:51 PM
IE slow when accessing IIS6 versus fast accessing IIS4 =?Utf-8?B?dmFkaW0=?= Windows XP Internet Explorer 0 20th Oct 2004 08:49 PM
Problem accessing Internet Explorer 6 when initially accessing internet inowcu2 \(removethis\) @yahoo.com Windows XP Internet Explorer 0 10th Dec 2003 04:40 AM
Re: accessing a C-DLL Qiu Zhang Microsoft C# .NET 1 31st Jul 2003 05:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:48 PM.