M
mtczx232
A. I remember microsoft add some features about WaitCursor in
Window.Forms, but I not find it now?
B. I have some Try..Catch in some module and it's suppose to be long
time. I need to change cursor to hourglass. but I have two problem:
1. the function in module not have access to form, (unless I send me
into the module function, but I not like it)
2. if occur err and control jump to catch block, I need to write extra
code to return regular cursor before I open MsgBox with Error msg.
thanks
Window.Forms, but I not find it now?
B. I have some Try..Catch in some module and it's suppose to be long
time. I need to change cursor to hourglass. but I have two problem:
1. the function in module not have access to form, (unless I send me
into the module function, but I not like it)
2. if occur err and control jump to catch block, I need to write extra
code to return regular cursor before I open MsgBox with Error msg.
thanks