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
Vu Dung
NA
1
0
Can't write date to a file if I opened a video
Mar 16 2008 5:55 AM
Hi,
I have a problem of DirectX. I can not write data to a file if I opened a video.
StreamWriter sw = new StreamWriter ( "config1.cfg", false);
Sw.WriteLine (imageWidth);
Sw.Close ();
MessageBox.show ( "ABC");
I closed on video before, and I know that this section of code is executed (a messagebox displayed). But there is no file created. It works well if I did not have the video.
Can you help me?
Reply
Answers (
0
)
Draw lines in a circle - question for the real pro!
Pixels in Stretched Bitmaps appear Blurry