|
-
May 4th, 2005, 10:29 PM
#1
Thread Starter
Hyperactive Member
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 ??
-
May 4th, 2005, 10:39 PM
#2
Addicted Member
Re: Message Box Problem
msgbox txtfullname.text & " was successfully added.."
?
-
May 4th, 2005, 10:41 PM
#3
Fanatic Member
Re: Message Box Problem
msgbox txtfullname.text & " was successfully added. to the system."
-
May 4th, 2005, 11:06 PM
#4
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|