-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.htm
39 lines (38 loc) · 1.66 KB
/
about.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFF99" text="#333333" link="#660000" leftmargin="8" topmargin="8">
<b><img src="img/logo.gif" width="32" height="32" border="0"> <a href="onClick:(%27ABOUT%27)">About
Render Label</a></b><br>
<br>
<p> My Cool Label control is a small project I made to allow developers to make
use of<br>
formatted HTML in My appliactions. I chould have used the WebBroswer,<br>
But <i><font color="#993366" highlight="#FFFFFF">wanted something simple so I came up</font></i><font color="#999999"> </font>
with the idea of Formatting HTML into a<br>
Standred PictureBox. <br>
<br>
At present it does not support scrolling but may do in latter versions.<br>
Also the control only supports one fixed font size but I am working on a new
version,<br>
that address this limitation.<br>
<br>
Anyway I hope you like this new formated label control, If you want to use it<br>
in your own programs please do so. But please let me know if you found it usfull.<br>
<br>
You can email me at <a href="mailto:vbdream2k@yahoo.com?subject=Render%20Label">here</a><br>
<br>
<i><b>Render Label Features:</b></i><br>
<br>
This is a <font color="#FFFFFF" highlight="#3333CC">test</font><br>
<br>
<a href="images.htm">Images</a><br>
<a href="others.htm">Text styles, colors and more.</a><br>
<a href="bullets.htm">Bullet points and lists</a><br>
<a href="onClick:(%27TEST%27)">Custom Event</a> <br>
<a href="onClick:(%27TABLES%27)">Random times table lister</a> <br>
<a href="onClick:(%27EXIT%27)">Exit</a> <br>
</body>
</html>