Changing icons

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sos00

    #1

    Changing icons

    hi guys,
    how can i change icon of an executable file in vb.net ?
    thanx
  • William Ryan

    #2
    Re: Changing icons

    In the Properties of the project, you can change the icon from there. If
    you want to do it programatically , you can use an embedded resource for
    instance, declare a new Icon and set it equal to the embedded resource
    (icon). Then set the icon property equal to it.

    HTH,

    Bill
    "sos00" <khafancoder@ya hoo.com> wrote in message
    news:094501c384 ea$3c7a5650$a00 1280a@phx.gbl.. .[color=blue]
    > hi guys,
    > how can i change icon of an executable file in vb.net ?
    > thanx[/color]


    Comment

    Working...