Click here to Skip to main content
15,891,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: separate compound color planes Pin
nhocclever18-Nov-13 23:53
nhocclever18-Nov-13 23:53 
QuestionC# modify ssrs report property Pin
dcof14-Nov-13 10:41
dcof14-Nov-13 10:41 
QuestionConvert HTML to PDF Pin
NYCABR14-Nov-13 8:50
NYCABR14-Nov-13 8:50 
QuestionThreading - Play / pause / stop question Pin
Mirko Jurcevic14-Nov-13 2:07
Mirko Jurcevic14-Nov-13 2:07 
AnswerRe: Threading - Play / pause / stop question Pin
Pete O'Hanlon14-Nov-13 2:28
mvePete O'Hanlon14-Nov-13 2:28 
GeneralRe: Threading - Play / pause / stop question Pin
Mirko Jurcevic14-Nov-13 2:33
Mirko Jurcevic14-Nov-13 2:33 
GeneralRe: Threading - Play / pause / stop question Pin
Pete O'Hanlon14-Nov-13 3:02
mvePete O'Hanlon14-Nov-13 3:02 
AnswerRe: Threading - Play / pause / stop question Pin
Ennis Ray Lynch, Jr.14-Nov-13 5:41
Ennis Ray Lynch, Jr.14-Nov-13 5:41 
I usually make UI controls contain data that is otherwise well ordered elsewhere. BeginInvoke means the code is running on the UI thread, killing responsiveness. The catch is you can't access UI members. Thus the justification for me using separation of powers so to speak.

Also, three seconds is slow to loop through all components on a UI and get information. Perhaps, the ui can be re-thought to be less complex?
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

"All users always want Excel" --Ennis Lynch

QuestionConvert Datatable data into Json data in C# Pin
susanna.floora14-Nov-13 1:12
susanna.floora14-Nov-13 1:12 
AnswerRe: Convert Datatable data into Json data in C# Pin
V.14-Nov-13 2:04
professionalV.14-Nov-13 2:04 
AnswerRe: Convert Datatable data into Json data in C# Pin
Richard Deeming14-Nov-13 4:19
mveRichard Deeming14-Nov-13 4:19 
Question[Solved] Windows Service - problem with write file at scheduled time Pin
emma.sun.sts13-Nov-13 20:06
emma.sun.sts13-Nov-13 20:06 
AnswerRe: Windows Service - problem with write file at scheduled time Pin
Bernhard Hiller13-Nov-13 20:56
Bernhard Hiller13-Nov-13 20:56 
GeneralRe: Windows Service - problem with write file at scheduled time Pin
emma.sun.sts13-Nov-13 21:25
emma.sun.sts13-Nov-13 21:25 
GeneralRe: Windows Service - problem with write file at scheduled time Pin
Bernhard Hiller13-Nov-13 21:29
Bernhard Hiller13-Nov-13 21:29 
GeneralRe: Windows Service - problem with write file at scheduled time Pin
emma.sun.sts13-Nov-13 21:39
emma.sun.sts13-Nov-13 21:39 
GeneralRe: Windows Service - problem with write file at scheduled time Pin
Eddy Vluggen13-Nov-13 21:48
professionalEddy Vluggen13-Nov-13 21:48 
GeneralRe: Windows Service - problem with write file at scheduled time Pin
Pete O'Hanlon14-Nov-13 0:14
mvePete O'Hanlon14-Nov-13 0:14 
Questionread only Pin
seeker6213-Nov-13 8:41
seeker6213-Nov-13 8:41 
SuggestionRe: read only Pin
Richard MacCutchan13-Nov-13 8:56
mveRichard MacCutchan13-Nov-13 8:56 
GeneralRe: read only Pin
seeker6213-Nov-13 9:13
seeker6213-Nov-13 9:13 
GeneralRe: read only Pin
Richard MacCutchan13-Nov-13 9:29
mveRichard MacCutchan13-Nov-13 9:29 
GeneralRe: read only Pin
seeker6213-Nov-13 9:47
seeker6213-Nov-13 9:47 
GeneralRe: read only Pin
Richard MacCutchan13-Nov-13 10:42
mveRichard MacCutchan13-Nov-13 10:42 
GeneralRe: read only Pin
seeker6213-Nov-13 10:49
seeker6213-Nov-13 10:49 

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.