TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Babu Rajan
NA
13
991
open directory full screen
Jun 27 2014 1:23 AM
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);
}
}
Reply
Answers (
0
)
All the day without saving another column...
How to creae web applivcation to send bulk sms?