Search results for query: *

  • Users: gyclone
  • Content: Threads
  • Order by date
  1. G

    Question check access privileges on file or folder

    Greetings, I have a File Explorer form with the typical TreeView and ListView setup. It works great on my test machine, but on my client's network I keep running into problems when the program hits a file or folder that it doesn't have access permissions for. As the program cycles through...
  2. G

    Question How to add network/external drives/shares to treeview

    Greetings, I have an Explorer style form with a treeview and listview. Everything works exactly how I want it to on local drives, but if I am attached to network drives or have an external drive attached I get the following error: "Specified argument was out of the range of valid values...
  3. G

    Resolved Select TreeView Node by ListView Selected Item

    Greetings, I have been playing with, and researching, this all day and can't figure it out. I have a Windows Explorer style form with a TreeView and a ListView. I've populated the TreeView with directories and when a node is selected, the ListView fills with the contents of the directory...
  4. G

    Question How to select a control that is below another control in stack

    Greetings, I have recently taken over a Windows Forms project from another developer. My experience lies more with vb for asp so I'm pretty new to the Windows Forms Development Environment. There is a tab in a tab control that has about a dozen Group Boxes full of controls. At run time...
Back
Top