Home > Software engineering >  Ezvidcap. The problem of ocx calls
Ezvidcap. The problem of ocx calls

Time:10-02

Two child form called a camera, how to let a child form loses focus when the form release calls to camera, another child form for preview,



Two child form together with the effect of open,

Every time can only be shut down one of the child form another child form to preview,

CodePudding user response:

In the event of an Form_LostFocus release a try

CodePudding user response:

Haven't work release
 Private Sub Form_LostFocus () 
EzVidCap1. Preview=False
EzVidCap1. Visible=False
End Sub

CodePudding user response:

Private Sub Form_LostFocus ()
EzVidCap1. Preview=False
EzVidCap1. Visible=False
End Sub

This is the release? Should be used, such as the close?

CodePudding user response:

You see if there are any similar ezVidCap1. Close
Really not line, set ezVidCap1=nothing can also like
When need to set ezVidCap1=new...
  • Related