Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
QuestionPrint number of copies depending on the textbox input and put page numbers C# Pin
de winta26-Apr-17 21:40
de winta26-Apr-17 21:40 
QuestionScreensaver denied access to process/window list ? Pin
andymo221-Apr-17 11:12
andymo221-Apr-17 11:12 
GeneralRe: Screensaver denied access to process/window list ? Pin
Eddy Vluggen21-Apr-17 12:30
professionalEddy Vluggen21-Apr-17 12:30 
GeneralRe: Screensaver denied access to process/window list ? Pin
andymo222-Apr-17 2:56
andymo222-Apr-17 2:56 
GeneralRe: Screensaver denied access to process/window list ? Pin
Richard MacCutchan22-Apr-17 21:01
mveRichard MacCutchan22-Apr-17 21:01 
GeneralRe: Screensaver denied access to process/window list ? Pin
Eddy Vluggen23-Apr-17 23:01
professionalEddy Vluggen23-Apr-17 23:01 
GeneralRe: Screensaver denied access to process/window list ? Pin
Richard Deeming24-Apr-17 8:35
mveRichard Deeming24-Apr-17 8:35 
GeneralRe: Screensaver denied access to process/window list ? Pin
andymo224-Apr-17 12:57
andymo224-Apr-17 12:57 
Thank you for all the responses.

I don't have "on resume display log-on screen" checked. However it seems like it might be something like a separate desktop (I never knew!)
.
I re-coded the screensaver so that when it runs it only fills half of the screen. The idea was so I can get a look at the task manager and see what user/owner the program was running under (because I can't usually see it when it is running obviously).

Some observations:
- the screensaver runs correctly when activated by the "preview" button in the screen saver management dialog. It gets the enumeration of windows, and it only fills half the screen and I can read the task manager.
- when triggered by the OS after being idle, the program correctly only fills half of the screen but the rest is black and the rest of the desktop is gone.

So how can I get this desktop to be able to see what programs are running ? It is able to read from the HDD and other parts of screensaver that work.

This has worked for years on Windows 7 and 8, and I am only an intermediate C# coder. Frustrating.
GeneralRe: Screensaver denied access to process/window list ? Pin
Dave Kreskowiak24-Apr-17 13:12
mveDave Kreskowiak24-Apr-17 13:12 
GeneralRe: Screensaver denied access to process/window list ? Pin
andymo225-Apr-17 6:14
andymo225-Apr-17 6:14 
AnswerRe: Screensaver denied access to process/window list ? Pin
Gerry Schmitz25-Apr-17 4:59
mveGerry Schmitz25-Apr-17 4:59 
GeneralRe: Screensaver denied access to process/window list ? Pin
andymo225-Apr-17 6:30
andymo225-Apr-17 6:30 
GeneralRe: Screensaver denied access to process/window list ? Pin
Gerry Schmitz25-Apr-17 6:51
mveGerry Schmitz25-Apr-17 6:51 
GeneralRe: Screensaver denied access to process/window list ? Pin
andymo228-Apr-17 9:16
andymo228-Apr-17 9:16 
QuestionPausing Reception of Data Pin
Liagapi21-Apr-17 5:00
Liagapi21-Apr-17 5:00 
AnswerRe: Pausing Reception of Data Pin
Dave Kreskowiak21-Apr-17 5:06
mveDave Kreskowiak21-Apr-17 5:06 
AnswerRe: Pausing Reception of Data Pin
Gerry Schmitz21-Apr-17 9:05
mveGerry Schmitz21-Apr-17 9:05 
QuestionC# Is there a way to start my windows service on windows startup? Pin
Member 1090131720-Apr-17 22:20
Member 1090131720-Apr-17 22:20 
SuggestionRe: C# Is there a way to start my windows service on windows startup? Pin
Richard MacCutchan20-Apr-17 22:36
mveRichard MacCutchan20-Apr-17 22:36 
GeneralRe: C# Is there a way to start my windows service on windows startup? Pin
Member 1090131726-Apr-17 16:32
Member 1090131726-Apr-17 16:32 
AnswerRe: C# Is there a way to start my windows service on windows startup? Pin
Eddy Vluggen21-Apr-17 0:13
professionalEddy Vluggen21-Apr-17 0:13 
AnswerRe: C# Is there a way to start my windows service on windows startup? Pin
theoldfool21-Apr-17 1:23
professionaltheoldfool21-Apr-17 1:23 
GeneralRe: C# Is there a way to start my windows service on windows startup? Pin
Member 1090131726-Apr-17 16:34
Member 1090131726-Apr-17 16:34 
AnswerRe: C# Is there a way to start my windows service on windows startup? Pin
Rob Philpott21-Apr-17 5:01
Rob Philpott21-Apr-17 5:01 
QuestionWhen one Client starts a game it will automatically starts in all other connected clients in a network in windows form Pin
Member 1298752620-Apr-17 3:54
Member 1298752620-Apr-17 3:54 

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.