vb.net & delegates

  1. A

    Question yet another null refrenced exception!

    I know its been asked numerous of times about threading and null.reference.exception and what not and i have read every each of solutions provided, but i still couldn't figuring it out some of those nasty exceptions. i just started coding in .net and i have no clue whats wrong with my code. as...
  2. S

    Question connect Database on the solution explorer

    Hi Guys, I am new in VB.net & need your experience & help. I am using Following Codes to connect my project to Access Database:- Public Class Login Dim con As New OleDb.OleDbConnection Dim ds As New DataSet Dim da As OleDb.OleDbDataAdapter Dim sql As String Private...
  3. D

    Question Delegates

    Hi, I have search the forum on delgate posts to get an answer to a confusing problem, but so far i was not able to find it, maybe someone else can help me out. So far i understand the point and usage of delegates in VB.NET and my delegates work fine as long as I declare my delegates as "public"...
Back
Top