me.cursor v me.parent.cursor

B

Bernie Yaeger

In an MDI app, is it safe to say that all references to me.cursor would
better be made me.parent.cursor, thus having the hourglass (when using
waitcursor) on the entire app, which, in almost all instances in my apps, is
appropriate? Is there any reason not to do this (except, of course, when
the call is made from the mdi parent itself)?

Thanks for any help.

Bernie Yaeger
 
H

Herfried K. Wagner [MVP]

* "Bernie Yaeger said:
In an MDI app, is it safe to say that all references to me.cursor would
better be made me.parent.cursor, thus having the hourglass (when using
waitcursor) on the entire app, which, in almost all instances in my apps, is
appropriate? Is there any reason not to do this (except, of course, when
the call is made from the mdi parent itself)?

Why not simply set 'Cursor.Current'?
 

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

Top