Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to access parent form's control. Pin
Christian Graus5-Jan-07 21:52
protectorChristian Graus5-Jan-07 21:52 
QuestionFileUpload Control Pin
Reji Gopalakrishnan5-Jan-07 18:47
Reji Gopalakrishnan5-Jan-07 18:47 
AnswerRe: FileUpload Control Pin
subai5-Jan-07 20:01
subai5-Jan-07 20:01 
GeneralRe: FileUpload Control Pin
Reji Gopalakrishnan5-Jan-07 20:10
Reji Gopalakrishnan5-Jan-07 20:10 
GeneralRe: FileUpload Control Pin
subai5-Jan-07 23:20
subai5-Jan-07 23:20 
AnswerRe: FileUpload Control Pin
Vasudevan Deepak Kumar5-Jan-07 22:10
Vasudevan Deepak Kumar5-Jan-07 22:10 
QuestionHow can I Change color depth/Quality? Pin
oren20105-Jan-07 17:28
oren20105-Jan-07 17:28 
AnswerRe: How can I Change color depth/Quality? Pin
Luc Pattyn5-Jan-07 17:34
sitebuilderLuc Pattyn5-Jan-07 17:34 
I know of no way to do it in managed code.

I once did resolution changes with C# code by calling good old Win32 functions
(such as EnumDisplaySettings and ChangeDisplaySettings from user32.dll).
This requires the use of PInvoke and is not that simple...

Also it is considered bad practice for one application to change system settings
that affect all current and future applications.

Are you sure you want this ?

In the special case where one application is monopolizing the screen (e.g.
a full screen game), there are ways to do it using DirectX (for which a managed SDK
exists); I never did this tho.

Smile | :)


Luc Pattyn

QuestionC++ to C# stupid question??? Pin
Pet Lizard5-Jan-07 17:20
Pet Lizard5-Jan-07 17:20 
AnswerRe: C++ to C# stupid question??? Pin
Luc Pattyn5-Jan-07 17:24
sitebuilderLuc Pattyn5-Jan-07 17:24 
GeneralRe: C++ to C# stupid question??? Pin
Pet Lizard6-Jan-07 0:17
Pet Lizard6-Jan-07 0:17 
GeneralRe: C++ to C# stupid question??? Pin
Luc Pattyn6-Jan-07 4:09
sitebuilderLuc Pattyn6-Jan-07 4:09 
GeneralRe: C++ to C# stupid question??? Pin
Pet Lizard6-Jan-07 5:20
Pet Lizard6-Jan-07 5:20 
GeneralRe: C++ to C# stupid question??? Pin
Luc Pattyn6-Jan-07 7:00
sitebuilderLuc Pattyn6-Jan-07 7:00 
AnswerRe: C++ to C# stupid question??? Pin
Steve Hansen5-Jan-07 22:36
Steve Hansen5-Jan-07 22:36 
GeneralRe: C++ to C# stupid question??? Pin
Pet Lizard6-Jan-07 0:17
Pet Lizard6-Jan-07 0:17 
QuestionColumn Resize not executed if Control not visible? Pin
JoeRip5-Jan-07 15:12
JoeRip5-Jan-07 15:12 
QuestionHow to get a bitmap image from part of a larger bitmap? Pin
Subterranean5-Jan-07 13:29
Subterranean5-Jan-07 13:29 
AnswerRe: How to get a bitmap image from part of a larger bitmap? [modified] Pin
hpjchobbes5-Jan-07 15:31
hpjchobbes5-Jan-07 15:31 
AnswerRe: How to get a bitmap image from part of a larger bitmap? Pin
Luc Pattyn5-Jan-07 17:21
sitebuilderLuc Pattyn5-Jan-07 17:21 
Questionhow to check your sql for ANSI complaint Pin
WayneGretzky5-Jan-07 9:41
WayneGretzky5-Jan-07 9:41 
AnswerRe: how to check your sql for ANSI complaint Pin
Christian Graus5-Jan-07 9:48
protectorChristian Graus5-Jan-07 9:48 
Questionc++ from c# Pin
picazo5-Jan-07 8:42
picazo5-Jan-07 8:42 
AnswerRe: c++ from c# Pin
Luc Pattyn5-Jan-07 8:50
sitebuilderLuc Pattyn5-Jan-07 8:50 
GeneralRe: c++ from c# Pin
picazo5-Jan-07 9:08
picazo5-Jan-07 9:08 

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.