Previous Thread

7/31/2006 6:05:02 PM    dialog box
Hi, 
 
I am VERY new to windows C++ application development.  I have created a 
 
non-MFC dll that contains functions that are called during the install 
 
process of a CAB file.  I want to create a custom dialog box to display 
 
during installation.  The dialog box needs to have multiple text-entry fields 
 
and labels.  I am new to C++ (especially non-MFC) windows development, and do 
 
not know what libraries and functions to use to create and display a custom 
 
dialog box from within my dll.  Can anyone point me to: 
 
1. The correct #includes and apis to use. 
 
2. A good online article that will teach me more about these libraries? 
 
Many thanks, 
 
Mike