How would I write a program that lets you type in a user's name
and then an msgbox would popup on their computer?
Can this be done without any annoying numbers?
Printable View
How would I write a program that lets you type in a user's name
and then an msgbox would popup on their computer?
Can this be done without any annoying numbers?
I might have misunderstood your question but what annoying numbers are you talking about.
To have a popup box appear you should use Javascript (on the lostfocus of your textbox for example)
if you want to see the code, go to www.irt.org and click no the javascript Faq's; there you will find everything you need to know.
good luck
Do you want the same functionality as the
net send username "Message"
command? If so, look into the API for the net commands (Network Management / Message Functions).