Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
GeneralRe: Capturing stdout from a processes started in C# Pin
Luc Pattyn1-Oct-07 9:26
sitebuilderLuc Pattyn1-Oct-07 9:26 
GeneralRe: Capturing stdout from a processes started in C# Pin
Ray Mitchell1-Oct-07 10:46
Ray Mitchell1-Oct-07 10:46 
GeneralRe: Capturing stdout from a processes started in C# Pin
Luc Pattyn1-Oct-07 11:18
sitebuilderLuc Pattyn1-Oct-07 11:18 
Questionhow to add grammar checker Component into C# and use it ? Pin
yashar201230-Sep-07 13:25
yashar201230-Sep-07 13:25 
AnswerRe: how to add grammar checker Component into C# and use it ? Pin
Judah Gabriel Himango30-Sep-07 13:31
sponsorJudah Gabriel Himango30-Sep-07 13:31 
GeneralRe: how to add grammar checker Component into C# and use it ? Pin
yashar201230-Sep-07 16:31
yashar201230-Sep-07 16:31 
GeneralRe: how to add grammar checker Component into C# and use it ? Pin
Paul Conrad30-Sep-07 18:19
professionalPaul Conrad30-Sep-07 18:19 
QuestionProblems with UserSettings in Vista Pin
norla30-Sep-07 11:46
norla30-Sep-07 11:46 
Hi!

I've written a screensaver for windows using c# and it's been a smooth jounrey so far.
But when I try to run it on Vista there is a major problem.

The user can alter a bunch of settings on how the screensaver should behave using the standard "settings" button in the screensaver section of the control panel. These settings are stored in a user.config file under the user's account, I am using the the "Settings" framework in VS.NET 2005 for this which makes the whole procedure really easy to code.

The problem is that vista Launches the settings window (when the user clicks the "settings" button in the control panel) as a regular application, storing the settings in the current user's "user.config" file. However once the screensaver is actually triggered, Vista runs it in elevated mode as an administrative user, so the settings that the user specified are not actually used.

If anyone has an idea on how to work around this problem I would be very grateful. I would very much like to be able to use the auto-generated stuff in VS.NET as it makes things really simple.

Peace

/Mattias

Mattias Norlander
QuestionCustom form? Pin
MasterSharp30-Sep-07 11:38
MasterSharp30-Sep-07 11:38 
AnswerRe: Custom form? Pin
Paul Conrad30-Sep-07 11:45
professionalPaul Conrad30-Sep-07 11:45 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:14
MasterSharp30-Sep-07 12:14 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 12:25
protectorChristian Graus30-Sep-07 12:25 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:34
MasterSharp30-Sep-07 12:34 
GeneralRe: Custom form? Pin
Kenny McKee30-Sep-07 12:46
Kenny McKee30-Sep-07 12:46 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:56
MasterSharp30-Sep-07 12:56 
GeneralRe: Custom form? Pin
Kenny McKee30-Sep-07 13:14
Kenny McKee30-Sep-07 13:14 
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 13:06
professionalPaul Conrad30-Sep-07 13:06 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 13:24
MasterSharp30-Sep-07 13:24 
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 13:26
professionalPaul Conrad30-Sep-07 13:26 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 13:33
MasterSharp30-Sep-07 13:33 
GeneralRe: Custom form? Pin
Dave Kreskowiak30-Sep-07 13:46
mveDave Kreskowiak30-Sep-07 13:46 
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 14:04
professionalPaul Conrad30-Sep-07 14:04 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 14:09
protectorChristian Graus30-Sep-07 14:09 
GeneralRe: Custom form? Pin
Dave Kreskowiak30-Sep-07 15:34
mveDave Kreskowiak30-Sep-07 15:34 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 21:02
protectorChristian Graus30-Sep-07 21:02 

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.