[futurebasic] Re: [FB] Sudoku

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2006 : Group Archive : Group : All Groups

From: Jamin <benjamen@...>
Date: Sun, 22 Jan 2006 07:56:39 +1100

Ronald Anderson wrote:
> It has been some time since I did any programming but the difficulty in 
> working the new Sudoku puzzles prompted me to try it again.  I do have a 
> working application that does the job but it is lacking two features 
> that were incorporated in my previous big program "Crossword Pal"
> 
> I can't seem to get the cursor to change as it passes over the puzzle grid.
> 

Maybe you could try using PtInRect to see if the mouse point is within 
the rectangle, then manually change the cursor?

Jamin