0
Try
For Each Camera As WebCameraId In frmMain.wcc.GetVideoCaptureDevices
If cbCamera.SelectedItem = Camera.GetHashCode Then
txtCamName.Text = Camera.Name
End If
Next
Catch ex As Exception
MsgBox(ex.Message)
End Try
どのように値をwebcameraIdに返すことができますか?戻り値WebCameraIdとして戻る
返す変数は? [ツアー]をして[尋ねる] – Mederic