Hello all ![]()
here is Lotus notes SUDOKU game, which i have made.
http://www.sendspace.com/file/kwyhan
Please post comment if you will like it ![]()
Hello all ![]()
here is Lotus notes SUDOKU game, which i have made.
http://www.sendspace.com/file/kwyhan
Please post comment if you will like it ![]()
Subject: Lotus Notes SUDOKU game
AWESOME! Now if I just knew how to play… could you put some simple instructions in the About or Using docs? I will look that up but… FUN!!! Something cool to do on lunch breaks right in my Notes! Woot!!!
Subject: Lotus Notes SUDOKU game
FUN!! I do like it. I like the different levels.
I’m going to modify it to:
Save a game so that I can go back to it when I have to stop mid-game when work gets in the way (will need a view).
Have it grab the contents of a field on entering so that I can change it easier. Maybe something in each field like:
Dim ws As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = ws.CurrentDocument
Call uidoc.SelectAll
Subject: Lotus Notes SUDOKU game
Its awesum…but one mistake is there…
values which u r setting should be non editable…but here we can easily change that …which is not acceptable…