Re: [GENERAL] Cant use Win32 API() ( SORRY .. WRONG LIST )

2004-03-08 Thread Karam Chand
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

[GENERAL] Cant use Win32 API()

2004-03-08 Thread Karam Chand
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=