CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: davewillis

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    754

    ? on modify of code

    Got this quiz and want to change the code so that it displays the correct answer for any question that the player misses. I open it/modify it in NotePad and dbl click the file to launch Windows...
  2. Replies
    2
    Views
    1,008

    COnvert to different script

    How would I convert this script to VBScript??


    start

    declare variables
    char elementCnt
    char newMember
    num testTotal equals 0
    num i equals 0
  3. Replies
    1
    Views
    979

    Does code match requirements

    1. Prompt user to input path to some folder on system
    2. Get a folder object to represent that folder
    3. Get a files collection to represent all the files in the folder the user has selected
    4....
  4. Replies
    1
    Views
    919

    Using an Array

    Looking to use an array to store user input that is collected in the Captain Adventure story instead of storing the data in individual variables?


    'Script Name: CaptainAdventure.vbs
    'Author:...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured