Click here to Skip to main content
15,888,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using C/C++ DLL at Visual Basic 6.0 Pin
Scmitd20-Mar-08 4:37
Scmitd20-Mar-08 4:37 
QuestionWhat i need to do in VC++ 6 to activate the creation of dump file in crash ? Pin
Yanshof20-Mar-08 0:57
Yanshof20-Mar-08 0:57 
AnswerRe: What i need to do in VC++ 6 to activate the creation of dump file in crash ? Pin
Paresh Chitte20-Mar-08 1:57
Paresh Chitte20-Mar-08 1:57 
QuestionCreateDialog Question Pin
Programm3r19-Mar-08 22:40
Programm3r19-Mar-08 22:40 
GeneralRe: CreateDialog Question Pin
Rajkumar R19-Mar-08 23:11
Rajkumar R19-Mar-08 23:11 
QuestionRe: CreateDialog Question Pin
Programm3r19-Mar-08 23:16
Programm3r19-Mar-08 23:16 
GeneralRe: CreateDialog Question Pin
Rajkumar R19-Mar-08 23:35
Rajkumar R19-Mar-08 23:35 
GeneralRe: CreateDialog Question Pin
James R. Twine20-Mar-08 1:35
James R. Twine20-Mar-08 1:35 
   You do not have to just put a module handle into the call to ::CreateDialog(...), but you have to specify the handle of the module that contains the resource.

   For example, if you have loaded a DLL called MyUpdateSystem.DLL and that DLL contains the dialog resource, you would do something like:
::CreateDialog( ::GetModuleInstance( _T( "<code>MyUpdateSystem.DLL</code>" ) ), 
    MAKEINTRESOURCE( IDD_DIALOGUpgrade ), NULL, NULL );
   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



GeneralRe: CreateDialog Question Pin
Programm3r20-Mar-08 1:39
Programm3r20-Mar-08 1:39 
QuestionSplitter window Pin
gReaen19-Mar-08 22:36
gReaen19-Mar-08 22:36 
GeneralRe: Splitter window Pin
Member 75496025-Mar-08 8:05
Member 75496025-Mar-08 8:05 
Generalwrite data from Visual C++ win32 console application to Microsoft Access using Visual Studio.NET 2005 Pin
Kogee San19-Mar-08 22:05
Kogee San19-Mar-08 22:05 
GeneralActivex OpenGl Pin
veer ganesh19-Mar-08 20:30
veer ganesh19-Mar-08 20:30 
GeneralRe: Activex OpenGl Pin
Cedric Moonen19-Mar-08 21:48
Cedric Moonen19-Mar-08 21:48 
AnswerRe: Activex OpenGl Pin
Rajesh R Subramanian20-Mar-08 0:42
professionalRajesh R Subramanian20-Mar-08 0:42 
QuestionCan do some transform(like make it smaller) to a bitmap in the memory? Pin
fantasy121519-Mar-08 20:04
fantasy121519-Mar-08 20:04 
GeneralRe: Can do some transform(like make it smaller) to a bitmap in the memory? Pin
MANISH RASTOGI19-Mar-08 20:18
MANISH RASTOGI19-Mar-08 20:18 
GeneralRe: Can do some transform(like make it smaller) to a bitmap in the memory? Pin
Paresh Chitte20-Mar-08 2:27
Paresh Chitte20-Mar-08 2:27 
GeneralLinker errors while integration, plz help Pin
Royaltvk19-Mar-08 19:49
Royaltvk19-Mar-08 19:49 
GeneralRe: Linker errors while integration, plz help Pin
Cedric Moonen19-Mar-08 21:52
Cedric Moonen19-Mar-08 21:52 
GeneralRe: Linker errors while integration, plz help Pin
Royaltvk19-Mar-08 22:51
Royaltvk19-Mar-08 22:51 
GeneralRe: Linker errors while integration, plz help Pin
Cedric Moonen19-Mar-08 22:57
Cedric Moonen19-Mar-08 22:57 
GeneralRe: Linker errors while integration, plz help Pin
Paresh Chitte20-Mar-08 2:34
Paresh Chitte20-Mar-08 2:34 
GeneralRe: Linker errors while integration, plz help Pin
David Crow20-Mar-08 3:18
David Crow20-Mar-08 3:18 
Questionplz tell me how fd_write code i needed Pin
priya_chauhan0919-Mar-08 19:43
priya_chauhan0919-Mar-08 19:43 

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.