Click to See Complete Forum and Search --> : Newbie question regarding MFC dlls


llihp
July 12th, 2008, 05:24 AM
Hi all,

Apologies if this is a stupid question, I'm new to C++ and finding it a little tough.

I've been trying to write a small dll that I can call from a VBScript file run using CScript. I've followed a tutorial to create a simple object (MFC dll using Automation) and add a few functions which I have managed to get working fine.

I just wondered if anyone knew if it is possible to add a function to create a new window which will contain a form I create as a resource?