Hi,
I have a special question about banners that usually is possible to put on a webpage with HTML code. The HTML code holds some addresses to this specific banner in form a http:// addresses.
As C++ can call addresses like this my quesiton is this:
Is there any possibility to have a banner in a Form application in any way. The code to the banner look like this more or less.
(HTML code for a banner)
<div style="FONT: 11px tahoma,sans-serif;
WIDTH: 728px;
TEXT-ALIGN: center">
<a href="http://webaddress" title="one Title ">
<img src="http://imageaddress" width="500" height="50" border="0" alt="one Title"/></a>
<br/>
<a href="http://oneaddress">oneString</a>
</div>