Hi all,
Some of network functions in VC++ 6.0 take some seconds to response (e.g. NetUserChangePassword() ),
So I want to display a waiting message to user after executing above function until finishing th.
I tried to run a MessageBox in a thread , but it did not work.
Have anyone a sample code for this purpose?
Thank you in advance
Jack