Click here to Skip to main content
15,915,081 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondbf with VB.Net (2005) Pin
Rainer_4217-Dec-05 11:41
Rainer_4217-Dec-05 11:41 
AnswerRe: dbf with VB.Net (2005) Pin
Mekong River17-Dec-05 16:49
Mekong River17-Dec-05 16:49 
AnswerRe: dbf with VB.Net (2005) Pin
albCode19-Dec-05 5:01
albCode19-Dec-05 5:01 
QuestionDatabase help Pin
Binary011017-Dec-05 8:51
Binary011017-Dec-05 8:51 
AnswerRe: Database help Pin
Christian Graus17-Dec-05 22:12
protectorChristian Graus17-Dec-05 22:12 
GeneralRe: Database help Pin
jcrussell18-Dec-05 18:28
jcrussell18-Dec-05 18:28 
QuestionGame Programming using VB.NET Pin
dipankaronline17-Dec-05 7:34
dipankaronline17-Dec-05 7:34 
AnswerRe: Game Programming using VB.NET Pin
Mazitan17-Dec-05 8:04
Mazitan17-Dec-05 8:04 
If you are only making a simple poker game, you really don't need to get all fancy and do tons of research. You have 52 cards in a deck. You can select at random a number 1-52, each number representing a different card (1-13 = ace-king hearts suit, 14-27 = ace-king spades suit, etc), and you store what cards you have out on a 2 dimensional array to show who has them. For four players (3,4), unless you are using more than 5 cards. Once you have that down, you are left with the graphics. You could use labels, picture boxes, but from your post, I assume you want to get really fancy.

http://www.microsoft.com/downloads/details.aspx?FamilyID=9216652f-51e0-402e-b7b5-feb68d00f298&displaylang=en[^]

DirectX. I use it, but never really read any books on it, but I know tyhere is one out. You can make a fancy table object and use a cube object to handle the cards, just use different textures on them for different cards.

http://www.wings3d.com/[^]

^ is a good modeling program, but DirectX mainly users the .x or .m format, so you will have to convert your objects. Sorry I can't be of much help, but good luck.
AnswerRe: Game Programming using VB.NET Pin
Mekong River17-Dec-05 16:54
Mekong River17-Dec-05 16:54 
Questionate help VB.net transparency between objects Pin
JUNEYT17-Dec-05 6:53
JUNEYT17-Dec-05 6:53 
AnswerRe: ate help VB.net transparency between objects Pin
Christian Graus17-Dec-05 22:06
protectorChristian Graus17-Dec-05 22:06 
QuestionRemove file name while print in dos mode. Pin
.NetRams17-Dec-05 0:17
.NetRams17-Dec-05 0:17 
AnswerRe: Remove file name while print in dos mode. Pin
Dave Kreskowiak17-Dec-05 8:18
mveDave Kreskowiak17-Dec-05 8:18 
Question"shape query " in .NET Pin
Yogesh Saravate16-Dec-05 19:21
Yogesh Saravate16-Dec-05 19:21 
QuestionSecurity Exception Pin
Aanchal Naidu16-Dec-05 14:30
Aanchal Naidu16-Dec-05 14:30 
QuestionFind mac address on all computers on network Pin
GregRH16-Dec-05 12:42
GregRH16-Dec-05 12:42 
AnswerRe: Find mac address on all computers on network Pin
Dave Kreskowiak16-Dec-05 15:09
mveDave Kreskowiak16-Dec-05 15:09 
GeneralRe: Find mac address on all computers on network Pin
GregRH19-Dec-05 5:15
GregRH19-Dec-05 5:15 
QuestionHave a problem Saving changes to database Pin
jbeggie16-Dec-05 8:33
jbeggie16-Dec-05 8:33 
AnswerRe: Have a problem Saving changes to database Pin
Dave Kreskowiak16-Dec-05 9:23
mveDave Kreskowiak16-Dec-05 9:23 
QuestionDesigner Generated Code Pin
Tainter16-Dec-05 7:22
Tainter16-Dec-05 7:22 
AnswerRe: Designer Generated Code Pin
Dave Kreskowiak16-Dec-05 9:20
mveDave Kreskowiak16-Dec-05 9:20 
AnswerRe: Designer Generated Code Pin
Joshua Quick16-Dec-05 9:46
Joshua Quick16-Dec-05 9:46 
GeneralRe: Designer Generated Code Pin
Tainter16-Dec-05 9:52
Tainter16-Dec-05 9:52 
Questioncalling .NET virtual method from VB6 Pin
IsaacB16-Dec-05 6:46
IsaacB16-Dec-05 6:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.