Click here to Skip to main content
15,892,674 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TreeCtrl Navigating all items programatically Pin
Michael Dunn18-Dec-03 5:41
sitebuilderMichael Dunn18-Dec-03 5:41 
GeneralPush button Pin
J.B.17-Dec-03 15:51
J.B.17-Dec-03 15:51 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 19:22
Prakash Nadar17-Dec-03 19:22 
GeneralRe: Push button Pin
J.B.17-Dec-03 21:26
J.B.17-Dec-03 21:26 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 21:39
Prakash Nadar17-Dec-03 21:39 
GeneralRe: Push button Pin
J.B.17-Dec-03 21:47
J.B.17-Dec-03 21:47 
GeneralRe: Push button Pin
Prakash Nadar17-Dec-03 23:20
Prakash Nadar17-Dec-03 23:20 
GeneralIShellExtInit and IContextMenu; Pin
Bo Hunter17-Dec-03 15:36
Bo Hunter17-Dec-03 15:36 
GeneralRe: IShellExtInit and IContextMenu; Pin
Dinesh Ahuja19-Dec-03 2:20
Dinesh Ahuja19-Dec-03 2:20 
General<vector> destructor problem Pin
aqzhao17-Dec-03 15:22
aqzhao17-Dec-03 15:22 
GeneralRe: <vector> destructor problem Pin
Phil Martin17-Dec-03 16:48
professionalPhil Martin17-Dec-03 16:48 
Generalid3 tag for wma file Pin
qdping17-Dec-03 14:03
qdping17-Dec-03 14:03 
GeneralRe: id3 tag for wma file Pin
Christian Graus17-Dec-03 15:19
protectorChristian Graus17-Dec-03 15:19 
GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 16:26
qdping17-Dec-03 16:26 
GeneralRe: id3 tag for wma file Pin
Christian Graus17-Dec-03 16:28
protectorChristian Graus17-Dec-03 16:28 
GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 16:39
qdping17-Dec-03 16:39 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld17-Dec-03 21:13
Bob Stanneveld17-Dec-03 21:13 
GeneralRe: id3 tag for wma file Pin
qdping17-Dec-03 21:31
qdping17-Dec-03 21:31 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld18-Dec-03 21:14
Bob Stanneveld18-Dec-03 21:14 
GeneralRe: id3 tag for wma file Pin
qdping18-Dec-03 21:55
qdping18-Dec-03 21:55 
GeneralRe: id3 tag for wma file Pin
Bob Stanneveld19-Dec-03 4:44
Bob Stanneveld19-Dec-03 4:44 
QuestionHow to initialize SDI Doc/View interface from MFC-based dll Pin
JoeSchmoe00717-Dec-03 13:36
JoeSchmoe00717-Dec-03 13:36 
QuestionHow to call a dll from MFC SDI application? Pin
Binayak17-Dec-03 13:00
Binayak17-Dec-03 13:00 
AnswerRe: How to call a dll from MFC SDI application? Pin
Prakash Nadar17-Dec-03 16:46
Prakash Nadar17-Dec-03 16:46 
first you need to load the resource dll using loadlibrary and get its instance handle.
Now this instance handle should be supplied to ::LoadIcon
::LoadString etc where ever it is necessary,
The resource.h file of the resource only dll should be #inclueded in ur sdi application, be carefull it may clash with ur sdi resource.h file too.
there are other apis releated to resoruce handling you can refer MSDN for that.

My God is more powerfull Than Your God. (the line that divides the world)
General..\\..\\help in remembering what all this means Pin
Steve Messer17-Dec-03 12:55
Steve Messer17-Dec-03 12:55 

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.