how to use this button control with vb sdk environment

T

TJS

I would like to use this free control to generate buttons,

http://artforms.progressivex.com/Downloads.htm

but can't seem to get it work in vb-sdk environment.
Author seems to have expired.

All I can get to generate is a square box with text in it.

what am I missing ?

thanks for any assistance.

======================================

<%@ Page Language="VB" %>
<%@ Register TagPrefix="art" Namespace="System.Art.Controls"
Assembly="ArtControls" %>
<script runat="server">

' Insert page code here
'

</script>
<html>
<head>
</head>
<body>
<form runat="server">
<art:Button id="Button1"
runat="server"
BackColor="red"
AlternateText="hello"
Text="hello"
Theme="Blue.theme"
Format="PNG"
BorderColor="Black"
Height="25px"
Width="135px"
ImageAlign="Baseline">
</art:Button>
</form>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top