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
maayah2000
NA
11
0
convert from C# to Asp.Net
May 3 2005 11:37 AM
System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.EnableRaisingEvents=false; proc.StartInfo.FileName=@"C:\project1.exe"; //proc.StartInfo.Arguments=files[0].FullName;; proc.Start(); ***These commands in C# I used it to Open a Folder I can't change it to Asp.Net Command Can any body change it? Thanks alot
Reply
Answers (
0
)
marshalAsAttributes UnmanagedType.ByValArray ?
Uploading file using SOAP