How do i generate a window from within a DLL?
Use the same API call you would if you wanted to "generate" a window in a regular application.
You could start with a call to CreateWindow()
Quote from: Yegg on September 29, 2007, 09:33 AM
Use the same API call you would if you wanted to "generate" a window in a regular application.