Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WinExec Pin
Alexander M.,27-Sep-03 12:03
Alexander M.,27-Sep-03 12:03 
GeneralRe: WinExec Pin
Mike Dimmick27-Sep-03 12:30
Mike Dimmick27-Sep-03 12:30 
QuestionBackgnd image in list messes up the drag image? Pin
Michael Dunn27-Sep-03 8:24
sitebuilderMichael Dunn27-Sep-03 8:24 
AnswerRe: Backgnd image in list messes up the drag image? Pin
Jim Crafton27-Sep-03 8:34
Jim Crafton27-Sep-03 8:34 
GeneralRe: Backgnd image in list messes up the drag image? Pin
Michael Dunn27-Sep-03 9:45
sitebuilderMichael Dunn27-Sep-03 9:45 
GeneralWinExec Pin
OTVAC30527-Sep-03 8:22
OTVAC30527-Sep-03 8:22 
GeneralPlug-in Architecture Pin
Manish K. Agarwal27-Sep-03 6:34
Manish K. Agarwal27-Sep-03 6:34 
GeneralRe: Plug-in Architecture Pin
Jim Crafton27-Sep-03 7:52
Jim Crafton27-Sep-03 7:52 
The Visual Component Framework[^] makes plug-ins really easy to write.
The whole framework comes in 3 libs and for your purposes you'd probably only want the FoundationKit. It allows you to define RTTI extensions to your classes, register them with a global ClassRegistry, and then be able to do all sort of dynamic queries of object instances. For plugins, you'll conceivably want to create stuff on the fly, and you can also do this, it has support for createing C++ clases from the class name or the unique ID you give the class. If your interested in this feel free to email me at ddiego@users.sourceforge.net. You can also reach me on irc at irc.freenode.net #vcf

Hope this helps


¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

GeneralOpen Webpage in a new window from code Pin
Mathias S.27-Sep-03 6:23
Mathias S.27-Sep-03 6:23 
GeneralRe: Open Webpage in a new window from code Pin
Mathias S.27-Sep-03 6:39
Mathias S.27-Sep-03 6:39 
GeneralLarge numbers (100 digits) Pin
Rickard Andersson2027-Sep-03 5:41
Rickard Andersson2027-Sep-03 5:41 
GeneralRe: Large numbers (100 digits) Pin
Joe Woodbury27-Sep-03 7:01
professionalJoe Woodbury27-Sep-03 7:01 
GeneralRe: Large numbers (100 digits) Pin
Rickard Andersson2027-Sep-03 11:17
Rickard Andersson2027-Sep-03 11:17 
GeneralRe: Large numbers (100 digits) Pin
valikac27-Sep-03 7:03
valikac27-Sep-03 7:03 
GeneralReading track and artist info from a cd Pin
DABHand27-Sep-03 5:12
DABHand27-Sep-03 5:12 
GeneralRe: Reading track and artist info from a cd Pin
l a u r e n27-Sep-03 11:05
l a u r e n27-Sep-03 11:05 
GeneralRe: Reading track and artist info from a cd Pin
Alexander M.,27-Sep-03 12:05
Alexander M.,27-Sep-03 12:05 
GeneralHDN_ITEMCHANGED mesage on CListView Pin
Wim Jans27-Sep-03 5:00
Wim Jans27-Sep-03 5:00 
GeneralRe: HDN_ITEMCHANGED mesage on CListView Pin
Michael Dunn27-Sep-03 7:23
sitebuilderMichael Dunn27-Sep-03 7:23 
GeneralRe: HDN_ITEMCHANGED mesage on CListView Pin
Wim Jans27-Sep-03 9:14
Wim Jans27-Sep-03 9:14 
GeneralSending Messages to plug-ins Pin
Steve Messer27-Sep-03 4:58
Steve Messer27-Sep-03 4:58 
GeneralRe: Sending Messages to plug-ins Pin
Roger Allen27-Sep-03 6:13
Roger Allen27-Sep-03 6:13 
GeneralRe: Sending Messages to plug-ins Pin
Steve Messer27-Sep-03 8:22
Steve Messer27-Sep-03 8:22 
GeneralRe: Sending Messages to plug-ins Pin
Steve Messer27-Sep-03 9:38
Steve Messer27-Sep-03 9:38 
Generalwarning problem Pin
coda_x27-Sep-03 2:24
coda_x27-Sep-03 2:24 

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.