Results 1 to 4 of 4

Thread: Message Box Problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2005
    Posts
    300

    Message Box Problem

    I need to say this.

    txtFullName being a textbox where the customers name is entered


    txtFullName.text was successfully added to the system.


    how i do it ??
    Im Learning !!!!

  2. #2
    Addicted Member
    Join Date
    Jan 2005
    Posts
    138

    Re: Message Box Problem

    msgbox txtfullname.text & " was successfully added.."
    ?

  3. #3
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    651

    Re: Message Box Problem

    msgbox txtfullname.text & " was successfully added. to the system."

  4. #4
    Member
    Join Date
    Dec 2004
    Location
    Halo
    Posts
    40

    Re: Message Box Problem

    or you can simply say:

    Msgbox txtFullName & " was successfully added to the system."

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