Vitaly
Vitaly

Reputation: 617

Using the system setup icon

I'm developing a windows application in C++. I use wtl. One of the application window's title bar should display a system setup icon as it is in a typical setup program. Could you please share a way how can a load a system setup icon into my application if OS provides it?

Upvotes: 2

Views: 107

Answers (1)

Ajay
Ajay

Reputation: 18431

  • Add a resource file into your project.
  • Add icon resource into your project.
  • Build them together.

Upvotes: 2

Related Questions