Jump to content
Xtreme .Net Talk

Ice725

Avatar/Signature
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Ice725

  1. Is there an easy way to add a TextChanged Event for all the first dimension in the array? For instance, I'd like to update lblSeries[0] by adding the following at runtime: txtGames[0,0] txtGames[0,1] txtGames[0,2] same with lblSeries[1], would be updated when any of the following text values are changed: txtGames[1,0] txtGames[1,1] txtGames[1,2] Any ideas?
  2. Works great. Thanks
  3. Can't seem to get this to work: TextBox[][] txtGames = new TextBox[3][5]; Is it possible to do multidimensional arrays with TextBoxes?
  4. Resolved... Count method... :o
  5. I know there has to be a quick and easy way to check and see if a TreeNode has children??? If user right-clicks a TreeNode and chooses 'Delete', I would like to check and make sure that Node does NOT have any children nodes, if so prompt the user. So does anyone know how to check a TreeNode for child nodes?
  6. I have created a few windows forms. I now wish to add each form to a tab on a TabControl. Is there some way to add/bind an existing form to a tab?
×
×
  • Create New...