Print Page | Close Window

Getting Started - noob

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=23540
Printed Date: 18 April 2024 at 1:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Getting Started - noob
Posted By: troposphere
Subject: Getting Started - noob
Date Posted: 14 January 2018 at 3:53pm
Working with Toolkit Pro for MFC. My order is number 101325.

With regular MFC, I'm used to putting controls onto a dialog box, and then adding a variable of the type that wraps the control from the MFC library.

How does this change when I'm using the Toolkit Pro?

Since the Toolkit Pro controls do not show up in the Visual Studio toolbox, how would I add a control from the CodeJock library to my dialog?

Must I create and configure the CodeJock controls all in code? Do they not work with the dialog designer?

I'm confused. Please explain how to get started using the Toolkit Pro library.

Thanks,
Rich



Replies:
Posted By: markr
Date Posted: 15 January 2018 at 3:21pm
The best way to get started using XTP is by working through the samples that are most similar to your particular application structure.


Posted By: troposphere
Date Posted: 15 January 2018 at 6:13pm
Thank you for you response.

However I was hoping I could get answers to my most important questions:

Since the Toolkit Pro controls do not show up in the Visual Studio toolbox, how would I add a control from the CodeJock library to my dialog?

Must I create and configure the CodeJock controls all in code? Do they not work with the dialog designer?


Posted By: cluster
Date Posted: 16 January 2018 at 4:46am
here the keywords are
subclassing
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773183(v=vs.85).aspx

DDX_ mechanism
https://stackoverflow.com/questions/2250970/whats-the-correct-way-to-create-a-subclass-of-a-mfc-control

For example, if you create a button with the dialog designer and you add a member control variable CButton m_myButton (which is subclassing with the DDX_ mechanism) than you just change CButton to CXTPButton


-------------
Windows 7
Visual Studio 2013
CodeJock 18.6


Posted By: troposphere
Date Posted: 16 January 2018 at 5:54am
Thank you, that's good information. I will study those links.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net