C# Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Greg

    #1

    C# Control

    Can a custom control DLL develped in C# be used in any .NET project e.g.
    C++/VB?

    Also, any ideas on the best ways to share GUI controls among both Web Forms
    and Windows Forms app? i.e. is there any way to avoid having to develop the
    same control twice, one for Windows and one for Web?

    --
    Greg McPherran
    This domain is for sale! Fast and easy shopping. Trusted and secure since 2005.

  • Brian Patterson

    #2
    Re: C# Control

    1) Yes a C# control can be used within any other .NET language project.
    2) Web and winforms render completely different so it would be best if you
    stuck with 2 different controls.

    Brian Patterson



    "Greg" <gm@mcpherran.c om> wrote in message
    news:45BC0EDB-1293-4C08-A11D-B910FC39C98C@mi crosoft.com...[color=blue]
    > Can a custom control DLL develped in C# be used in any .NET project e.g.
    > C++/VB?
    >
    > Also, any ideas on the best ways to share GUI controls among both Web
    > Forms
    > and Windows Forms app? i.e. is there any way to avoid having to develop
    > the
    > same control twice, one for Windows and one for Web?
    >
    > --
    > Greg McPherran
    > www.McPherran.com[/color]


    Comment

    Working...