Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
open directory full screen
Babu Rajan
10y
635
1
Reply
I have this code to open direcrory in Explorer, how can i get to open not in full screen? just as a window but not full screen.
public
void
pdf(
string
yourDirectory)
{
if
(!
Directory
.Exists(yourDirectory))
{
System.Diagnostics.
Process
.Start(yourDirectory);
}
else
{
Directory
.CreateDirectory(yourDirectory);
System.Diagnostics.
Process
.Start(yourDirectory);
}
}
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
How to send marks from student marks entry view to controlle
How to creae web applivcation to send bulk sms?