How to pass ads_name for current running Select Entity button process

How to pass ads_name for current running Select Entity button process

Anonymous
Not applicable
841 Views
3 Replies
Message 1 of 4

How to pass ads_name for current running Select Entity button process

Anonymous
Not applicable

Hai Friend,

 

          I want to pass ads_name on when select entity process.

          I want to handle some entity selection button process using hook method. I using Sendmessage function to handle select entity button.

          I was clicked that button on using sendMessage function and start selection process running,but I need to skip select entity on manually select entity on AutoCAD. Because I already collect needed entity and convert into ads_name.

          I try to using acedcommand and SendStringtoExecute function for pass ads_name to current running selection process.

          but i unable to do this.

          So I need any option or function to solve the problem.

          I need help from others to solve this problem.

 

With Regards,

  Vicky.

0 Likes
842 Views
3 Replies
Replies (3)
Message 2 of 4

Ed__Jobe
Mentor
Mentor

This forum is for VBA. You need to post in the .NET forum. I've asked a moderator to move this for you.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 4

ActivistInvestor
Mentor
Mentor

@Ed__Jobe wrote:

This forum is for VBA. You need to post in the .NET forum. I've asked a moderator to move this for you.


This doesn't belong in the .NET forum because it is about the use of the native ObjectARX API, not the .NET. API.  The post belongs in the ObjectARX forum.

0 Likes
Message 4 of 4

Anonymous
Not applicable

Hai Friends,

 

       I need to pass collected entity on selection process with using VC++ and ObjectARX.

       I am try to pass point, ads_name, handle for using select entity, but it not work correctly.

   

        SendMessage(hWnd,BM_CLICK, 0, 0);                    // click select entity button

   After click select entity button select entity process ready to select entity from dwg at the time i using acedcommand and SendStringtoExecute function to pass collected entity on select entity button process.

 

       If you have any other idea or method to solve this problem replay your suggestion.

       I am waiting for quick replay.

With Regards,

   Vicky

0 Likes