Click here to Skip to main content
15,894,539 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get string name from listview selected item Pin
stancrm13-Oct-09 1:48
stancrm13-Oct-09 1:48 
AnswerRe: Get string name from listview selected item [modified] Pin
Md. Marufuzzaman13-Oct-09 4:12
professionalMd. Marufuzzaman13-Oct-09 4:12 
GeneralRe: Get string name from listview selected item Pin
Luc Pattyn13-Oct-09 4:23
sitebuilderLuc Pattyn13-Oct-09 4:23 
GeneralRe: Get string name from listview selected item Pin
Md. Marufuzzaman13-Oct-09 4:50
professionalMd. Marufuzzaman13-Oct-09 4:50 
AnswerRe: Get string name from listview selected item Pin
T!T@N14-Mar-10 8:45
T!T@N14-Mar-10 8:45 
Questionhow i can print from ppc (windows mobile) to usb printer ? Pin
E_Gold13-Oct-09 1:11
E_Gold13-Oct-09 1:11 
QuestionGet Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 1:07
Lyon Sun13-Oct-09 1:07 
AnswerRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 2:48
sitebuilderLuc Pattyn13-Oct-09 2:48 
Hi,

multiple events can fire "at the same time", however they can't get handled at the same time, since all events get handled by the main thread; events get stored in the input queue and get removed from there and executed by the main thread, one by one.

One handler can contain code that causes many new events to fire (i.e. be added to the queue), e.g. by executing btn.PerformClick().

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 4:10
Lyon Sun13-Oct-09 4:10 
GeneralRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 4:17
sitebuilderLuc Pattyn13-Oct-09 4:17 
GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 6:29
Lyon Sun13-Oct-09 6:29 
Questionspgridview Pin
ptvce13-Oct-09 1:05
ptvce13-Oct-09 1:05 
QuestionCapture screen in different ways, object wise, rectangle wise etc. Pin
yogesh_softworld12313-Oct-09 0:36
yogesh_softworld12313-Oct-09 0:36 
QuestionRegarding Globalization Pin
vijaylumar13-Oct-09 0:27
vijaylumar13-Oct-09 0:27 
AnswerRe: Regarding Globalization Pin
stancrm13-Oct-09 1:06
stancrm13-Oct-09 1:06 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:12
vijaylumar13-Oct-09 1:12 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 1:27
stancrm13-Oct-09 1:27 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:41
vijaylumar13-Oct-09 1:41 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 1:46
stancrm13-Oct-09 1:46 
GeneralRe: Regarding Globalization Pin
vijaylumar13-Oct-09 1:59
vijaylumar13-Oct-09 1:59 
GeneralRe: Regarding Globalization Pin
stancrm13-Oct-09 2:04
stancrm13-Oct-09 2:04 
GeneralRe: Regarding Globalization Pin
benjymous13-Oct-09 3:04
benjymous13-Oct-09 3:04 
GeneralRe: Regarding Globalization Pin
Eddy Vluggen13-Oct-09 3:10
professionalEddy Vluggen13-Oct-09 3:10 
QuestionSimulation mobile users in network Pin
trungtin13-Oct-09 0:10
trungtin13-Oct-09 0:10 
QuestionxmlDocument Pin
arkiboys12-Oct-09 23:40
arkiboys12-Oct-09 23: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.