Vb.net Importing .dll


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Imports TwitterVB2
  2. Public Class Form1
  3. Public twitter As New TwitterVB2.TwitterAPI
  4. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  5. twitter.Update(":D")
  6. End Sub
  7. End Class

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.