Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted

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.

Posted
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 ?

.nerd

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...