reactos/base/applications/games/solitaire
Carl J. Bialorucki f65c03a28c
[SOLITAIRE] Use the shell about dialog for solitaire and spider (#5493)
Use the shell about dialog for solitaire and spider solitaire.
This increases visual consistency throughout the operating system
and matches the behavior of the game from Windows XP.

- Use the shell about dialog instead of a plain MessageBox.
- Since the shell about dialog can only handle two lines of text,
  shorten the message dialog text to two lines.
2023-08-04 01:50:39 +03:00
..
lang [SOLITAIRE] Use the shell about dialog for solitaire and spider (#5493) 2023-08-04 01:50:39 +03:00
CMakeLists.txt [SOLITAIRE] Use the shell about dialog for solitaire and spider (#5493) 2023-08-04 01:50:39 +03:00
ReadMe.txt
resource.h
rsrc.rc
solcreate.cpp
solgame.cpp
solitaire.cpp [SOLITAIRE] Use the shell about dialog for solitaire and spider (#5493) 2023-08-04 01:50:39 +03:00
solitaire.h
solitaire.ico
solundo.cpp

Solitaire for ReactOS

/*****************************************
A complete working example of the CardLib
card-game library.

Freeware
Copyright J Brown 2001

Updates at http://www.catch22.net

******************************************/

The author has given permission to use these sources
under Public Domain. Do what thou will but please give
credit where credit is due.

-sedwards