Results 1 to 6 of 6

Thread: Interview question!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    70

    Interview question!!

    What would you say?

    Question: From a 40,000 ft. view, if you had to write a program that basically captured some text from a textbox and after clicking a command button how would you get that text message from that client machine over to another client machine or server on the same network and have it pop up on the screen? The meat of the answer is how you would get the message from one machine to the other.
    "never trouble trouble til trouble troubles you"

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Use Net Send:

    NET SEND {name | * | /DOMAIN[:name] | /USERS} message

  3. #3
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    Winsock !

    OK you couldnt use winsock unless you could set up a sever on the other machine. So yup net send.

    Whats the 40,000ft have to do with anything?
    Last edited by Jmacp; Jun 19th, 2004 at 04:04 PM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Posts
    70
    40,000ft. view means from a broad perspective, the outlines, no details.
    "never trouble trouble til trouble troubles you"

  5. #5
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    I would ask...
    "What the **** am I doing programming 40,000 feet in the air, when I'm afraid of heights!"
    Unless it's the companies idea of Extreme Programming.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  6. #6
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    VB Code:
    1. MsgBox "Please write the following down on some paper and catch the #6 bus over to......" , VBCritical, "Urgent!"

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