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

C#

 
QuestionGWT-RPC call from c# .net (google keywords tool external) help Pin
sodevrom21-Oct-10 14:39
sodevrom21-Oct-10 14:39 
AnswerRe: GWT-RPC call from c# .net (google keywords tool external) help Pin
Luc Pattyn21-Oct-10 15:22
sitebuilderLuc Pattyn21-Oct-10 15:22 
GeneralRe: GWT-RPC call from c# .net (google keywords tool external) help Pin
sodevrom22-Oct-10 4:05
sodevrom22-Oct-10 4:05 
GeneralRe: GWT-RPC call from c# .net (google keywords tool external) help Pin
jobs200120-Dec-10 23:16
jobs200120-Dec-10 23:16 
GeneralRe: GWT-RPC call from c# .net (google keywords tool external) help Pin
jobs200120-Dec-10 23:24
jobs200120-Dec-10 23:24 
QuestionEvent handling Pin
Tichaona J21-Oct-10 5:39
Tichaona J21-Oct-10 5:39 
AnswerRe: Event handling Pin
OriginalGriff21-Oct-10 5:51
mveOriginalGriff21-Oct-10 5:51 
AnswerRe: Event handling Pin
Luc Pattyn21-Oct-10 5:55
sitebuilderLuc Pattyn21-Oct-10 5:55 
Hi,

1.
I didn't look at your code as it isn't formatted properly. Please use PRE tags for code snippets.

2.
Communication stuff should not be handled synchronously on the main thread; either use asynchronous "non-blocking" calls, or, better yet, use a separate thread. That will stop your GUI freezing problem.

3.
When you want your button-click code to execute right away, then don't put it in a button_click handler! Why not put it in your Form's constructor, its Load event handler, or, best, its Shown handler.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: Event handling Pin
_Erik_21-Oct-10 6:05
_Erik_21-Oct-10 6:05 
GeneralRe: Event handling Pin
OriginalGriff21-Oct-10 8:21
mveOriginalGriff21-Oct-10 8:21 
GeneralRe: Event handling Pin
_Erik_21-Oct-10 9:46
_Erik_21-Oct-10 9:46 
GeneralRe: Event handling Pin
OriginalGriff21-Oct-10 9:50
mveOriginalGriff21-Oct-10 9:50 
QuestionX / OK intercetption Pin
neverpleat21-Oct-10 3:08
neverpleat21-Oct-10 3:08 
QuestionString split? Pin
SRKSHOME21-Oct-10 2:55
SRKSHOME21-Oct-10 2:55 
AnswerRe: String split? Pin
Abhinav S21-Oct-10 2:58
Abhinav S21-Oct-10 2:58 
GeneralRe: String split? Pin
SRKSHOME21-Oct-10 3:22
SRKSHOME21-Oct-10 3:22 
GeneralRe: String split? Pin
Abhinav S21-Oct-10 8:30
Abhinav S21-Oct-10 8:30 
AnswerRe: String split? Pin
PIEBALDconsult21-Oct-10 3:11
mvePIEBALDconsult21-Oct-10 3:11 
AnswerRe: String split? Pin
_Erik_21-Oct-10 5:14
_Erik_21-Oct-10 5:14 
GeneralRe: String split? Pin
SRKSHOME21-Oct-10 20:46
SRKSHOME21-Oct-10 20:46 
Questionsomething faster than GetPixel and SetPixel ? Pin
inayathussaintoori21-Oct-10 2:18
inayathussaintoori21-Oct-10 2:18 
AnswerRe: something faster than GetPixel and SetPixel ? Pin
Abhinav S21-Oct-10 2:56
Abhinav S21-Oct-10 2:56 
GeneralRe: something faster than GetPixel and SetPixel ? Pin
inayathussaintoori21-Oct-10 13:12
inayathussaintoori21-Oct-10 13:12 
QuestionSomething like DataGridViewCheckBoxColumn Pin
Dewald20-Oct-10 23:27
Dewald20-Oct-10 23:27 
AnswerRe: Something like DataGridViewCheckBoxColumn Pin
Goutam Patra21-Oct-10 0:43
professionalGoutam Patra21-Oct-10 0:43 

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.