If you've asked a question, please remember to mark the best answer as 'accepted' by clicking the check mark next to your preferred answer. It looks like the checkmark to the left, and is right under the vote section. You'll gain some reputation and it helps us surface the best content.

Tagged Questions

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 …