Mouse cursor image question (OpenInsight Specific)
At 19 DEC 1997 10:53:06AM Dave Pociu wrote:
Is there an easy way to change the mouse cursor to a user-defined BMP or ICO other than the choices provided by the Utility function?
And out of curiosity, the drag and drop functionality of Form Designer - is that implemented in OI or something else like C++ ?
I'm trying to fake "drag and drop" for a scheduling process so any input on how to do that in OI would be welcome. I know I can do it from VB5 for example but I'd rather not if it can be emulated in OI.
At 31 DEC 1997 01:00PM Cameron Revelation wrote:
Dave,
Is there an easy way to change the mouse cursor to a user-defined BMP or ICO other than the choices provided by the Utility function?
No. Only the pre-defined cursors are available.
And out of curiosity, the drag and drop functionality of Form Designer - is that implemented in OI or something else like C++?
It is implemented in C++ using the Windows API directly.
Cameron Purdy
Revelation Software
At 31 DEC 1997 02:09PM Don Bakke wrote:
Cameron,
No. Only the pre-defined cursors are available. It is implemented in C++ using the Windows API directly.
Then are these things impossible for those who wish to venture into the Windows API from within OI?
Thanks,
dbakke@srpcs.com
At 01 JAN 1998 12:54PM Cameron Revelation wrote:
Don,
Then are these things impossible for those who wish to venture into the Windows API from within OI?
I do not know any reason why not, but I have not seen it done before either.
Cameron Purdy
Revelation Software