Search results for query: *

  • Users: mattcya
  • Content: Threads
  • Order by date
  1. M

    MySQL & VB.NET Newbie :)

    Hi Guys, I have sucessfully linked VS.NET to MySql using the MySQL ODBC driver, but what i am having trouble with is actually displaying the table information in a textbox. Any help to kick start me will be great. Cheers Mattcya
  2. M

    Show Information in a label

    Hi Guys, Just want to know how to display a spreadsheet column from excel into a label field. Here is my code i am new to vb.net so be nice ;) 'Displays Spreadsheet information in label fields Dim Xl = CreateObject("Excel.Application") Dim XLB As Object Dim XlS As Excel.Worksheet XLB =...
  3. M

    Viewing Spreadsheet data in VB.net form label

    Hi Guys, Just wondering how to view information of an excel spreadsheet. What i want to be able to do is have a label show the information from each column e.g: Label1 = Firstname, Label2 = Lastname and so on Hopefully you can help Cheers, Mattcya
  4. M

    Collections

    Hi I am trying to addd five employee objects to a myEmployee collection that are listed in the Employee object table but i am having trouble on how i would do this. I am having trouble telling vb.net to reference to the employee object Hope i can get help Thanks guys & Gals Here is my...
  5. M

    Does this code look Cool

    Hi Guys, Does this code look cool, because i am getting frustrated with Visual studio 2002 architect edition telling me it hates it. Just wanted to double check. Cheers Mattcya PrivateSub mnuQuit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuQuit.Click If...
  6. M

    Newbie studying MCSD.NET

    Hi All, I am new and studying my MCSD.NET i am currently trying to create a constructor in a class that inherits from the base class, that refers to a constructor in the base class I know that you use the mybase keyword to create the constructor but i am getting stuck with the code...
Back
Top