Results 1 to 5 of 5

Thread: MsgBox

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Location
    Belgium
    Posts
    98

    Post

    Hi,

    Can someone tell me how to send a MsgBox to another computer over a network.


    Thanks R@emdonck

    [This message has been edited by R@emdonck (edited 02-16-2000).]

  2. #2
    Guest

    Post

    First you have to connect those two systems.
    you can use the winsock control to connect those two systems. And when they are connected you can send a string to the client system. and the client system will response . example a msgbox. or whatever.

    -Kayoca Mortation

  3. #3
    New Member
    Join Date
    Jun 2000
    Location
    San Diego
    Posts
    3
    No, what if you just use a system procedure to give a warning, or a message box.

    directoR
    directoR of DESIGNS

  4. #4
    Lively Member
    Join Date
    Jun 2000
    Location
    Ca
    Posts
    93

    kyocka is right

    first you must link both computers in a network. Then go and create a net work to each computer within the computers. Then make a masbok then drag it over the network symbol, voila, there ytou have it, a message box in a network.
    Timbudtwo
    I have no life, only one with computers.

    VB 6.0 Enterprise Edition
    [hr]

  5. #5
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb Net Send or Winpopup.EXE

    Assume you have a LAN established environment and all PC connect to a same LOCAL Domain. So if you're in WinNT platform, then you can use the Net Send command to send a message to another network PC.

    Code:
    Shell Net send <Parameter> <Your Message>
    The Parameter can be oone of the following:
    • Account
    • User (Send message to a particular user)
    • Group
    • * (All Terminal under the same domain)
    • View (View all the PC that loged into the Domain)
    • LocalGroup (Check all the available User group in the Domaina)
    • Start
    • Stop


    For more information just type Net/? at the command prompt and you should get all the above mention syntax.

    For Win9x Platform, you may need to use the Winpopup.EXE (I think this the file, hope i didn't spell wrongly)
    But in order for this little gadget must lunch first before it can receive any message from others netword PC,

    Hope this can help.





    [Edited by Chris on 06-20-2000 at 08:07 PM]

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