Print Page | Close Window

Visual Studio 2010

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=15614
Printed Date: 28 September 2024 at 7:17am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Visual Studio 2010
Posted By: gaudetm
Subject: Visual Studio 2010
Date Posted: 13 November 2009 at 9:31am
Did u try your activex controls in Visual Studio 2010 Beta yet?
 
i did and some features like the taskdialogctl1.createcontrol() that worked in vs2008 dont exist anymore in vs2010
 
 
can you give it a try and fix problems that may appear before retail version come out in january
 
Thanks



Replies:
Posted By: Oleg
Date Posted: 16 November 2009 at 5:38am
Hi,
 
Just use standad ActiveX way - put TaskDialog to form and call its members.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: gaudetm
Date Posted: 16 November 2009 at 10:23am
yes but the way i used the control was to create it in code so i dont need a form to be hide to make sure the control is present since i could create it and delete it in a custom msgbox function of my own now i have to make sure the control would be present from the start to end of program or have many taskdialog controls in the project that i think is a bad way to take ressources for nothing would be great if it could work as in 2008 and be able to use the createcontrol function or something like that.
 
Thanks
 
Marc


Posted By: Oleg
Date Posted: 18 November 2009 at 7:05am
Hi,
 
Actually it works for me:
 

private void button1_Click(object sender, EventArgs e)

{

AxXtremeSuiteControls.AxTaskDialog td = new AxXtremeSuiteControls.AxTaskDialog();

td.CreateControl();

td.ShowDialog();

}

My Beta is:
 
Microsoft Visual Studio 2010
Version 10.0.20826.1 B2Rel
Microsoft .NET Framework
Version 4.0
Installed Version: Enterprise
Microsoft Visual Basic 2010   01019-315-4422943-70737
Microsoft Visual Basic 2010
Microsoft Visual C# 2010   01019-315-4422943-70737
Microsoft Visual C# 2010
Microsoft Visual C++ 2010   01019-315-4422943-70737
Microsoft Visual C++ 2010
Microsoft Visual Studio Team System 2010 Development Beta 1   01019-315-4422943-70737
Microsoft Visual Studio Team System 2010 Development Beta 1
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V.  All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company.  Electronic version licensed from Lernout & Hauspie Speech Products N.V.  All rights reserved.

Microsoft Visual Studio Team System 2010 Team Explorer   01019-315-4422943-70737
Microsoft Visual Studio Team System 2010 Team Explorer
Version 10.0.20826.1
Microsoft Visual Studio Team System 2010 Test Edition   01019-315-4422943-70737
Microsoft Visual Studio Team System 2010 Test Edition
Visual Studio Team Architecture 2010 Beta 2   01019-315-4422943-70737
Visual Studio Team Architecture 2010 Beta 2
   


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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