locked
creating an icon RRS feed

  • Question

  • How to create an icon file?
       Is there anybody could give me an idea on how to create an icon for my vb.net application? How do I change or create a new
       icon for a vb.net application. If I have a chosen saved images and want to use it as an icon on my application, how possible is it? How do I make it?
       Im using vb 2008 express ed,
    Wednesday, May 4, 2011 5:13 AM

Answers

All replies

  • You are in the wrong forum, hmm if you google it I'm pretty sure there are a lot of programs that make icons.

    Regards

    Wednesday, May 4, 2011 5:08 PM
  • Hello timmack,

    Welcome.

    As I know about your issue, you could use NotifyIcon class, which Specifies a component that creates an icon in the notification area.

    More information and sample code, please read this in MSDN Library:

    http://msdn.microsoft.com/en-us/library/system.windows.forms.notifyicon.aspx

    However, like Serguey said, here is not the right forum. If what I said above is not helpful, I suggest that you repost your issue in the VB forum.

    I hope this can help.

     

    Have a nice day,


    Jackie Sun [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.


    • Proposed as answer by Jackie-Sun Thursday, May 12, 2011 8:01 AM
    • Marked as answer by Jackie-Sun Tuesday, May 17, 2011 4:45 AM
    Thursday, May 5, 2011 2:05 AM