Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a resource .rc file

Status
Not open for further replies.

Annas1

Programmer
Joined
Sep 26, 2003
Messages
2
Location
CA
I need to add a drop down list to a DLL project and I don't want to modify .rc file by hand. How can I do it in Visual C++?
Thank you
 
Use the resource editor in the IDE

-pete
 
Preferably by creating a DLL project that supports MFC. You'll resources then by default.

/Per

if (typos) cout << &quot;My fingers are faster than my brain. Sorry for the typos.&quot;;
 
So I should create a App Wizard DLL project with MFC?
Ans then how would it create a resource file?
 
Use the resource editor in the IDE

-pete
 
>So I should create a App Wizard DLL project with MFC?

Yes!

>Ans then how would it create a resource file?

Yes!

/Per

if (typos) cout << &quot;My fingers are faster than my brain. Sorry for the typos.&quot;;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top