VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Slim Chance Solitaire

by Robert Domico (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (1 Votes)

This is a simple example of a card game using vbCard.ocx found at https://bargainbd.com/opusopus/vbcards.htm. I don't know what the game is called. My wife made up "Slim Chance" becuase it is very hard to win. I also used another ocx called JMGResizer.ocx. It resizes controls automatically. It can be found at https://www.geocities.com/SiliconValley/Sector/7902/jmgresizer.htm
Both
ocx's are free.

Assumes
Download vbcard.ocx from http://bargainbd.com/opusopus/vbcards.htm and JMGResizer.ocx from http://www.geocities.com/SiliconValley/Sector/7902/jmgresizer.htm Both are free.
API Declarations
Private Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpString As Any, ByVal lpFileName As String) As Long
Private Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA"

Rate Slim Chance Solitaire

Upload

Download this snippet    Add to My Saved Code

Slim Chance Solitaire Comments

No comments have been posted about Slim Chance Solitaire. Why not be the first to post a comment about Slim Chance Solitaire.

Post your comment

Subject:
Message:
0/1000 characters