Re: Application.DoE vents()
Hi Marc,
I stand corrected, the version I found on MSDN was the JScript versionit,
but I see there is another version for windows.forms.
And JScript didn't sound like a good idea to be using inside winforms.
On Wed, 18 Oct 2006 14:03:05 +0200, Marc Gravell <marc.gravell@g mail.com
wrote:
--
Happy Coding!
Morten Wennevik [C# MVP]
Hi Marc,
I stand corrected, the version I found on MSDN was the JScript versionit,
but I see there is another version for windows.forms.
And JScript didn't sound like a good idea to be using inside winforms.
On Wed, 18 Oct 2006 14:03:05 +0200, Marc Gravell <marc.gravell@g mail.com
wrote:
Additional:
>
"Remarks" from MSDN2 (MSDN differs by a "don't" <="do not")
>
<quote>MethodIn voker provides a simple delegate that is used to invokea
method with a void parameter list. This delegate can be used when making
calls to a control's Invoke method, or when you need a simple delegate
but
do not want to define one yourself.</quote>
>
Sounds fairly public (non-internal) to me... and it explicitely states
that
it *is* suitable for use with "a control's Invoke method".
>
Marc
>
>
>
"Remarks" from MSDN2 (MSDN differs by a "don't" <="do not")
>
<quote>MethodIn voker provides a simple delegate that is used to invokea
method with a void parameter list. This delegate can be used when making
calls to a control's Invoke method, or when you need a simple delegate
but
do not want to define one yourself.</quote>
>
Sounds fairly public (non-internal) to me... and it explicitely states
that
it *is* suitable for use with "a control's Invoke method".
>
Marc
>
>
--
Happy Coding!
Morten Wennevik [C# MVP]
Comment