Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [ComVisible(true)]
  2. public byte[] Close()
  3. {
  4. try
  5. {
  6. MessageBox.Show("called from activex Close");
  7. return Stop();
  8. }
  9. catch (Exception e)
  10. {
  11. //ExceptionHandling.AppException(e);
  12. throw e;
  13. }
  14. }
  15.  
  16. function CloseActiveX(){
  17. var myRslt = document.OurActiveX.Close();
  18. }
Add Comment
Please, Sign In to add comment