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. Windows Forms
  4. Winforms Html Editor

Winforms Html Editor

Scheduled Pinned Locked Moved Windows Forms
csharphtmlwpfwinformscom
4 Posts 2 Posters 2 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.
  • T Offline
    T Offline
    tarjeetsalh
    wrote on last edited by
    #1

    HI, I Have Created a Desktop Winforms Application On The Basis of Wix.com Means a user can create Html templates in the Application and then Publish Them.now when a user Clicks on the Menu On Right side( Which Contains Menu For Adding Buttons and Other General Controls),The Control is Drawn on The Webbrowser control ( Setting its Editmode true). But Whenever we add a Control is Alighned to left By Default and There is No Mean To Reorder them . Can we implement a Functionality Which Lets Users Place Controls on Document where ever they want instead of Having Each control Autoalighned to Left. Thanx Tarjeet

    Tarjeet

    D 1 Reply Last reply
    0
    • T tarjeetsalh

      HI, I Have Created a Desktop Winforms Application On The Basis of Wix.com Means a user can create Html templates in the Application and then Publish Them.now when a user Clicks on the Menu On Right side( Which Contains Menu For Adding Buttons and Other General Controls),The Control is Drawn on The Webbrowser control ( Setting its Editmode true). But Whenever we add a Control is Alighned to left By Default and There is No Mean To Reorder them . Can we implement a Functionality Which Lets Users Place Controls on Document where ever they want instead of Having Each control Autoalighned to Left. Thanx Tarjeet

      Tarjeet

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      First, get your finger off the Shift key. You're not using correctly and it makes your post a little difficult to read. Second, what controls are you talking about?? HTML controls?? Like INPUT tags? If so, you've got a lot to learn about writing HTML and why everything is "left aligned" by default.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak

      T 1 Reply Last reply
      0
      • D Dave Kreskowiak

        First, get your finger off the Shift key. You're not using correctly and it makes your post a little difficult to read. Second, what controls are you talking about?? HTML controls?? Like INPUT tags? If so, you've got a lot to learn about writing HTML and why everything is "left aligned" by default.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak

        T Offline
        T Offline
        tarjeetsalh
        wrote on last edited by
        #3

        ok but can i break this behaviour of html ??

        D 1 Reply Last reply
        0
        • T tarjeetsalh

          ok but can i break this behaviour of html ??

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          You have two choices if you want to continue to use HTML. 1) Use the nightmare that is CSS positioning. 2) Rewrite the HTML spec yourself and write a parsing and rendering engine to use your new spec. Other than that, we have no idea what you're using HTML for and what your app does, so it's pretty much impossible to suggest any other methods.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          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