Click here to Skip to main content
15,880,503 members

Comments by Phrone (Top 3 by date)

Phrone 20-Jul-12 9:40am View    
You need to add System.IO namespace:
using System.IO;
Phrone 16-Jul-12 9:56am View    
Why would you like to do that?
The users screen might not support the resolution you want to change it to.

The user probably have a resolution that he likes and his hardware works best on, so why change it?
Phrone 16-Jul-12 5:28am View    
If I'm correct, log4net is used in Apache web server.

Is it in a web application or a Windows application that you want to store logs?