Click here to Skip to main content
15,894,410 members
Articles / Programming Languages / Visual Basic

Using BitBlt to Copy and Paste Graphics

Rate me:
Please Sign up or sign in to vote.
4.22/5 (20 votes)
5 May 2010CPOL4 min read 228.5K   5.1K   49  
This article will demonstrate how to use BitBlt. and provide some technical pointers
<html dir="LTR"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"><title>MdiClientController.AutoScroll Property</title><xml></xml><link rel="stylesheet" type="text/css" href="MSDN.css"></head><body id="bodyID" class="dtBODY"><div id="nsbanner"><div id="bannerrow1"><table class="bannerparthead" cellspacing="0"><tr id="hdr"><td class="runninghead">An NDoc Documented Class Library</td><td class="product"></td></tr></table></div><div id="TitleRow"><h1 class="dtH1">MdiClientController.AutoScroll Property
					</h1></div></div><div id="nstext"><p>
            Gets or sets a value indicating whether the container will allow the user to
            scroll to any controls placed outside of its visible boundaries.
            </p><div class="syntax">public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a> AutoScroll {get; set;}</div><p></p><h4 class="dtH4">See Also</h4><p><a href="Slusser.Components.MdiClientController.html">MdiClientController Class</a> | <a href="Slusser.Components.html">Slusser.Components Namespace</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="AutoScroll property"><param name="Keyword" value="AutoScroll property, MdiClientController class"><param name="Keyword" value="MdiClientController.AutoScroll property"></object></div></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer ISQ
Israel Israel
Just another coder out there Smile | :)
Currently working on a natural language search index with nanoRep

Comments and Discussions