How to View Event Queue?

  • Thread starter Thread starter O.B.
  • Start date Start date
O

O.B.

Is there a feature in C# .NET Professional's IDE where I can view the
pending operations in the event queue during a breakpoint?
 
Nicholas Paldino said:
What do you mean by "event queue".

Probably ala PeekMessage.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

O.B. said:
Is there a feature in C# .NET Professional's IDE where I can view the
pending operations in the event queue during a breakpoint?
 
I figured as much, but in that case, the OP should have said "message
queue", or "windows message queue".


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ben Voigt said:
Nicholas Paldino said:
What do you mean by "event queue".

Probably ala PeekMessage.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

O.B. said:
Is there a feature in C# .NET Professional's IDE where I can view the
pending operations in the event queue during a breakpoint?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top