Results 1 to 6 of 6

Thread: Windows Solitaire Clone - I need some help

Threaded View

  1. #1

    Thread Starter
    Lively Member Underworld1020's Avatar
    Join Date
    Jun 2006
    Location
    NY, USA
    Posts
    99

    Windows Solitaire Clone - I need some help

    Hey guys, this is my first post here

    Anyways as the thread title indicates, I'm attempting to do a clone of the windows Solitaire game. I'm also new to VB, so its not the easiest thing in the world to code, for me. I'm using VB 2005 Express Edition. Basically so far I've got most of the interface part done (menubar, statusbar, options, deck, help), but now I'm trying to get the cards to work now.

    I've split things into two projects, one for the interface, and the other for the class library. I've got several classes that each have properties and such, but one part I'm having trouble with is the Card class. I have a sub called Draw in it, which I want to draw an image of the card to the screen based on its properties. The images of all the cards are contained in the interface project. So the sub needs to get the image from that project and then display it on the screen. But, I can't figure out how to do that...I need help, any ideas?

    If you need more info, here's my project at this very moment:
    The link for the project (.rar archive)

    Thanks in advance.
    Last edited by Underworld1020; Jun 27th, 2006 at 09:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width