Advertisement
4_2005-2006 Complete Applications #153192

ASP2VB

Convert ASP or HTML code into VB ready code for webclasses and web intended ActiveX dll's. It wraps HTML quotes, response.write's strings, converts , and more. It can also be used to turn HTML into a format for dynamic page views with ASP. It's a very basic application, and I'm sure it can be improved, but it has already saved me *many* hours of tedious reformatting.

AI

Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kode Sumber
original-source
Upload
<P>
For an odd reason, I just get addicted to playing with interfaces to allow users to choose a color. The logic behind it all is interesting and appears simple. Although figuring it out wasn't such an easy task.
</P>
<P>
I've begun to play with a "virtual" drag/drop effect using events such as onMouseDown, onMouseUp to setup a flag, and onMouseMove to change the position of the cursor. I found that moving an element tended to slow things down during the drag/drop process - so I hid the cursor image until the user lets up on the mouse.
</P>
<P>
I was finding that draging the mouse was becomming a problem, because as soon as you drag an image outside of the scriptlet, the browser redirects you to that image. The solution was to make all images into background images of SPAN tags. It also appears that the speed of the script executes much faster with this technique.
</P>
<P>
I began playing with the scriplets in the main form to talk to each other. For example, when user clicks on a red area, the fallout scriptlet raises the event that it was clicked. The test container sees this event and passes the color information to the luminance scriptlet. the luminance scriptlet changes its color and raises an event signalling that its chosen color has changed. the test container then changes the color of the color sample to the new color.
</P>
Komentar Asli (3)
Dipulihkan dari Wayback Machine