Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
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-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated