// subclass StaticImage widget to capture the mouse clicks class JFStaticImage : public StaticImage { typedef JFStaticImage CLASSNAME; public: virtual void LeftDown(Point p, dword keyflags); // Callback1 WhenAction; JFStaticImage(){}; void SetData(const Value& data) {String fn=data; Set(fn);} };
History.gridHist.AddCtrl(IMGFILE, History.siImage);
Report message to a moderator