Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Visual Studio 2010
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Visual Studio 2010

 Post Reply Post Reply
Author
Message
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote gaudetm Quote  Post ReplyReply Direct Link To This Post Topic: Visual Studio 2010
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote gaudetm Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.