Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. making an icon for ur application

making an icon for ur application

Scheduled Pinned Locked Moved C#
csharp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rocky
    wrote on last edited by
    #1

    hi I'm working a windows application project in C# and I was wondering how can we make or use icons for our application u know. It requires .ICO file and many softwares dont sopport making these so what should I do. do u know of any site where some good icons are available or somethin like that thanks in advance Rocky

    I E 2 Replies Last reply
    0
    • R Rocky

      hi I'm working a windows application project in C# and I was wondering how can we make or use icons for our application u know. It requires .ICO file and many softwares dont sopport making these so what should I do. do u know of any site where some good icons are available or somethin like that thanks in advance Rocky

      I Offline
      I Offline
      imshimshal
      wrote on last edited by
      #2

      u can get it from any book of C# like of deitel,where code and idea is given to place information,exclamation,error and other icons on application.

      1 Reply Last reply
      0
      • R Rocky

        hi I'm working a windows application project in C# and I was wondering how can we make or use icons for our application u know. It requires .ICO file and many softwares dont sopport making these so what should I do. do u know of any site where some good icons are available or somethin like that thanks in advance Rocky

        E Offline
        E Offline
        ednrgc
        wrote on last edited by
        #3

        AS a (bad) workaround, you can place a bmp is your resources and convert it into an icon: Bitmap bmp = (Bitmap)resources.GetObject("myBMP.bmp"); IntPtr Hicon = bmp.GetHicon(); Icon newIcon = Icon.FromHandle(Hicon); Then do what you want with it.

        R 1 Reply Last reply
        0
        • E ednrgc

          AS a (bad) workaround, you can place a bmp is your resources and convert it into an icon: Bitmap bmp = (Bitmap)resources.GetObject("myBMP.bmp"); IntPtr Hicon = bmp.GetHicon(); Icon newIcon = Icon.FromHandle(Hicon); Then do what you want with it.

          R Offline
          R Offline
          Rocky
          wrote on last edited by
          #4

          thats good but isnt there anyway we can make these icon files easily. I'll try that surely... thanks a lot Rocky

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups