Application.RegisterMessageLoop does nothing!

L

Lloyd Dupont

I tried to use this method but the delegate never seems to be callled.
As there is no text in the documentation I could only believe it's a new and
deprecated function doing nothing they forgot to remove..

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
V

Vadym Stetsyak

Hello, Lloyd!

LD> I tried to use this method but the delegate never seems to be callled.
LD> As there is no text in the documentation I could only believe it's a
LD> new and deprecated function doing nothing they forgot to remove..

After setting this callback try to call Application.MessageLoop; ::cool:

IMO using this method ( RegisterMessageLoop ) you can control Application.MessageLoop property.

Why you need this is actually is a good question ::cool:

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
L

Lloyd Dupont

LD> I tried to use this method but the delegate never seems to be callled.
LD> As there is no text in the documentation I could only believe it's a
LD> new and deprecated function doing nothing they forgot to remove..

After setting this callback try to call Application.MessageLoop; ::cool:

IMO using this method ( RegisterMessageLoop ) you can control
Application.MessageLoop property.

Why you need this is actually is a good question ::cool:
I need to integrate .NET & GNUstep in my WinForm application.
To handle GNUstep memory & undo management I need to surround any event by
some code.
Of course there is a message loop in a WinForm application!
Anyway I used an application filter, which has the advantage of working...
;-)

 

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

Similar Threads

Marshal.GetFunctionPointerForDelegate 4
windows logo 3
How to know current user name? 5
compression question 2
Printer Properties 3
.NET 2.0 & VS2005 beta2 4
NSIS installer 1
How to get OS name? 4

Top