Ooooppss..
I am extremely sorry. I took up the wrong mailing
address from my address book. It should have been
posted to wxWindows mailing list.
Regards
Karam
--- Karam Chand <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I want to implement HAND_CURSOR for my app so I have
> ot ifdef SetCurso
Hello,
I want to implement HAND_CURSOR for my app so I have
ot ifdef SetCursor() and load it accordingly in my
windows app.
Here is the code I am using:
#ifdef _WIN32
m_HandCursor= wxCursor ( wxCURSOR_HAND );
#else
m_HandCursor=