Search results

  1. C

    Send A Double Click using code

    Thanks for the reply. This did not quite work but it triggered the answer and is greatly appreciated. This in a bound object control. I ended up changing the code and moving it into the double click property. Below is an overall explanition of my situation if you are interested. I have...
  2. C

    Send A Double Click using code

    Is there any way to execute a dblclick by using code. In the following code I allow the used to choose to instert an object if they respond yes but want to trigger a dblclick even if they do not. Dim Msg, Style, Title, Help, Ctxt, Response, MyString Msg = "Do you want to Insert an Object ?"...
Back
Top Bottom