|
-
Jan 7th, 2009, 03:30 PM
#1
Thread Starter
Hyperactive Member
[2005] Compontent's concept
Can we count on a component as a big object?
Can we create it in .net?
I thought it was in vb 6 time.
Not sure.
Thanks for answer this silly question.
-
Jan 7th, 2009, 04:00 PM
#2
Re: [2005] Compontent's concept
Do you mean to say custom control or dll? If yes then yes we can do that in .Net. Sorry for my silly answer. =)
-
Jan 7th, 2009, 04:06 PM
#3
Thread Starter
Hyperactive Member
Re: [2005] Compontent's concept
I don't know. May be calling it COM is accurate.
-
Jan 7th, 2009, 04:13 PM
#4
Re: [2005] Compontent's concept
Are you sure you aren't thinking of something like "ActiveX Controls" ?
-
Jan 7th, 2009, 04:17 PM
#5
Thread Starter
Hyperactive Member
Re: [2005] Compontent's concept
It isn't ActiveX Control.
It contains properties and methods.
-
Jan 7th, 2009, 04:19 PM
#6
Re: [2005] Compontent's concept
An ActiveX Control can contain properties and methods, it's just a glorified visual class library (in some cases).
In either case, whether it's COM/ActiveX or OCX/DLL, you can still reference it from your project. Visual Studio will create an interop wrapper around it to let you use it in your .NET code.
I don't know what you mean by big object specifically so I'm assuming you mean that you want to use it somewhere.
-
Jan 7th, 2009, 04:23 PM
#7
Thread Starter
Hyperactive Member
Re: [2005] Compontent's concept
Maybe I am confused by the concepts between COM and compontent.
What are the difference?
I think they are same??
-
Jan 7th, 2009, 04:30 PM
#8
Re: [2005] Compontent's concept
A component is a control (roughly).
COM is a technology that lets libraries and components to talk to each other (among other things).
You can create ActiveX Controls or components using COM.
-
Jan 7th, 2009, 04:35 PM
#9
Re: [2005] Compontent's concept
COM actually stands for Component Object Model
-
Jan 7th, 2009, 04:43 PM
#10
Thread Starter
Hyperactive Member
Re: [2005] Compontent's concept
-
Jan 7th, 2009, 04:58 PM
#11
Re: [2005] Compontent's concept
.NET is, for a large but incomplete part, supposed to be replacing COM.
MS wants you to use .NET rather than COM for future development.
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
|