#include <CtrlLib/CtrlLib.h> using namespace Upp; #include <CtrlLib/CtrlLib.h> using namespace Upp; struct App : TopWindow { virtual Image MouseEvent(int event, Point, int, dword) { if (event == CURSORIMAGE) return Image::Hand(); return Image::Arrow(); } }; GUI_APP_MAIN { App().Run(); }
Report message to a moderator