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. Pure MTA Windows.Forms?

Pure MTA Windows.Forms?

Scheduled Pinned Locked Moved C#
question
3 Posts 3 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.
  • J Offline
    J Offline
    jwb77
    wrote on last edited by
    #1

    Does anyone else think that the implementation of Windows.Forms has been compromised by the decision to continue to drive windows in a Single Threaded Apartment? Does anyone know of a wrapper implementation that gives the seamless illusion that a window is 100% free threaded? I'm getting tired of calling Invoke(..) -- or having a refresh timer on a dialog to pull data off the back-end! There must be a better way! Jade Burton Programmer

    L A 2 Replies Last reply
    0
    • J jwb77

      Does anyone else think that the implementation of Windows.Forms has been compromised by the decision to continue to drive windows in a Single Threaded Apartment? Does anyone know of a wrapper implementation that gives the seamless illusion that a window is 100% free threaded? I'm getting tired of calling Invoke(..) -- or having a refresh timer on a dialog to pull data off the back-end! There must be a better way! Jade Burton Programmer

      L Offline
      L Offline
      Laimis
      wrote on last edited by
      #2

      You are not alone man. I haven't found an alternative either.

      1 Reply Last reply
      0
      • J jwb77

        Does anyone else think that the implementation of Windows.Forms has been compromised by the decision to continue to drive windows in a Single Threaded Apartment? Does anyone know of a wrapper implementation that gives the seamless illusion that a window is 100% free threaded? I'm getting tired of calling Invoke(..) -- or having a refresh timer on a dialog to pull data off the back-end! There must be a better way! Jade Burton Programmer

        A Offline
        A Offline
        A Wegierski
        wrote on last edited by
        #3

        It's impossible, I think. Microsft use Invoke or timers in many controls (see variable names "delayed" in debugger!!!). Now I'm working on implementing FreeForm in DataGrid. I have no any timer or Invoke but it doesn't work good. Hi, AW

        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