MFC Dialogs in Visual CLR DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rajeev Garg
    New Member
    • Jun 2012
    • 1

    MFC Dialogs in Visual CLR DLL

    I have prepared a Visual CLR DLL using VS 2008.
    In this dll I have added lot of MFC Dialogs Box..

    I was able to compile and buid the dll sucessfully
    However If I call any function of that dll from my Client C#
    application.I was able to call the function
    but the dilaog boxes which were supposed to call from the dll
    are not able to display
    Pl let me where I went wrong
    Thanks a lot
    regards
    Rajeev
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Why not show the code you're calling in your C# application, along with the C# code where you're calling the DLL.

    Without seeing how and what you're doing is like hunting for a needle in the haystack

    Comment

    Working...