Results 1 to 3 of 3

Thread: PostCommand

  1. #1
    Member
    Join Date
    2012-06
    Posts
    27
    Login to Give a bone
    0

    Default PostCommand

    Hi !

    How do I use "PostCommand" ?
    I'd like pass a parameter from textfield to Autocad prompt and execute on screen.
    Is it possible ? I'm using vb6.

    Thanks for any help!

  2. #2
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: PostCommand

    Your post is a bit confusing to me (I'm not a VBA guy)... Are you trying to simply send a String to the Command Line (using ThisDrawing.Utility... ), or actually trying to invoke a Command?

    Unless you need to run synchronously, consider ThisDrawing.SendCommand() instead.

    HTH

  3. #3
    Member
    Join Date
    2012-06
    Posts
    27
    Login to Give a bone
    0

    Default Re: PostCommand

    Ok RenderMan !
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •