Making Sure AutoCad is on Top

Making Sure AutoCad is on Top

Anonymous
Not applicable
262 Views
2 Replies
Message 1 of 3

Making Sure AutoCad is on Top

Anonymous
Not applicable
I have any application written in VB that will access Autocad to perform
certain operation against drawings. What I need at times is to have the
user pick entities within the drawing, so I would like to bring the Autocad
window into focus. Whats the best way to switch the Autocad window to make
it at the top of the order?
0 Likes
263 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
On Mon, 10 Dec 2001 12:44:40 -0800, "MajicMrln"
wrote:

» I have any application written in VB that will access Autocad to perform
» certain operation against drawings. What I need at times is to have the
» user pick entities within the drawing, so I would like to bring the Autocad
» window into focus. Whats the best way to switch the Autocad window to make
» it at the top of the order?


Kinda depends on your definition of 'best'. Here's one way:

AppActivate appAcad.Caption


--
Paul Marshall
pmarshal@vulcraft-al.com
0 Likes
Message 3 of 3

Anonymous
Not applicable
Perfect...Too easy!

Its the easy ones that are the hardest

--
Veign
Designing Solutions
www.veign.com
"Paul Marshall" wrote in message
news:9n8a1usbtfr2uc780hp7q2u48hftf7iaih@4ax.com...
> On Mon, 10 Dec 2001 12:44:40 -0800, "MajicMrln"
> wrote:
>
> » I have any application written in VB that will access Autocad to perform
> » certain operation against drawings. What I need at times is to have the
> » user pick entities within the drawing, so I would like to bring the
Autocad
> » window into focus. Whats the best way to switch the Autocad window to
make
> » it at the top of the order?
>
>
> Kinda depends on your definition of 'best'. Here's one way:
>
> AppActivate appAcad.Caption
>
>
> --
> Paul Marshall
> pmarshal@vulcraft-al.com
0 Likes