Auto Update on Control
-
Hi, I was wondering if it is possible to have a control that is automatically updated when the user changes a directory that that control represents. This is similar to a folder browser dialog but instead it's inside a form rather than a separate control. Thanks RockmanHero2003 My computer finally got faster...I threw it out the window and it went very fast.
-
Hi, I was wondering if it is possible to have a control that is automatically updated when the user changes a directory that that control represents. This is similar to a folder browser dialog but instead it's inside a form rather than a separate control. Thanks RockmanHero2003 My computer finally got faster...I threw it out the window and it went very fast.
Look at System.IO.FileSystemWatcher. This class exposes events that will let you know when certain file system changes have happened. This is exactly what Folder Browser Dialog uses (under the covers).
-
Hi, I was wondering if it is possible to have a control that is automatically updated when the user changes a directory that that control represents. This is similar to a folder browser dialog but instead it's inside a form rather than a separate control. Thanks RockmanHero2003 My computer finally got faster...I threw it out the window and it went very fast.
Hi RH2K3 This sounds interesting, but I think your spec needs a bit of work;) Can you expand on "a control that is automatically updated" and "inside a form rather than a separate control" ? Gary Perkin.