FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Image inside a window
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Image inside a window
Posted: Thu Oct 15, 2009 05:51 PM

Is possbile make a bitmap go where cursor mouse to be ? insede of a window ?

Sample:

define window ownd
loca:=GetCursorPos()
oImg:=TBitmap():new(0,0,32,32,,"iSegue.bmp")

// oImg:MoveTo(loca[1],loca[2]) ???

activate window ownd

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: Image inside a window
Posted: Thu Oct 15, 2009 10:07 PM

Alguiem ?

Continue the discussion