Click here to Skip to main content
15,905,867 members
Home / Discussions / C#
   

C#

 
QuestionDistribute load to second app [modified] Pin
Matglas12-Feb-07 21:37
Matglas12-Feb-07 21:37 
AnswerRe: Distribute load to second app Pin
miestas12-Feb-07 22:01
miestas12-Feb-07 22:01 
GeneralRe: Distribute load to second app Pin
Matglas12-Feb-07 23:11
Matglas12-Feb-07 23:11 
GeneralRe: Distribute load to second app Pin
miestas13-Feb-07 6:26
miestas13-Feb-07 6:26 
GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 7:51
Matglas13-Feb-07 7:51 
AnswerRe: Distribute load to second app Pin
Christian Graus12-Feb-07 23:18
protectorChristian Graus12-Feb-07 23:18 
GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 0:18
Matglas13-Feb-07 0:18 
AnswerRe: Distribute load to second app Pin
KraGiE7913-Feb-07 1:29
KraGiE7913-Feb-07 1:29 
If you're worried about the load on your UI, you should really remove the actual implementation into a separate worker thread. In windows forms, it's best practice to use the UI for what it is, and have the actual event handlers validate the data before sending the actual processing to another thread.

Remoting would be a good way to move your load off to another application, but if you need "events", you're in for a seriously rough learning curve.

Kay Lee
-Just your average coder

GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 1:58
Matglas13-Feb-07 1:58 
QuestionCreating setup Pin
sujithkumarsl12-Feb-07 21:20
sujithkumarsl12-Feb-07 21:20 
AnswerRe: Creating setup Pin
Libor Tinka13-Feb-07 5:33
Libor Tinka13-Feb-07 5:33 
QuestionIs it because idle? DB->textbox fails... Pin
miestas12-Feb-07 21:01
miestas12-Feb-07 21:01 
AnswerRe: Is it because idle? DB->textbox fails... Pin
miestas12-Feb-07 21:57
miestas12-Feb-07 21:57 
QuestionI want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 20:03
M Riaz Bashir12-Feb-07 20:03 
AnswerRe: I want to set my Windows form as "Always on Top" and Pin
Christian Graus12-Feb-07 20:35
protectorChristian Graus12-Feb-07 20:35 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 20:53
M Riaz Bashir12-Feb-07 20:53 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
stancrm12-Feb-07 21:08
stancrm12-Feb-07 21:08 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
sxbluebird12-Feb-07 21:10
sxbluebird12-Feb-07 21:10 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 21:35
M Riaz Bashir12-Feb-07 21:35 
AnswerRe: I want to set my Windows form as "Always on Top" and Pin
wasife13-Feb-07 11:54
wasife13-Feb-07 11:54 
QuestionError while Displying the Report Pin
jaganil12-Feb-07 19:59
jaganil12-Feb-07 19:59 
AnswerRe: Error while Displying the Report Pin
KraGiE7913-Feb-07 1:30
KraGiE7913-Feb-07 1:30 
Questionhi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
gpremkamal12-Feb-07 19:40
gpremkamal12-Feb-07 19:40 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Christian Graus12-Feb-07 19:45
protectorChristian Graus12-Feb-07 19:45 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Niiiissssshhhhhuuuuu12-Feb-07 19:50
Niiiissssshhhhhuuuuu12-Feb-07 19:50 

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.