Results 1 to 5 of 5

Thread: linking classes

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    509

    linking classes

    I have two classes. How is it possible to link two classes together.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Place these two classes in one or two namespaces(if they're related them one namespace) then compile , get one dll .

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    It depends what you mean by 'link'?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    If he means 'Linking' as in C\C++ , then this doesn't exists in VB.NET nor C# .

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2003
    Posts
    509
    Wat i mean is. On the one hand i have a location class with 2 variables which are id and clearence level. On the other hand i have a door class with id and id2. When a user clicks on a label, then the door class should be accessed, and using the door id, this should equal one from the location class id. From accessing the location class, the database should be accessed and the information recieved.

    I know some people may find this way tedious, but this is the way ive been recommended to do it. If there is another method that still uses classes then please feel free to say so.

    At the momment as it stands, is there anyone that can help me?

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