Advertisement
2002ASP Custom Controls/ Forms/ Menus #1745

Tile Bitmap on a Form

Tiles a bitmap on your form. Fast and simple. Using the Bitblt API. There isn't much else to say about it. If you want to tile a bitmap on a form, this is as good as it gets.

AI

Resumo por IA: 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.

Código fonte
original-source
Upload
<%@ Language=VBScript %>
  <%
  	Option Explicit
  	Response.Expires = 0
  	Response.Buffer = True
  	Response.Clear
  %>
Comentários originais (3)
Recuperado do Wayback Machine