Click here to Skip to main content
15,905,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is it Possible to export a class from a DLL? Pin
Theopulus6-Jun-03 6:02
Theopulus6-Jun-03 6:02 
GeneralRe: Is it Possible to export a class from a DLL? Pin
berndg6-Jun-03 6:15
berndg6-Jun-03 6:15 
GeneralRe: Is it Possible to export a class from a DLL? Pin
berndg6-Jun-03 6:17
berndg6-Jun-03 6:17 
GeneralRe: Is it Possible to export a class from a DLL? Pin
Theopulus9-Jun-03 1:03
Theopulus9-Jun-03 1:03 
QuestionHow to get notification of drag-drop of headers in CListCtrl Pin
Wormhole52306-Jun-03 0:21
Wormhole52306-Jun-03 0:21 
AnswerRe: How to get notification of drag-drop of headers in CListCtrl Pin
YoSilver6-Jun-03 4:47
YoSilver6-Jun-03 4:47 
GeneralSmart Card Inserts & Removes Pin
Fad B5-Jun-03 22:41
Fad B5-Jun-03 22:41 
GeneralCPropertyPage Pin
BlackRider5-Jun-03 22:35
BlackRider5-Jun-03 22:35 
The CPropertyPage constructor looks like this
CPropertyPage( UINT nIDTemplate, UINT nIDCaption = 0 );

Now the second argument (the UINT nIDCaption) comes from the string table. What if I wanna create multiple tabs from code without knowing how many I'm gonna open. I can't make a string table entry for every tab I wanna make cause I don't know how many I'm going to create. So how can I modify the string that I give to an ID from code ???? Is that possible ?
GeneralRe: CPropertyPage Pin
Rage5-Jun-03 22:47
professionalRage5-Jun-03 22:47 
GeneralRe: CPropertyPage Pin
Cedric Moonen5-Jun-03 22:50
Cedric Moonen5-Jun-03 22:50 
GeneralTesting for Power-Off support Pin
Ernesto D.5-Jun-03 22:09
Ernesto D.5-Jun-03 22:09 
GeneralCreating a dll Pin
Toni785-Jun-03 21:53
Toni785-Jun-03 21:53 
GeneralRe: Creating a dll Pin
Andrew Walker5-Jun-03 22:11
Andrew Walker5-Jun-03 22:11 
GeneralRe: Creating a dll Pin
Toni785-Jun-03 22:21
Toni785-Jun-03 22:21 
GeneralRe: Creating a dll Pin
Cedric Moonen5-Jun-03 22:46
Cedric Moonen5-Jun-03 22:46 
GeneralRe: Creating a dll Pin
Toni785-Jun-03 22:48
Toni785-Jun-03 22:48 
GeneralRe: Creating a dll Pin
Cedric Moonen5-Jun-03 22:56
Cedric Moonen5-Jun-03 22:56 
GeneralRe: Creating a dll Pin
Toni786-Jun-03 11:15
Toni786-Jun-03 11:15 
GeneralMessaging question Pin
Stan the man5-Jun-03 21:38
Stan the man5-Jun-03 21:38 
GeneralRe: Messaging question Pin
jhwurmbach5-Jun-03 21:47
jhwurmbach5-Jun-03 21:47 
GeneralRe: Messaging question Pin
Neville Franks6-Jun-03 3:42
Neville Franks6-Jun-03 3:42 
GeneralRe: Messaging question Pin
iceage6-Jun-03 0:14
iceage6-Jun-03 0:14 
GeneralProblems of SHBrowseFolder() and SHFormatDrive() Pin
charisma_youn5-Jun-03 21:36
charisma_youn5-Jun-03 21:36 
GeneralRe: Problems of SHBrowseFolder() and SHFormatDrive() Pin
jhwurmbach5-Jun-03 21:56
jhwurmbach5-Jun-03 21:56 
QuestionHow to explicitly load a MFC dll ? Pin
BhaskarBora5-Jun-03 21:28
BhaskarBora5-Jun-03 21:28 

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.