Search results for query: *

  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

    Thanks, once again! I can't keep all these forums straight either.
  4. G

    Resolved Select TreeView Node by ListView Selected Item

    The only choices I see in the Thread Tools menu are: Show Printable Version Email This Page Unsubscribe from this Thread
  5. G

    Resolved Select TreeView Node by ListView Selected Item

    Okay, I give up, how do I mark this thread as "answered" or "resolved"?
  6. G

    Resolved Select TreeView Node by ListView Selected Item

    Perfect, thank you!!!
  7. 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...
  8. G

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

    Ok, I wasn't able to do it successfully before I posted (because I was selecting the individual controls, rather than the Group Boxes), but I've now mastered the "Move to Front" and "Send to Back" commands. Thanks to anyone who took the time to look!
  9. 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