Dynamic forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QUEyZTcyRQ==?=

    Dynamic forms

    Given a C# form (and its controls) that is created dynamically i.e.
    programatically rather than using the IDE, is there a way of writing that
    form's definition to a .CS file?
  • csharp@elfware.za.net

    #2
    Re: Dynamic forms

    On Mar 11, 11:24 am, AA2e72E <AA2e...@discus sions.microsoft .com>
    wrote:
    Given a C# form (and its controls) that is created dynamically i.e.
    programatically rather than using the IDE, is there a way of writing that
    form's definition to a .CS file?
    Have you looked at WPF?

    Comment

    • =?Utf-8?B?QUEyZTcyRQ==?=

      #3
      Re: Dynamic forms


      I know what the acronymn stands for; I believe it is only available in C#
      3.0? I am using C# 2.0.

      Can you give me a more helpful clue, please?

      Comment

      Working...