<div>Hi John,</div>
<div> </div>
<div>TembeddedWB a build up from Twebbbrowser<br></div>
<div>Can help you there in a simple fashion.</div>
<div> </div>
<div>&quot;Product&quot; overview (free)</div>
<div> </div>
<div><u><font color="#810081"><a href="http://www.bsalsa.com/product.html">http://www.bsalsa.com/product.html</a></font></u></div>
<div> </div>
<div>Have a look at these two functions covered on <a href="http://www.bsalsa.com/ewb_methods1.html">http://www.bsalsa.com/ewb_methods1.html</a></div>
<div>
<p><b><font color="black" size="2">GetBmpFromBrowser</font></b><font color="black" size="2">(FileName : String): Boolean: Call GetBmpFromBrowser to create a screen capture of your page. Remember to enter a valid name or path with name for the file.<br>
Result will be true if the process will end succesfuly.<br></font><font color="#0000cc" size="2"> </font><b><font color="#0000cc" size="2">procedure</font></b><font color="#0000cc" size="2"> TfrmMain.getAScreanCapture1Click(Sender: TObject);<br>
 </font><b><font color="#0000cc" size="2">begin<br> if </font></b><font color="#0000cc" size="2">EmbeddedWB1.GetBmpFromBrowser(&#39;site.bmp&#39;)then<br>    </font><b><font color="#0000cc" size="2">begin</font></b><font color="#0000cc" size="2"><br>
       UpdateImage;<br>      Image1.Picture.LoadFromFile(&#39;.site.bmp&#39;);<br>      ShowMessage(&#39;The screen capture is in your application       folder.&#39;);<br> </font><b><font color="#0000cc" size="2">   end;<br>
end</font></b><font size="2"></font></p>
<p><b><font size="2">GetJPEGfromBrowser</font></b><font size="2">(FileName: string; SourceHeight, SourceWidth, TargetHeight, TargetWidth: integer): Boolean;<br>This function is a different method to get a screen capture.<br>
This method is more flexible and you can set also the height and width.<br> </font><b><font color="#0000cc" size="2">procedure</font></b><font color="#0000cc" size="2"> TfrmMain.GetJpegPageCapture1Click(Sender: TObject);<br>
</font><b><font color="#0000cc" size="2">begin</font></b><font color="#0000cc" size="2"><br> </font><b><font color="#0000cc" size="2">if</font></b><font color="#0000cc" size="2"> EmbeddedWB1.GetJpegFromBrowser(&#39;.\Site.jpg&#39;, Height, Width, Height, Width) </font><b><font color="#0000cc" size="2">then</font></b><font color="#0000cc" size="2"><br>
   begin<br>      Image1.Picture.LoadFromFile(&#39;.\Site.jpg&#39;);<br>     ShowMessage(&#39;The page screen capture is in your application folder.&#39;)<br>  </font><b><font color="#0000cc" size="2">  end;<br>end;</font></b></p>

<p><b><font style="BACKGROUND-COLOR: #ffffff" color="#000000" size="2">You can also use print (to pdf) if you have a pdf print driver installed (cutePdf etc ..) then open the resulting pdf in something like CorelDraw and work on it if the Jpeg or Bmp approach above does not produce a helpful result.</font></b></p>
</div>
<div>Paul<br></div>
<div class="gmail_quote">2009/4/2 PDS - John <span dir="ltr">&lt;<a href="mailto:John@padasy.co.nz">John@padasy.co.nz</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div lang="EN-NZ" vlink="purple" link="blue">
<div>
<p>Hi all</p>
<p> </p>
<p>How can I create graphics frames for my website? is the a tool or perhaps a website where I can create any?</p>
<p> </p>
<p>John C</p></div></div><br>_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br></blockquote></div><br>