Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vs2008 TwitterVb
#1
Hi, I have looked at your video and i encounter some problem.

Code:
If TextBox1.Text = "" Then
            MsgBox("You must insert a code!")
        Else
            'Proceed

            Dim isvalid As Boolean = tw.ValidatePIN(TextBox1.Text)
            If isvalid = True Then
                Dim oauthToken As String = tw.OAuth_Token()
                Dim oauthtokensecret As String = tw.OAuth_TokenSecret()
            Else
                MsgBox("Wrong code!")
            End If
        End If

IT always return me false when button is clicked. Need help urgently


Messages In This Thread
Vs2008 TwitterVb - by histromon - 08-05-2011, 11:54 AM
Re: Vs2008 TwitterVb - by histromon - 08-05-2011, 01:24 PM
Re: Vs2008 TwitterVb - by histromon - 08-05-2011, 01:25 PM
Re: Vs2008 TwitterVb - by histromon - 08-05-2011, 10:40 PM
Re: Vs2008 TwitterVb - by histromon - 08-07-2011, 03:51 AM
Re: Vs2008 TwitterVb - by histromon - 08-07-2011, 04:35 AM
Re: Vs2008 TwitterVb - by histromon - 08-07-2011, 04:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  VS2008 or VS2010? Sohail 3 12,719 09-09-2012, 10:41 AM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)