Jump to content

jonbell

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jonbell

  1. thank you for your help, i wish to use this udf to send visca control commands to a sony pan/tilt/zoom camera. (http://networkvideocentre.com/downloads/others/CLEVID30E.pdf) the visca command is in hex; (eg. 8101044700010F0FFF) what is the best way to send this through the port to the camera using this udf?; convert it to a series of bytes and send them one at a time? is this correct? it is not clear to me exactly when, or how often i have to open and close the port for communication; should i do this once in my program, or for each control message, or for every byte? which is the proper way to use this udf? jonbell
  2. Hi, this is a first post... I designined a little app using power pro And I am trying to use autoit to develop a downloadable .exe of the same functionality. But Autoit does things in a different style, for example getting you to put everything on a gui.... How can I get my own "Context" Menu to appear at the cursor when I hold the right mouse button down, system wide? button down menu appears at cursor possition make selection menu goes away ..no OK button, no clunky border, no title, no minimize...... can I use Autoit for this?
×
×
  • Create New...