Skip to content Skip to sidebar Skip to footer
Showing posts with the label Delphi

Delphi Xe2: Jumping To An Anchor In Chm?

In a Delphi XE2 program, how do I jump to an anchor inside a CHM help file topic? The anchor has th… Read more Delphi Xe2: Jumping To An Anchor In Chm?

Decode File To Stream, From Base64 Encoded String. How To Do That?

I have a string, recived by my app from web-browser. String contains PNG image, and encoded to base… Read more Decode File To Stream, From Base64 Encoded String. How To Do That?

Update Text Inside Page With Image

I am working with Delphi7 and TEmbeddedWB. I have some difficulty to update text of a page in twebb… Read more Update Text Inside Page With Image

How To Download A File In A Password-protected Location In Delphi 2007

I need to get the contents of a HTML page from the Web, but the contents of the respective resource… Read more How To Download A File In A Password-protected Location In Delphi 2007

How To Find A Button With "value" In Html Page (webbrowser - Delphi)

i have a html page that it have 3 forms with 3 submit buttons . buttons have no name but they have … Read more How To Find A Button With "value" In Html Page (webbrowser - Delphi)