Results 1 to 11 of 11

Thread: [2005] Compontent's concept

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    [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.

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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. =)
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Re: [2005] Compontent's concept

    I don't know. May be calling it COM is accurate.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Compontent's concept

    Are you sure you aren't thinking of something like "ActiveX Controls" ?

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Re: [2005] Compontent's concept

    It isn't ActiveX Control.
    It contains properties and methods.

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    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??

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  9. #9
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Compontent's concept

    COM actually stands for Component Object Model

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    470

    Re: [2005] Compontent's concept

    Does .Net still use COM?

  11. #11
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width