Announcement

Collapse
No announcement yet.

Modeless Dialog box from DLL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Modeless Dialog box from DLL

    I'm using MS Visual C++ and trying to make a DLL with a modeless dialog box that displays values and takes user input. I can create the DLL, but when I call the function that creates the dialog box it crashes on the Create call.

    Does anyone have sample C++ MFC code to create a modeless dialog box in a DLL that they would be willing to share?

    Thanks,

    Steve

  • #2
    OK, I figured it out. I was calling the Create function twice.

    Comment

    Working...
    X