Auto Fill Web Forms
Hi,
I've spent days on the net (Google/MSDN etc) trying to find a way to
fill in web forms from my Delphi application. I don't want to buy
ready-made code or an existing application as I want to learn how to
do this myself.
Basically I want my Delphi app to open a browser window (via
ShellExecute?) and automatically fill in a form or pop-up form that
the browser displays.
I guess the tasks are to
1/ Find the topmost window of the application my app starts
2/ Enumerate all the controls
3/ Fill in the appropriate controls
The trouble is that I don't know my way round Windows very well at
this level (Delphi's been too good at making this unnecessary over the
years for me!).
Anybody got any pointers for 1 and 2 (but especially 2)?
Many thanks!
--
Z
.
Relevant Pages
- Re: Definition of outdated...
... There are often a reference to a programming language to be 'outdated', ... Looking strictly at the wording, then Java is more outdated than Delphi, ... What imo should be outdated is how money controls hype that controls ... (borland.public.delphi.non-technical) - Re: Borland, how much for purchasing rights to develop a 64bits Delphiversion?
... really unnecessary to port Delphi to .NET. ... Longhorn and its satellite tools won't be here until circa 2007. ... market window"), then there timing was sadly off by quite a few years. ... (borland.public.delphi.non-technical) - Re: Converting a userspecific VCL-component to an ActiveX-control
... > the controls are in OCXes - not a good idea IMO ... the only control it does recognize is a TPanel (not the hWnd of ... making the native VCL interface available as ActiveX interface? ... I think with a fairly up to date version of Delphi (lets say at least ... (comp.lang.pascal.delphi.misc) - Re: Delphi Dot Net, Better than Win32, or just Hype?
... > Basically it's offering Visual Studio developers to give tham what Delphi ... His reaction; ... After demonstrating bound db controls and the dynamics and freedom of this ... about how stupid it was to use bound controls. ... (borland.public.delphi.non-technical) - Re: need proof???
... is 4 with Indy Internet replacing the Internet rubbish in 4 ... controls unless one is desperate, for example in Delphi I use THTML ... Obviously the out house programming team is not exactly up to scratch, ... (microsoft.public.vb.general.discussion) |
|