mt70 Posted July 17, 2003 Posted July 17, 2003 In an application which contains many forms, I am hoping to create an icon for each form. Furthermore I wish to display the icons in an additional form. Now when I click on an icon, the associated form should pop up. Question: I assume that I can specify a .bmp file as the value of the icon property of a form. How do I do this?? Here are the steps that I followed: a) renamed a .bmp file as a .ico file. b) attempted to choose the .ico file as the icon for a form. When I try this, I get an error stating that the "the argument picture must be a picture that can be used as an icon". What am I doing wrong? Thanks Quote
Heiko Posted July 17, 2003 Posted July 17, 2003 There are a couple of freeware Icon-Editors floating around. Quote .nerd
*Experts* mutant Posted July 17, 2003 *Experts* Posted July 17, 2003 Assuming I understood you correctly, you want to use the icon on the top left corner to link to another forms, like customize it? You cant do that. As for icons, you cant just rename a bitmap to an icon, you got the error becuase its not a valid icon file, VS.NET has a very decent icon editor, just open any icon file in it and it will automactially open. Quote
Heiko Posted July 18, 2003 Posted July 18, 2003 VS.NET has a very decent icon editor, just open any icon file in it and it will automactially open. Can you show a humble blind man the way ? Quote .nerd
*Gurus* divil Posted July 18, 2003 *Gurus* Posted July 18, 2003 File -> Open -> File... (Select Icon File Here) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
jorge Posted July 22, 2003 Posted July 22, 2003 File -> new -> file ... The select icon for a empty one ;) Quote Jorge - http://www.blackdot.be/?page=apache.htm
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.