Click here to Skip to main content
15,897,226 members
Articles / Desktop Programming / WTL

The Spring Computing Windows Controls

Rate me:
Please Sign up or sign in to vote.
4.27/5 (4 votes)
27 Sep 20014 min read 85.7K   2K   32  
A set of Win32 Windows controls.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
	<LINK rel="stylesheet" type="text/css" href="../../html.css">
	<TITLE>CBM_SETBITMAP</TITLE>
</HEAD>

<BODY>
	<H1>CBM_SETBITMAP</H1>

	<P>
	Associate a new bitmap with caption bar control.</P>

	<PRE><CODE>CBM_SETBITMAP
	wParam = (WPARAM)(HBITMAP)hBitmap
	lParam = (LPARAM)0
	</CODE></PRE>

	<H4>Parameters</H4>

	<DL>
		<DT><EM>hBitmap</EM></DT>
		<DD>Handle the the new bitmap to be displayed.</DD>
	</DL>

	<H4>Return Value</H4>

	<P>
	Returns the handle of the bitmap previously displayed, if any.</P>

</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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
France France
Coming soon...

Comments and Discussions