Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Below idea how to be realized in C#?

Below idea how to be realized in C#?

Scheduled Pinned Locked Moved C#
tutorialcsharpquestion
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mctramp168
    wrote on last edited by
    #1

    The system is deployed on the user PC,as the usual time it runs under the user mode,once I click some menu(or button), the system runs under the developing mode, at this moment, the programmer can redesign the system, for example, add some buttons on the winform, and encode the code and recomplie it. Could you please give me some suggestion or some codes for it? Many thanks

    C 1 Reply Last reply
    0
    • M mctramp168

      The system is deployed on the user PC,as the usual time it runs under the user mode,once I click some menu(or button), the system runs under the developing mode, at this moment, the programmer can redesign the system, for example, add some buttons on the winform, and encode the code and recomplie it. Could you please give me some suggestion or some codes for it? Many thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Are you asking about how to write a system where the end user can redesign the UI ? If not, I have no idea what you're saying.

      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question.

      M 1 Reply Last reply
      0
      • C Christian Graus

        Are you asking about how to write a system where the end user can redesign the UI ? If not, I have no idea what you're saying.

        Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question.

        M Offline
        M Offline
        mctramp168
        wrote on last edited by
        #3

        yes, I want to it can be redesigned the UI without the VS.net envirnment. Do you have any idea about it ?thanks!

        C 0 2 Replies Last reply
        0
        • M mctramp168

          yes, I want to it can be redesigned the UI without the VS.net envirnment. Do you have any idea about it ?thanks!

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          You need to define your own format to create UI elements, and to define what they do, then write a program which can read that format, and one that writes it. You may use an xml document, for example. It's far from trivial. Creating UI is easy enough, especially if you limit it to a few types of elements, the question is, how do you define what the UI elements actually DO ?

          Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question.

          M 1 Reply Last reply
          0
          • C Christian Graus

            You need to define your own format to create UI elements, and to define what they do, then write a program which can read that format, and one that writes it. You may use an xml document, for example. It's far from trivial. Creating UI is easy enough, especially if you limit it to a few types of elements, the question is, how do you define what the UI elements actually DO ?

            Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question.

            M Offline
            M Offline
            mctramp168
            wrote on last edited by
            #5

            Christian Graus,Thanks for your kind help,If you know some simple examples for reference,I am very grateful!

            P 1 Reply Last reply
            0
            • M mctramp168

              Christian Graus,Thanks for your kind help,If you know some simple examples for reference,I am very grateful!

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #6

              Have a read through the articles on Marc Clifton's blog[^] (or here in Code Project), paying particular attention to his articles on Declarative Programming.

              "WPF has many lovers. It's a veritable porn star!" - Josh Smith

              As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

              My blog | My articles | MoXAML PowerToys | Onyx

              1 Reply Last reply
              0
              • M mctramp168

                yes, I want to it can be redesigned the UI without the VS.net envirnment. Do you have any idea about it ?thanks!

                0 Offline
                0 Offline
                0x3c0
                wrote on last edited by
                #7

                If your users are WPF-tolerant, then you can use the XamlReader[^] class like they did in this thread on the MSDN forums

                Between the idea And the reality Between the motion And the act Falls the Shadow

                M 1 Reply Last reply
                0
                • 0 0x3c0

                  If your users are WPF-tolerant, then you can use the XamlReader[^] class like they did in this thread on the MSDN forums

                  Between the idea And the reality Between the motion And the act Falls the Shadow

                  M Offline
                  M Offline
                  mctramp168
                  wrote on last edited by
                  #8

                  oh,thanks

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups