me.cursor v me.parent.cursor

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
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
 
* "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'?
 
Back
Top