Hi all, I tried to search the post and found that this method is working for everybody but not for me. Here is my code sample: If Not rapi.Connected Then Try rapi.Connect(False, 30) lblStatus.Text = "Connect" btnConnect.Text = "Disconnect" Return True Catch ex As Exception rapi.Disconnect...