Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: ..\\..\\help in remembering what all this means Pin
Terry O'Nolley17-Dec-03 13:27
Terry O'Nolley17-Dec-03 13:27 
GeneralRe: ..\\..\\help in remembering what all this means Pin
Steve Messer17-Dec-03 14:19
Steve Messer17-Dec-03 14:19 
Questionmultiple executables in the same project? Pin
luddet17-Dec-03 12:39
luddet17-Dec-03 12:39 
AnswerRe: multiple executables in the same project? Pin
Anthony_Yio17-Dec-03 16:03
Anthony_Yio17-Dec-03 16:03 
GeneralRe: multiple executables in the same project? Pin
luddet17-Dec-03 16:33
luddet17-Dec-03 16:33 
GeneralRe: multiple executables in the same project? Pin
Anthony_Yio17-Dec-03 17:17
Anthony_Yio17-Dec-03 17:17 
GeneralRe: multiple executables in the same project? Pin
luddet18-Dec-03 4:43
luddet18-Dec-03 4:43 
GeneralRe: multiple executables in the same project? Pin
John M. Drescher19-Dec-03 8:13
John M. Drescher19-Dec-03 8:13 
GeneralRe: multiple executables in the same project? Pin
luddet20-Dec-03 3:52
luddet20-Dec-03 3:52 
GeneralResource Only DLL question Urgent! Pin
Binayak17-Dec-03 11:24
Binayak17-Dec-03 11:24 
GeneralRe: Resource Only DLL question Urgent! Pin
Prakash Nadar17-Dec-03 16:42
Prakash Nadar17-Dec-03 16:42 
GeneralBest database classes for this purpose: not really a programming question Pin
pankajdaga17-Dec-03 11:21
pankajdaga17-Dec-03 11:21 
GeneralRe: Best database classes for this purpose: not really a programming question Pin
John M. Drescher17-Dec-03 17:09
John M. Drescher17-Dec-03 17:09 
Generalquick question Pin
Qbus17-Dec-03 10:41
Qbus17-Dec-03 10:41 
GeneralRe: quick question Pin
Terry O'Nolley17-Dec-03 12:34
Terry O'Nolley17-Dec-03 12:34 
GeneralRe: quick question Pin
sam India17-Dec-03 17:47
sam India17-Dec-03 17:47 

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.