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

C#

 
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 6:30
Piratenwichtl20009-Oct-08 6:30 
QuestionAccess C# Variable in to java Script Function Pin
mharoonkhan8-Oct-08 23:48
mharoonkhan8-Oct-08 23:48 
AnswerRe: Access C# Variable in to java Script Function Pin
SeMartens9-Oct-08 0:20
SeMartens9-Oct-08 0:20 
AnswerRe: Access C# Variable in to java Script Function Pin
vijaiganesh9-Oct-08 0:37
vijaiganesh9-Oct-08 0:37 
AnswerRe: Access C# Variable in to java Script Function Pin
Ennis Ray Lynch, Jr.9-Oct-08 3:16
Ennis Ray Lynch, Jr.9-Oct-08 3:16 
Questiondesign asynchronous interface Pin
George_George8-Oct-08 23:15
George_George8-Oct-08 23:15 
AnswerRe: design asynchronous interface Pin
Simon P Stevens9-Oct-08 3:17
Simon P Stevens9-Oct-08 3:17 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:57
George_George10-Oct-08 22:57 
Thanks Simon,


I have read up all the stuff you recommended below,

http://msdn.microsoft.com/en-us/library/aa719595(VS.71).aspx

Two more questions about the link,

1.

What means "containers that support waiting on objects"? Could you show me the which API/Class it means please?

2.

For the sample "Do not supply the callback delegate when beginning asynchronous operation" -- I read it but confused. The sample said "Do not supply the callback", but actually in the code callback is supplied here, any comments?

IAsyncResult asyncResult = primeFactorizer.BeginFactorize(
factorizableNum, 
ref primefactor1, 
ref primefactor2, 
callback, 
state);


3.

The document mentioned IMessage, actually I have never used it and not found quite good stuff on MSDN. Could you describe or recommend some good stuff to describe what IMessage is and how to use it?


regards,
George
GeneralRe: design asynchronous interface Pin
nelsonpaixao9-Oct-08 13:49
nelsonpaixao9-Oct-08 13:49 
GeneralRe: design asynchronous interface Pin
George_George9-Oct-08 22:34
George_George9-Oct-08 22:34 
GeneralRe: design asynchronous interface Pin
nelsonpaixao10-Oct-08 13:09
nelsonpaixao10-Oct-08 13:09 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:59
George_George10-Oct-08 22:59 
QuestionA potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). [modified] Pin
mimimimilaw8-Oct-08 23:05
mimimimilaw8-Oct-08 23:05 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
Guffa8-Oct-08 23:52
Guffa8-Oct-08 23:52 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
JendaPerl18-Aug-10 23:22
JendaPerl18-Aug-10 23:22 
QuestionGet Element of Generic List Pin
ezazazel8-Oct-08 21:21
ezazazel8-Oct-08 21:21 
AnswerRe: Get Element of Generic List Pin
Simon P Stevens8-Oct-08 23:01
Simon P Stevens8-Oct-08 23:01 
AnswerRe: Get Element of Generic List Pin
#realJSOP8-Oct-08 23:34
mve#realJSOP8-Oct-08 23:34 
GeneralRe: Get Element of Generic List Pin
ezazazel9-Oct-08 2:16
ezazazel9-Oct-08 2:16 
AnswerRe: Get Element of Generic List Pin
J4amieC9-Oct-08 0:42
J4amieC9-Oct-08 0:42 
GeneralRe: Get Element of Generic List Pin
ezazazel9-Oct-08 2:08
ezazazel9-Oct-08 2:08 
Questionflicker free drawing.... Pin
Denver Thomas8-Oct-08 19:55
Denver Thomas8-Oct-08 19:55 
AnswerRe: flicker free drawing.... [modified] Pin
ervegter8-Oct-08 21:02
ervegter8-Oct-08 21:02 
GeneralRe: flicker free drawing.... Pin
Denver Thomas8-Oct-08 21:47
Denver Thomas8-Oct-08 21:47 
QuestionWhat's the differense between int and int[] Pin
Pedram Behroozi8-Oct-08 19:00
Pedram Behroozi8-Oct-08 19:00 

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.