| | |
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 asp barchart bitmap box broadcast buttons c# calculator check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development display draganddrop drawing encryption enum event excel file form format formbox forms formupdate function gdi+ httpwebrequest image index input install java label linux list listbox mandelbrot math mouseclick mysql networking operator packaging parse path photoshop picturebox pixelinversion post programming radians regex remote remoting reporting richtextbox serialization server sleep socket sql statistics stream string table text textbox thread time timer transform treeview update usercontrol validation visualstudio webbrowser wfa windows winforms wpf xml






