Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: send maile in c# Pin
Luis Alonso Ramos2-Dec-04 17:12
Luis Alonso Ramos2-Dec-04 17:12 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 8:55
protectorHeath Stewart3-Dec-04 8:55 
GeneralRe: send maile in c# Pin
Luis Alonso Ramos3-Dec-04 12:35
Luis Alonso Ramos3-Dec-04 12:35 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 21:49
protectorHeath Stewart3-Dec-04 21:49 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 9:09
protectorHeath Stewart3-Dec-04 9:09 
GeneralUnicode text entry for RichTextBox differs from other edit tools....Why Pin
Jay Shankar2-Dec-04 15:22
Jay Shankar2-Dec-04 15:22 
GeneralChanging screen resolution Pin
Anonymous2-Dec-04 13:41
Anonymous2-Dec-04 13:41 
GeneralRe: Changing screen resolution Pin
Dave Kreskowiak2-Dec-04 16:14
mveDave Kreskowiak2-Dec-04 16:14 
The trick is to NOT do it. There is no way to change the screen resolution without affecting the desktop, unless you want to write all your window code using DirectX (Don't even think about it!)

You shouldn't be changing the display resolution anyway. Changing system-wide settings is extremely poor practice, considering your sharing the system with other applications. What you do in your application may affect the operation of other apps. Besides, when your app crashes (don't tell me it won't!), how is it going to set the resolution back to what it was?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Changing screen resolution Pin
Alex Korchemniy2-Dec-04 16:28
Alex Korchemniy2-Dec-04 16:28 
GeneralRe: Changing screen resolution Pin
Anonymous3-Dec-04 3:08
Anonymous3-Dec-04 3:08 
GeneralRe: Changing screen resolution Pin
Alex Korchemniy3-Dec-04 3:21
Alex Korchemniy3-Dec-04 3:21 
GeneralAutomation server in C# Pin
Member 871962-Dec-04 10:22
Member 871962-Dec-04 10:22 
GeneralRe: Automation server in C# Pin
Heath Stewart2-Dec-04 11:22
protectorHeath Stewart2-Dec-04 11:22 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 5:00
Member 871963-Dec-04 5:00 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 7:11
protectorHeath Stewart3-Dec-04 7:11 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 8:12
Member 871963-Dec-04 8:12 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 8:44
protectorHeath Stewart3-Dec-04 8:44 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 3:14
Member 8719615-Dec-04 3:14 
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 5:25
protectorHeath Stewart15-Dec-04 5:25 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:26
Member 8719615-Dec-04 6:26 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:22
Member 8719615-Dec-04 6:22 
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 6:50
protectorHeath Stewart15-Dec-04 6:50 
GeneralInstalling .NET Framework Pin
Ami Bar2-Dec-04 9:26
Ami Bar2-Dec-04 9:26 
GeneralRe: Installing .NET Framework Pin
Heath Stewart2-Dec-04 11:03
protectorHeath Stewart2-Dec-04 11:03 
GeneralRe: Installing .NET Framework Pin
Daniel Turini2-Dec-04 11:32
Daniel Turini2-Dec-04 11:32 

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.