Click here to Skip to main content
15,908,264 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: building Visual C++ program on Visual Studio 6 VS. Visual Studio 2008/2013 Pin
Richard MacCutchan28-Dec-14 22:04
mveRichard MacCutchan28-Dec-14 22:04 
GeneralRe: building Visual C++ program on Visual Studio 6 VS. Visual Studio 2008/2013 Pin
Mike Nordell2-Feb-15 11:14
Mike Nordell2-Feb-15 11:14 
AnswerRe: building Visual C++ program on Visual Studio 6 VS. Visual Studio 2008/2013 Pin
Vaclav_31-Dec-14 14:21
Vaclav_31-Dec-14 14:21 
AnswerRe: building Visual C++ program on Visual Studio 6 VS. Visual Studio 2008/2013 Pin
Joe Woodbury5-Jan-15 8:09
professionalJoe Woodbury5-Jan-15 8:09 
QuestionSoftware Making Pin
Member 1133032722-Dec-14 22:37
Member 1133032722-Dec-14 22:37 
AnswerRe: Software Making Pin
Richard MacCutchan22-Dec-14 23:01
mveRichard MacCutchan22-Dec-14 23:01 
Questionvending machine project Pin
Member 1132883822-Dec-14 5:29
Member 1132883822-Dec-14 5:29 
AnswerRe: vending machine project Pin
Chris Losinger22-Dec-14 5:50
professionalChris Losinger22-Dec-14 5:50 
AnswerRe: vending machine project Pin
jeron122-Dec-14 5:52
jeron122-Dec-14 5:52 
Questionc++ Pin
Member 1132883822-Dec-14 5:28
Member 1132883822-Dec-14 5:28 
QuestionAcceleration keys on CMenu is not shown ! Pin
sdancer7522-Dec-14 0:07
sdancer7522-Dec-14 0:07 
AnswerRe: Acceleration keys on CMenu is not shown ! Pin
Jochen Arndt22-Dec-14 0:42
professionalJochen Arndt22-Dec-14 0:42 
GeneralRe: Acceleration keys on CMenu is not shown ! Pin
sdancer7523-Dec-14 23:01
sdancer7523-Dec-14 23:01 
QuestionUrgent help Pin
Member 1132644421-Dec-14 5:21
Member 1132644421-Dec-14 5:21 
AnswerRe: Urgent help Pin
Richard Andrew x6421-Dec-14 7:18
professionalRichard Andrew x6421-Dec-14 7:18 
Questionhow to create a treecontrol to view folders and files on my computer? Pin
Salvatello17-Dec-14 6:36
Salvatello17-Dec-14 6:36 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
PIEBALDconsult17-Dec-14 6:45
mvePIEBALDconsult17-Dec-14 6:45 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Richard MacCutchan17-Dec-14 7:23
mveRichard MacCutchan17-Dec-14 7:23 
QuestionRe: how to create a treecontrol to view folders and files on my computer? Pin
David Crow17-Dec-14 7:53
David Crow17-Dec-14 7:53 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Salvatello17-Dec-14 21:24
Salvatello17-Dec-14 21:24 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
Richard MacCutchan17-Dec-14 21:28
mveRichard MacCutchan17-Dec-14 21:28 
GeneralRe: how to create a treecontrol to view folders and files on my computer? Pin
David Crow18-Dec-14 2:48
David Crow18-Dec-14 2:48 
AnswerRe: how to create a treecontrol to view folders and files on my computer? Pin
Maximilien18-Dec-14 3:48
Maximilien18-Dec-14 3:48 
QuestionReusable User Interface elements in Visual Studio Pin
RefuseResist1317-Dec-14 1:25
RefuseResist1317-Dec-14 1:25 
Hi.

I am trying to make some reusable GUI components for several desktop application projects. These projects are all Windows (Win7), Visual Studio, C++ based. What do you think would be the best way to approach this problem?

Right now i was thinking about one of these 2 ideas:
- MFC ActiveX Control.
- MFC extension Dll.

So far ActiveX has the benefit of being able to be integrated directly in the VS resource editor and this would make the integration easier.
On the other hand, ActiveX would allow only 1 GUI component per .OCX (am i wrong here? is it possible to incorporate more that 1 control in an .OCX file?) and this would mean that i would have to distribute a lot of .OCX files and it would just not look right.
Can you tell me if ActiveX is still considered a "modern" way of doing things? I wouldn't want to use something that is about to be deprecated.

Thanks.
AnswerRe: Reusable User Interface elements in Visual Studio Pin
Jochen Arndt17-Dec-14 1:59
professionalJochen Arndt17-Dec-14 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.