Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LordofShadows

    User pathnames during installation

    I just grouped together a Yahtzee program for installation. Everything worked except for one little problem I KNOW I'll run in to. In my code, there is a statement that opens such and such a file and I have pictures (which are called into use, also) from my c-drive on my form. When I put it...
  2. LordofShadows

    Installing Personal Program

    I just wrote a very detailed Yahtzee game and I was wondering how I can put it on a disk (a floppy can even hold it) and make it to where the person can install it onto their computer. I've tried running my exe of the file on computers without vb6 and it says they don't have the .dll files...
  3. LordofShadows

    Saving Values Over TIme

    I'm trying to finish a Yahtzee program and I want to add a high score list. When I compile the program into an exe, what kind of code can I use to say that such and such value be saved throughout the next time you run the program (that way when they run the program again it will still be there).
  4. LordofShadows

    Random Number Generator

    I am writing a program that simulates the card game "War". I have most of it written, but I am stuck at "shuffling" the cards. I've already created an array that has all 52 cards, and I have an array set up to take in those cards randomly. Here's my problem: I'm using a...

Part and Inventory Search

Back
Top