I’m trying to program a tracking system in C# (a windows application.)
What I’m trying to do is once button is clicked, IE (or chrome) is opened,
and track the items with numbers in the textbox automatically.
The site is http://drc.edeliver.com.au/track/
In the Australia post page, I want my number in the *Enter tracking number* automatically.
Is it possible?
I’m trying to program a tracking system in C# (a windows application.) What I’m
Share
Tracking sites often have a method of supplying a direct link to track something. In your case, for Australia post, it is like this:
where 1234 is the tracking number.
To run an application (or url etc), you can use the following:
So in your button handler you could have something like this: