Results 1 to 2 of 2

Thread: Difficult MessageBox Question

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    18

    Question Difficult MessageBox Question

    How to send a message box on a remote computer (same NT domain) without using the 'net send' command.

    Not simple...

  2. #2
    Fanatic Member ExcalibursZone's Avatar
    Join Date
    Feb 2000
    Location
    Western NY State
    Posts
    908
    What kind of message box? The standard kind that you show in vb with MsgBox?
    If so, that wouldn't be a problem. You'd need your server, and a client, which denotes you'll need the winsock control. Create a function on the client machine that takes data from the winsock data arrival event and displays the proper MsgBox. You'd probably have to create some kind of protocol for it, say, by sending a string of information seperated by chr$(4) denoting type, title, message text, etc.
    On the client machine, you'd just go through a case statement or some other control structure to build your message box.

    Just my 2¢. This could be what you're looking to do, then again, it could be way off
    -Excalibur

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