Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/29/2025 in Posts

  1. Nice. I use these for clipboard, always good to see other ways of doing things. You need both lines for each ;;Copy text to clipboard ;;(vlax-invoke (vlax-get (vlax-get (vlax-create-object "htmlfile") 'ParentWindow) 'ClipBoardData) 'setData "TEXT" --MYTEXTSTRING-- ) ;;(vlax-release-object html) ;;and release the object ;;Get text from clipboard ;;(vlax-invoke (vlax-get (vlax-get (vlax-create-object "htmlfile") 'ParentWindow) 'ClipBoardData) 'getData "TEXT" ) ;;(vlax-release-object html) ;;and release the object
    1 point
×
×
  • Create New...