The question is how to save the dll window and call it from there? In C ++ create and call. Give a link to the explanation or ready-made code or source.

  • Is it MFC or WinAPI? - stanislav

1 answer 1

Since the question refers to the form and C ++, apparently, we are talking about MFC. If so, then extension DLLs will go. An example of working with Extension DLL. If this is a pure Windows API, then: creating a window from a dll .