YOU CAN CODE!

 

With The Case Of UCanCode.net  Release The Power OF  Visual C++ !   HomeProducts | PurchaseSupport | Downloads  
Download Evaluation
Pricing & Purchase?
E-XD++Visual C++/ MFC Products
Overview
Features Tour 
Electronic Form Solution
Visualization & HMI Solution
Power system HMI Solution
CAD Drawing and Printing Solution

Bar code labeling Solution
Workflow Solution

Coal industry HMI Solution
Instrumentation Gauge Solution

Report Printing Solution
Graphical modeling Solution
GIS mapping solution

Visio graphics solution
Industrial control SCADA &HMI Solution
BPM business process Solution

Industrial monitoring Solution
Flowchart and diagramming Solution
Organization Diagram Solution

Graphic editor Source Code
UML drawing editor Source Code
Map Diagramming Solution

Architectural Graphic Drawing Solution
Request Evaluation
Purchase
ActiveX COM Products
Overview
Download
Purchase
Technical Support
  General Q & A
Discussion Board
Contact Us

Links

Get Ready to Unleash the Power of UCanCode .NET

 


UCanCode Software focuses on general application software development. We provide complete solution for developers. No matter you want to develop a simple database workflow application, or an large flow/diagram based system, our product will provide a complete solution for you. Our product had been used by hundreds of top companies around the world!

"100% source code provided! Free you from not daring to use components because of unable to master the key technology of components!"


MFC GUI Framework: inside Atl & dll server

 
 

Steve Bryndin
January 14, 2000 

Environment: Windows NT, 9x, XP   Visual C++ 6, VC++.NET

I built this application with VC++ 5. I don't think there should be a problem comiling it with VC++ 6.

This MFC GUI framework is placed inside ATL DLL server and is invoked by parent application. Parent application manages this window and when parent application terminates so does this embedded window. It behaves much like Microsoft's Outlook Email and Forms, which appear to be a standalone frame/view/doc and which is managed by parent Outlook application.

Whats in it for you? Lots! First - You have only one invoking method inside parent program. After the method was implemented, this DLL can be completely developed standalone (no need to recompile parent app). You can create hundreds of these dlls with frame windows inside and enjoy nice scalability of you parent app. Web applications with doc/view features. Etc. Etc. Etc.

1. I created a MFC single document application with app wizard.

2. Edit InitInstance() function add these lines:

//*********************************

if (!AfxOleInit())

{

AfxMessageBox("Failed to load OLE");

return FALSE;

}

CoInitialize(0);

//*********************************

3. Add ExitInstance() virtual function and insert there this line:

//****************

CoUninitialize();

//*****************

4. Refer to the code in the ATL project how to implement framework.

Downloads

After unzipping files run batch file to register gui. dll. If you compile this project registration should be done automatically.

Downloads

Download demo project - 92 Kb

 

 

Copyright ?1998-2022 UCanCode.Net Software , all rights reserved.
Other product and company names herein may be the trademarks of their respective owners.

Please direct your questions or comments to webmaster@ucancode.net