Sep 26, 2003 #1 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
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
Sep 26, 2003 #2 palbano Programmer Joined Oct 9, 1998 Messages 4,341 Location US Use the resource editor in the IDE -pete Upvote 0 Downvote
Sep 26, 2003 #3 PerFnurt Programmer Joined Feb 25, 2003 Messages 972 Location SE Preferably by creating a DLL project that supports MFC. You'll resources then by default. /Per if (typos) cout << "My fingers are faster than my brain. Sorry for the typos."; Upvote 0 Downvote
Preferably by creating a DLL project that supports MFC. You'll resources then by default. /Per if (typos) cout << "My fingers are faster than my brain. Sorry for the typos.";
Sep 26, 2003 Thread starter #4 Annas1 Programmer Joined Sep 26, 2003 Messages 2 Location CA So I should create a App Wizard DLL project with MFC? Ans then how would it create a resource file? Upvote 0 Downvote
Sep 26, 2003 #5 palbano Programmer Joined Oct 9, 1998 Messages 4,341 Location US Use the resource editor in the IDE -pete Upvote 0 Downvote
Sep 26, 2003 #6 PerFnurt Programmer Joined Feb 25, 2003 Messages 972 Location SE >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 << "My fingers are faster than my brain. Sorry for the typos."; Upvote 0 Downvote
>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 << "My fingers are faster than my brain. Sorry for the typos.";