Jump to content
Xtreme .Net Talk

gates150

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by gates150

  1. Try setting the Forms ControlBox Property to False. This way the form will not show an X close box, and can't be closed using CTRL-F4. Remove the e.Cancel = True from the closing sub.
  2. Hello, I was wondering if it's possible in VB.NET to have a ListView that allows a parent/child relationship like a treeview. I found this example, but it uses VB6 and I can't get it to work correctly in .NET. http://www.codeguru.com/vb/articles/1945.shtml Please let me know if there is an example out there I can use. Thanks!
×
×
  • Create New...