Results 1 to 3 of 3

Thread: Madlips

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    1

    Madlips

    hi im a newbie to visual basic and i have been set on a task to complete a madlip and i dont have a clue what coding i need can someone help plase

  2. #2

  3. #3
    Junior Member
    Join Date
    Oct 2006
    Location
    Florida
    Posts
    25

    Re: Madlips

    If your talking about madlibs, an program where a user inputs a set of words knowing only if its an adjective, noun, etc. and then afterwords the words are put into a template usually telling a story and the outcome is usually comedic...

    http://en.wikipedia.org/wiki/Mad_Libs

    MartinLiss, what i would do is, create textboxes for the user-submitted words, and then set them in a public variable in a separate module, then create some type of text file with the template, and use something like %noun% in the text file for the spots where the nouns would go, and use the Replace function to replace the spots in the text file.

    VB Code:
    1. Replace(expression, find, replacewith[, start[, count[, compare]]])

    If you serious about this, setup an project on SourceForge.net and i would be happy to help you with it.
    Visual Basic developers needed for Fantasy Football project:
    http://sourceforge.net/projects/fanfbscoring/

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