Visual Studio 2010 |
Post Reply |
Author | |
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Just use standad ActiveX way - put TaskDialog to form and call its members.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
Post Options
Thanks(0)
|
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |