Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,660
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
I have made a HTML application (HTA) code sample. Screenshots:  Use this code: Code:<html>
<head>
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<body onload="body_OnLoad();">
<h1>Graphics Mill HTML Application Sample</h1>
Click on control and drag for drawing line.
<!--create empty button-->
<input id="buttonCreateEmpty" name="buttonCreateEmpty" type="button" value="Create Empty" onclick="buttonCreateEmpty_OnClick();">
<!--load file button-->
<input id="buttonLoadFile" name="buttonLoadFile" type="button" value="Load File..." onclick="buttonLoadFile_OnClick();">
<!--file dialog-->
<!--bitmap viewer-->
</body>
</html>
Edited by user Monday, December 21, 2009 3:17:39 AM(UTC)
| Reason: Not specified Fedor attached the following image(s): |
Best regards, Fedor Skvortsov
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.