| | |
open folder
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2009
Posts: 68
Reputation:
Solved Threads: 0
•
•
•
•
You can use the OpenFileDialog or FolderBrowserDialog from the toolbox.
Ok in short this is what the program does
1. Ask the user to browse folder
2. Read all the files within the folder
3. check files for integrity
4. and then finishes
Now I want to do
5. Show the folder to the user in which the processing was done. i.e. open that folder in windows. thats it
I hope i'm clear now
thx
You make it perfectly clear!
OpenFileDialog has a property called InitialDirectory, feed it the folder the user was browsing, is this what you want?
Or do you want to take your app to the background, to manipulate XP? Vista? to open a FileDialog for the folder which your app was manipulating?
OpenFileDialog has a property called InitialDirectory, feed it the folder the user was browsing, is this what you want?
Or do you want to take your app to the background, to manipulate XP? Vista? to open a FileDialog for the folder which your app was manipulating?
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
•
•
Join Date: Jan 2009
Posts: 68
Reputation:
Solved Threads: 0
•
•
•
•
You make it perfectly clear!
OpenFileDialog has a property called InitialDirectory, feed it the folder the user was browsing, is this what you want?
Or do you want to take your app to the background, to manipulate XP? Vista? to open a FileDialog for the folder which your app was manipulating?
to take my app to the background, to manipulate XP? Vista? to open a FileDialog for the folder which your app was manipulating?
so the app can sshow the user which files in the folder were processed.
No, Danny they need to do that
System.Diagnostics.Process.Open("DirectoryPath"); C# Sample C# Syntax (Toggle Plain Text)
System.Diagnostics.Process.Open("C:\\Windows");
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
![]() |
Similar Threads
- open folder (Visual Basic 4 / 5 / 6)
- open a folder locked with 'folder lock' (Windows tips 'n' tweaks)
- Open folder by clicking a command button from VB GUI (Visual Basic 4 / 5 / 6)
- open a folder in graphical mode using c++ and linux os (C++)
- Changed default when double-click folder (Windows NT / 2000 / XP)
- open folder (VB.NET)
- Getting Firefox to Launch "Open Containing Folder" in Konqueror (*nix Software)
- Create a Keyboard Shortcut to Open a Folder (Windows tips 'n' tweaks)
Other Threads in the C# Forum
- Previous Thread: C# Command Prompt Reading
- Next Thread: xml.xslt
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# check checkbox client color combobox control conversion csharp custom data database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox serialization server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update upload usercontrol users validate validation visualstudio webbrowser windows winforms wpf xml






