|
-
Feb 23rd, 2004, 01:03 PM
#1
Thread Starter
Fanatic Member
linking classes
I have two classes. How is it possible to link two classes together.
-
Feb 23rd, 2004, 01:17 PM
#2
Sleep mode
Place these two classes in one or two namespaces(if they're related them one namespace) then compile , get one dll .
-
Feb 23rd, 2004, 01:20 PM
#3
It depends what you mean by 'link'?
-
Feb 23rd, 2004, 01:24 PM
#4
Sleep mode
If he means 'Linking' as in C\C++ , then this doesn't exists in VB.NET nor C# .
-
Feb 23rd, 2004, 04:19 PM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|