better i think to nest all your tables within the table cells of a 'parent' table.... like so:
<table width=100%>
<tr>
<td>
<table width=60%>
<tr>
<td>
...info
</td></tr></table>
</td>
<td>
<table width=40%>
<tr>
<td>...
check out this link.. I have'nt used the resources available from this url, but they look pretty good.
http://www.delphi-gems.com/ThemeManager.php
Good Luck!
Hi all,
I'm trying to thread a function (not a whole class) in my form-based app. I've tried to use BeginThread(), but i've found no example code for this function anywhere that could help get me started.
I also tried using the C runtime function _beginthread(), but this only seems to work well...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.