Click here to Skip to main content
16,004,458 members
Home / Discussions / C#
   

C#

 
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 
Unless you're using a DataReader, no there isn't.

Unless you doing processing on all those records, returning 10,000 records to display them is just stupid. Use paging instead so you're not sitting around waiting for that many records to load and be bound to a visual control.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

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 
GeneralRe: When one Client starts a game it will automatically starts in all other connected clients in a network in windows form Pin
PIEBALDconsult20-Apr-17 3:59
mvePIEBALDconsult20-Apr-17 3:59 
AnswerRe: When one Client starts a game it will automatically starts in all other connected clients in a network in windows form Pin
Gerry Schmitz20-Apr-17 7:46
mveGerry Schmitz20-Apr-17 7:46 
QuestionHelp with XML to datagridview Pin
cajsoft19-Apr-17 0:34
cajsoft19-Apr-17 0:34 
QuestionRe: Help with XML to datagridview Pin
CHill6019-Apr-17 1:01
mveCHill6019-Apr-17 1:01 
AnswerRe: Help with XML to datagridview Pin
Gerry Schmitz19-Apr-17 10:11
mveGerry Schmitz19-Apr-17 10:11 
QuestionNot binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 4:10
Member 1305063918-Apr-17 4:10 
QuestionRe: Not binding data's in Rdlc Report Pin
CHill6018-Apr-17 4:15
mveCHill6018-Apr-17 4:15 
AnswerRe: Not binding data's in Rdlc Report Pin
Member 1305063918-Apr-17 4:35
Member 1305063918-Apr-17 4:35 

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.