Results 1 to 4 of 4

Thread: Some help please?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    7

    Exclamation Some help please?

    Hello,

    I posted about a week ago asking for an idea, the post was a bit too vague and i didnt really explain myself all too well so im gonna try again.

    Basically i need to create a very simple program that 'Simulates' One of the aspects of Distribution Systems. The aspect i think im going to choose is distributed systems simplest form ' the Client/Server ' model.

    The program i would like to create either in VB.NET or Unix Scripting as im famliar with both.

    The program also does not need to involve more than one system, what i mean is instead of actually communicating with another system on the network i could just use for example 2 forms (in vb) with one form updating information on the other or 2 consoles (in unix) doing the same thing.

    Does anyone have any ideas and or tips, links or videos that might help me.

    Thanks alot
    Moka

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: Some help please?

    when you say you want to pass info between 2 forms, do you mean that one form would be on the server & the other on client? or 2 forms running on the same machine?
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    7

    Re: Some help please?

    the same machine.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Some help please?

    Here's a thread on passing things between forms:

    http://www.vbforums.com/showthread.p...ght=Definitive

    But I suspect that is not what you are really interested in. It sounds like you want to simulate certain behavior, and the items I have in that thread are probably not at all what you want. It sounds like you might be more interested in doing something using threads where data is passed to a thread that passes is to a thread managed by a different form. That would be a bit weird, but simulations often are.
    My usual boring signature: Nothing

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