Click here to Skip to main content
15,913,486 members
Home / Discussions / C#
   

C#

 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff6-Jun-12 19:17
mveOriginalGriff6-Jun-12 19:17 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 7:23
egenis7-Jun-12 7:23 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
OriginalGriff7-Jun-12 8:00
mveOriginalGriff7-Jun-12 8:00 
GeneralRe: cần giúp đỡ về code xe chuyển động Pin
egenis7-Jun-12 18:53
egenis7-Jun-12 18:53 
QuestionHandle Touches in Windows to Hide/Show my Application Pin
danielnbarros6-Jun-12 3:54
danielnbarros6-Jun-12 3:54 
AnswerRe: Handle Touches in Windows to Hide/Show my Application Pin
Eddy Vluggen6-Jun-12 7:13
professionalEddy Vluggen6-Jun-12 7:13 
QuestionScreen Shot save C# ENG Pin
vlad5536-Jun-12 1:55
vlad5536-Jun-12 1:55 
AnswerRe: Screen Shot save C# Pin
Dave Kreskowiak6-Jun-12 2:00
mveDave Kreskowiak6-Jun-12 2:00 
Questionc# twain ImageMemXfer Pin
lllws6-Jun-12 0:58
lllws6-Jun-12 0:58 
AnswerRe: c# twain ImageMemXfer Pin
Dave Kreskowiak6-Jun-12 1:59
mveDave Kreskowiak6-Jun-12 1:59 
AnswerRe: c# twain ImageMemXfer Pin
Eddy Vluggen6-Jun-12 3:31
professionalEddy Vluggen6-Jun-12 3:31 
Questionmake Invoke from main thread to secondary Pin
Talon_Karrde5-Jun-12 21:59
Talon_Karrde5-Jun-12 21:59 
AnswerRe: make Invoke from main thread to secondary Pin
Eddy Vluggen6-Jun-12 3:31
professionalEddy Vluggen6-Jun-12 3:31 
AnswerRe: make Invoke from main thread to secondary Pin
BobJanova6-Jun-12 4:16
BobJanova6-Jun-12 4:16 
Is it a UI component? If so, you will have to leave it in the 'main' thread, and you should do your extended processing in a background thread (and, if you need to communicate with the component, you should use BeginInvoke or Invoke as you mention).

If not, you can put it in another thread, but you might have to write a wrapper to allow you to communicate with it across threads since Invoke is only provided on Control.
GeneralRe: make Invoke from main thread to secondary Pin
Talon_Karrde10-Jun-12 21:00
Talon_Karrde10-Jun-12 21:00 
QuestionC#, Outlook 2010, and Attaching Signatures Pin
SRoyalty5-Jun-12 1:51
SRoyalty5-Jun-12 1:51 
QuestionScreen Capture API Pin
Arjun Menon U.K5-Jun-12 0:51
Arjun Menon U.K5-Jun-12 0:51 
AnswerRe: Screen Capture API Pin
Dave Kreskowiak5-Jun-12 1:37
mveDave Kreskowiak5-Jun-12 1:37 
QuestionInteger to Time Conversion Pin
ochieman20004-Jun-12 13:11
ochieman20004-Jun-12 13:11 
AnswerRe: Integer to Time Conversion Pin
Mycroft Holmes4-Jun-12 14:17
professionalMycroft Holmes4-Jun-12 14:17 
AnswerRe: Integer to Time Conversion Pin
PIEBALDconsult4-Jun-12 15:42
mvePIEBALDconsult4-Jun-12 15:42 
GeneralRe: Integer to Time Conversion Pin
ochieman20004-Jun-12 15:43
ochieman20004-Jun-12 15:43 
GeneralRe: Integer to Time Conversion Pin
PIEBALDconsult4-Jun-12 16:24
mvePIEBALDconsult4-Jun-12 16:24 
AnswerRe: Integer to Time Conversion Pin
VJ Reddy4-Jun-12 16:57
VJ Reddy4-Jun-12 16:57 
QuestionAdding a Hover event to this Custom Textbox Control? Pin
nickslick4-Jun-12 12:40
nickslick4-Jun-12 12:40 

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.