Click here to Skip to main content
15,915,501 members
Home / Discussions / C#
   

C#

 
GeneralRe: Window UI modification in C# Pin
authenticgeek18-Mar-04 20:48
authenticgeek18-Mar-04 20:48 
GeneralRe: Window UI modification in C# Pin
Dave Kreskowiak19-Mar-04 11:10
mveDave Kreskowiak19-Mar-04 11:10 
GeneralRe: Window UI modification in C# Pin
Heath Stewart18-Mar-04 3:50
protectorHeath Stewart18-Mar-04 3:50 
GeneralRe: Window UI modification in C# Pin
K4reem19-Mar-04 0:37
K4reem19-Mar-04 0:37 
GeneralHTTPResponse Threading Pin
K4reem17-Mar-04 14:45
K4reem17-Mar-04 14:45 
GeneralRe: HTTPResponse Threading Pin
Dave Kreskowiak17-Mar-04 16:53
mveDave Kreskowiak17-Mar-04 16:53 
GeneralRe: HTTPResponse Threading Pin
K4reem19-Mar-04 0:31
K4reem19-Mar-04 0:31 
GeneralRe: HTTPResponse Threading Pin
Heath Stewart18-Mar-04 3:44
protectorHeath Stewart18-Mar-04 3:44 
First, instead of threading these yourself, use the Begin* and End methods. You'll get an IAsyncResult implementation back. You could possibly use the AsyncState to set new data, but you must be careful because the thread might be done so it won't matter, or you may corrupt the data that the async thread is using. Typically, you give a thread everything it needs before it starts the the thread is responsible for querying a source for anything else it might need during execution (like a database, online resource, callback, etc.).

 

Microsoft MVP, Visual C#
My Articles
QuestionAbout Web Printing? Pin
jzb17-Mar-04 14:34
jzb17-Mar-04 14:34 
AnswerRe: About Web Printing? Pin
Michael Flanakin17-Mar-04 17:53
Michael Flanakin17-Mar-04 17:53 
GeneralRe: About Web Printing? Pin
jzb17-Mar-04 20:18
jzb17-Mar-04 20:18 
GeneralRe: About Web Printing? Pin
Michael Flanakin19-Mar-04 1:51
Michael Flanakin19-Mar-04 1:51 
AnswerRe: About Web Printing? Pin
Heath Stewart18-Mar-04 3:41
protectorHeath Stewart18-Mar-04 3:41 
GeneralRe: About Web Printing? Pin
Anonymous23-Mar-04 0:35
Anonymous23-Mar-04 0:35 
GeneralForum Board Pin
mil_an17-Mar-04 13:59
mil_an17-Mar-04 13:59 
GeneralRe: Forum Board Pin
Dave Kreskowiak17-Mar-04 16:57
mveDave Kreskowiak17-Mar-04 16:57 
GeneralRe: Forum Board Pin
Michael Flanakin17-Mar-04 17:58
Michael Flanakin17-Mar-04 17:58 
GeneralRe: Forum Board Pin
Dave Kreskowiak18-Mar-04 1:52
mveDave Kreskowiak18-Mar-04 1:52 
GeneralRe: Forum Board Pin
Michael Flanakin19-Mar-04 9:05
Michael Flanakin19-Mar-04 9:05 
GeneralOptimising Code for Image Blur Pin
damianp17-Mar-04 13:42
damianp17-Mar-04 13:42 
GeneralRe: Optimising Code for Image Blur Pin
Heath Stewart17-Mar-04 13:46
protectorHeath Stewart17-Mar-04 13:46 
GeneralRe: Optimising Code for Image Blur Pin
Heath Stewart17-Mar-04 13:49
protectorHeath Stewart17-Mar-04 13:49 
GeneralRe: Optimising Code for Image Blur Pin
damianp17-Mar-04 14:00
damianp17-Mar-04 14:00 
Generalgaining file access from a network Pin
Marveyles17-Mar-04 13:14
Marveyles17-Mar-04 13:14 
GeneralRe: gaining file access from a network Pin
Heath Stewart17-Mar-04 13:28
protectorHeath Stewart17-Mar-04 13:28 

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.