Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Longleon

  1. Longleon

    using DataGridView newbie question

    I've isolated the problem to the fact that I'm using a tabbed control. This DGV is on the second tab in my form. I've tried putting the exact same code on a new form the code behaves as expected. I've tried like 10 different events and can't seem to find the right one for hiding this column...
  2. Longleon

    using DataGridView newbie question

    One last question: The code I wrote is working fine but can anyone tell me why the column won't hide here? DealRolesTableAdapter.Fill(DealRolesTable); DealRolesBS.DataSource = DealRolesTable; this.DealAssignment.DataSource = DealRolesBS; this.DealAssignment.Columns[0].Visible = false;
  3. Longleon

    using DataGridView newbie question

    That did the trick. If I had it my way I wouldn't mess with any of the wizards in this IDE in the first place. My Thanks, Long
  4. Longleon

    using DataGridView newbie question

    I'm just beginning to learn this language. I'm reading books, internet articles and docs and attempting to do most of this on my own. I apologize if this is not the place to ask newbie questions. I'm writing an app using the VS beta and I open a form and pass an ID into the constructor from...

Part and Inventory Search

Back
Top