Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
TitleUse a bitmap for an icon
Keywordsbitmap, icon, image
CategoriesGraphics
 
Load the picture into an ImageList control. Use its ExtractIcon method to load the icon into the form's Icon property.
 
Private Sub Form_Load()
    Set Icon = ImageList1.ListImages(1).ExtractIcon
End Sub
 
 
Copyright © 1997-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated