Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: proxi authentification Pin
Camilo Sanchez28-Dec-05 13:14
Camilo Sanchez28-Dec-05 13:14 
QuestionReading from Network & Writing Contents to a Local File Pin
farhan197615-Dec-05 4:24
farhan197615-Dec-05 4:24 
QuestionDataView not returning the correct rows Pin
gashach15-Dec-05 3:51
gashach15-Dec-05 3:51 
QuestionFile.Create method isn't releasing the file Pin
kornstyle15-Dec-05 3:26
kornstyle15-Dec-05 3:26 
AnswerRe: File.Create method isn't releasing the file Pin
Ingo15-Dec-05 3:49
Ingo15-Dec-05 3:49 
AnswerRe: File.Create method isn't releasing the file Pin
Polis Pilavas15-Dec-05 3:51
Polis Pilavas15-Dec-05 3:51 
QuestionChanging Screen Resolution through C# Pin
thepolishguy15-Dec-05 3:19
thepolishguy15-Dec-05 3:19 
AnswerRe: Changing Screen Resolution through C# Pin
Andy Moore15-Dec-05 3:35
Andy Moore15-Dec-05 3:35 
You can do this by using P/Invoke to access the Win32 API from your C# code. Have a look at the ChangeDisplaySettings function and the DEVMODE structure. You will need to create the DEVMODE structure in your code and use DllImport to call ChangeDisplaySettings. The following link documents the DEVMODE structure.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/prntspol_8nle.asp[^]

I hope this helps.

Human beings were not meant to sit in little cubicles staring at computer screens all day, filling out useless forms and listening to eight different bosses drone on about about mission statements. -- Peter Gibbons
AnswerRe: Changing Screen Resolution through C# Pin
Dave Kreskowiak15-Dec-05 6:18
mveDave Kreskowiak15-Dec-05 6:18 
GeneralRe: Changing Screen Resolution through C# Pin
Dan Neely16-Dec-05 3:16
Dan Neely16-Dec-05 3:16 
Questionfaxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 3:00
cobra200515-Dec-05 3:00 
AnswerRe: faxing from C# via Send Fax Wizard Pin
albCode15-Dec-05 6:13
albCode15-Dec-05 6:13 
GeneralRe: faxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 6:31
cobra200515-Dec-05 6:31 
GeneralRe: faxing from C# via Send Fax Wizard Pin
albCode15-Dec-05 6:43
albCode15-Dec-05 6:43 
GeneralRe: faxing from C# via Send Fax Wizard Pin
cobra200515-Dec-05 8:02
cobra200515-Dec-05 8:02 
QuestionChanging all cursor types on a form Pin
fracalifa15-Dec-05 2:51
fracalifa15-Dec-05 2:51 
AnswerRe: Changing all cursor types on a form Pin
Polis Pilavas15-Dec-05 3:41
Polis Pilavas15-Dec-05 3:41 
GeneralRe: Changing all cursor types on a form Pin
fracalifa15-Dec-05 5:50
fracalifa15-Dec-05 5:50 
QuestionExtend NumericUpDown Pin
yala15-Dec-05 1:43
yala15-Dec-05 1:43 
QuestionDatabase migration tool Pin
AnonymousTwo15-Dec-05 1:34
AnonymousTwo15-Dec-05 1:34 
QuestionPreprocessKEy message DATAGRID column Pin
Greeky15-Dec-05 0:40
Greeky15-Dec-05 0:40 
QuestionExcel in C# Pin
Mahi.Ragava15-Dec-05 0:27
Mahi.Ragava15-Dec-05 0:27 
Questionevent handling Pin
Ankit Aneja14-Dec-05 23:34
Ankit Aneja14-Dec-05 23:34 
QuestionObject pooling in C# Pin
rana7414-Dec-05 23:07
rana7414-Dec-05 23:07 
AnswerRe: Object pooling in C# Pin
S. Senthil Kumar15-Dec-05 4:50
S. Senthil Kumar15-Dec-05 4:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.