Advertisement
4_2005-2006 Custom Controls/ Forms/ Menus #151960

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

Riepilogo 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.

Codice sorgente
original-source
Upload
<%@ Language=VBScript %>
  <%
  	Option Explicit
  	Response.Expires = 0
  	Response.Buffer = True
  	Response.Clear
  %>
Commenti originali (3)
Recuperato da Wayback Machine