1
vote
2answers
152 views
VB6 code: works with simulator, doesn’t work with real one…
Hi everyone,
I have a problem with this simple code I grabbed from the internet (it's just a small extract):
Dim chsr As Object
Dim id As String
Dim m_scope As Telescope
On Error …
1
vote
3answers
107 views
camera simulator: how to use??
I'd like to connect to the camera simulatro in vb6.
I wrote simply this:
Dim Cameram As New Camera
Private Sub Command1_Click()
Text1.Text = Cameram.Connected
End Sub
and obvi …
