Thread: How can I get C#'s default window icon into my C++ app?

  1. #1
    Software engineer
    Join Date
    Aug 2005
    Location
    Oregon
    Posts
    283

    How can I get C#'s default window icon into my C++ app?

    What can I say, it's a cool icon. I tried looking everywhere in Visual Studio's folders, but I can't find the icon. Do you know how I can get it so I can add it to my C++ application?

  2. #2
    ... arjunajay's Avatar
    Join Date
    May 2005
    Posts
    203
    The icon might be integrated into one of the exe's or dll's as a resource.
    Although I don't know a way to extract the icon.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how i create a window whith all it's elements
    By rasheed in forum Windows Programming
    Replies: 1
    Last Post: 05-31-2006, 06:53 PM
  2. Problem with taskbar icon
    By maxorator in forum Windows Programming
    Replies: 2
    Last Post: 05-16-2006, 01:55 AM
  3. Fixed window size
    By The Brain in forum Windows Programming
    Replies: 5
    Last Post: 02-23-2006, 03:07 PM
  4. Why only 32x32? (OpenGL) [Please help]
    By Queatrix in forum Game Programming
    Replies: 2
    Last Post: 01-23-2006, 02:39 PM
  5. Buttons + Edit Control
    By jay kay in forum Windows Programming
    Replies: 6
    Last Post: 03-09-2005, 05:36 PM