.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding new tab

5 REPLIES 5
Reply
Message 1 of 6
vedamurthy.gurumurthy
650 Views, 5 Replies

Adding new tab

I know how to add new tab for Options/Drafting Settings/Customize command in AutoCAD.

Can any one please let me know how to add new Tab control to any other command which are tab extensible.?

I am using C#.
5 REPLIES 5
Message 2 of 6
Anonymous
in reply to: vedamurthy.gurumurthy

The dialogs you can add tabs to have corresponding events on the Application
object (with names like 'DisplayingXxxxxDialog"). The way you add tabs is
pretty much the same as how you add tabs to the Options dialog.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD
Supporting AutoCAD 2000 through 2010

http://www.acadxtabs.com

Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");

wrote in message
news:6270030@discussion.autodesk.com...
I know how to add new tab for Options/Drafting Settings/Customize command in
AutoCAD.

Can any one please let me know how to add new Tab control to any other
command which are tab extensible.?

I am using C#.
Message 3 of 6

Thanks for the reply.

I was not able to see any other events apart from for these 3 dialog!!!

Actually I am trying to add Tab for Vports command and AECPROJECTSTANDARDS command of AutoCAD Architecture.
I have read in API documentation, you can add tab to any tab extensible dialog. But there is no list of dialog which can be extended or unless there is an event to do so.

Can you please guide me further on how to add Tabs for above 2 dialogs.
Message 4 of 6
Anonymous
in reply to: vedamurthy.gurumurthy

That's because they are the only dialogs you can add tabs to.

I can't tell you much about the AECPROJECTSTANDARDS dialog, but if the
dialog is not a managed component and there's no API that is for extending
it, there's not much chance you can do it, other than by resorting to
raw/native WinAPI hooks and calls.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD
Supporting AutoCAD 2000 through 2010

http://www.acadxtabs.com

Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");

wrote in message
news:6270261@discussion.autodesk.com...
Thanks for the reply.

I was not able to see any other events apart from for these 3 dialog!!!

Actually I am trying to add Tab for Vports command and
AECPROJECTSTANDARDS command of AutoCAD Architecture.
I have read in API documentation, you can add tab to any tab extensible
dialog. But there is no list of dialog which can be extended or unless there
is an event to do so.

Can you please guide me further on how to add Tabs for above 2 dialogs.
Message 5 of 6

Thank you very much.
I understand only 3 dialogs can be extended.

Any chances achieving it through ObjectArx?

Is ObjectArx is more powerful API as compared ti .NET API?
(That is you can achieve something which can’t be done in .NET)
I guess it mayn't be as .NET classes are wrapper classes of ObjectArx. Edited by: vedamurthy.t.g@tantrainfosolutions.com on Oct 14, 2009 9:45 AM
Message 6 of 6
Anonymous
in reply to: vedamurthy.gurumurthy

I already told you the answer to your question.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD
Supporting AutoCAD 2000 through 2010

http://www.acadxtabs.com

Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");

wrote in message
news:6270998@discussion.autodesk.com...
Thank you very much.
I understand only 3 dialogs can be extended.

Any chances achieving it through ObjectArx?

Is ObjectArx is more powerful API as compared ti .NET API?
(That is you can achieve something which can't be done in .NET)
I guess it mayn't be as .NET classes are wrapper classes of ObjectArx.

Edited by: vedamurthy.t.g@tantrainfosolutions.com on Oct 14, 2009 9:45 AM

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost