Search results for query: *

  • Users: hp76
  • Order by date
  1. H

    creating a dataset

    Hi, How do I go about creating a dataset to update a database. I started off with this: Private dsDataContacts As New DataSet Dim dtDataContacts As DataTable = New DataTable("Contacts") dsDataContacts.Tables.Add(dtDataContacts) 'Build the Contacts table. With dtDataContacts.Columns...
  2. H

    Popup menu

    How do I create a Popup menu from a vb.net button control. E.g. If a user clicked on the 'New' button a menu would popup giving two options - 'Clear Window' and 'New Contact'. Thanks
Back
Top