.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Maksim Sestic
AcDbHostAp plicationP rogressMet er Class using .NET?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
64 Views, 2 Replies
08-12-2005 08:41 AM
Is there
title="AcDbHostApplicationProgressMeter Class">AcDbHostApplicationProgressMeter
Class exposed via managed ObjectARX? If not, what's the method
for displaying and working with ACAD's native progress bar (found inside
StatusBar) in ObjectARX 2005?
title="AcDbHostApplicationProgressMeter Class">AcDbHostApplicationProgressMeter
Class exposed via managed ObjectARX? If not, what's the method
for displaying and working with ACAD's native progress bar (found inside
StatusBar) in ObjectARX 2005?
Regards,
Maksim Sestic
*Albert Szilvasy
Re: AcDbHostAp plicationP rogressMet er Class using .NET?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-28-2005 05:25 PM in reply to:
*Maksim Sestic
This class isn't currently exposed via .NET
API. Unfortunately, you will need to use P/Invoke interop to call the C++
APIs directly.
API. Unfortunately, you will need to use P/Invoke interop to call the C++
APIs directly.
Albert
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Maksim Sestic" <
href="mailto:info@geoinova.com">info@geoinova.com> wrote in message
href="news:4927419@discussion.autodesk.com">news:4927419@discussion.autodesk.com...
Is there
title="AcDbHostApplicationProgressMeter Class">AcDbHostApplicationProgressMeter
Class exposed via managed ObjectARX? If not, what's the
method for displaying and working with ACAD's native progress bar (found
inside StatusBar) in ObjectARX 2005?
Regards,
Maksim
Sestic
*Maksim Sestic
Re: AcDbHostAp plicationP rogressMet er Class using .NET?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-02-2005 02:21 AM in reply to:
*Maksim Sestic
Hi Albert,
I'm new to .NET and still don't know how to use
P/Invoke interop to gain access to C++ object (class). I browsed the ADN
KnowledgeBase for examples and found one on P/Invoking an acad.exe function via
Declare Auto Function..., but I guess it's not enough for
AcDbHostApplicationProgressMeter class and it's functions.
P/Invoke interop to gain access to C++ object (class). I browsed the ADN
KnowledgeBase for examples and found one on P/Invoking an acad.exe function via
Declare Auto Function..., but I guess it's not enough for
AcDbHostApplicationProgressMeter class and it's functions.
How to fetch the object via P/Invoke and
derive a new one from it? Will I be able to get it's methods too in a way to
override them in a standard .NET fashion?
derive a new one from it? Will I be able to get it's methods too in a way to
override them in a standard .NET fashion?
Regards,
Maksim Sestic
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Albert Szilvasy" <
href="mailto:not_provided@autodesk.com">not_provided@autodesk.com>
wrote in message
href="news:4941198@discussion.autodesk.com">news:4941198@discussion.autodesk.com...
This class isn't currently exposed via .NET
API. Unfortunately, you will need to use P/Invoke interop to call the C++
APIs directly.
Albert
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Maksim Sestic" <
href="mailto:info@geoinova.com">info@geoinova.com> wrote in message
href="news:4927419@discussion.autodesk.com">news:4927419@discussion.autodesk.com...
Is there
title="AcDbHostApplicationProgressMeter Class">AcDbHostApplicationProgressMeter
Class exposed via managed ObjectARX? If not, what's the
method for displaying and working with ACAD's native progress bar (found
inside StatusBar) in ObjectARX 2005?
Regards,
Maksim
Sestic
