Search results for query: *

  1. G

    Bug? Databinding Visibility Property of a Textbox Issue

    jmcilhinney thank you for the reply. I was just more curious than anything, but I think your right this is probably near the bottom of the priority list.
  2. G

    Saving and creating various data

    I made a couple modifications so you can see what I am talking about.
  3. G

    Saving and creating various data

    Unless you need the listbox for some other reason I would suggest using a datagridview instead. This is will allow you to bind it to a table by setting the datasourceproperty. If you need the listbox you will need to loop through the table and add the items in code i.e. ListBox1.Items.Add I...
  4. G

    Saving and creating various data

    I am assuming you are using some sort of database??? I would watch this video to get a better understanding of how to connect a form to a data source. Visual Basic How Do I Forms Over Data 15 Here is a link to some more videos that will also help. Visual Basic How Do I Video Series
  5. G

    Bug? Databinding Visibility Property of a Textbox Issue

    I seem to be having a problem binding the visibility property of a textbox to a database value using the advanced binding property. I found this article (BUG: Inconsistent behavior when you bind the Visible property of a Windows Form control to a Boolean field) stating there is a bug in some...
Back
Top