Author | Message | Time |
---|---|---|
tinman | How do i generate a window from within a DLL? | September 29, 2007, 10:54 AM |
Yegg | Use the same API call you would if you wanted to "generate" a window in a regular application. | September 29, 2007, 2:33 PM |
Camel | You could start with a call to CreateWindow() | September 30, 2007, 9:35 AM |
UserLoser | [quote author=Yegg link=topic=17066.msg173377#msg173377 date=1191076407] Use the same API call you would if you wanted to "generate" a window in a regular application. [/quote] | September 30, 2007, 8:16 PM |