Graphics help

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

    Graphics help

    I have no experience designing graphics applications, but now have a need to
    design an app with standard graphics capability such as allowing a user to
    drag a textbox-like control onto an image, resize it, select and group
    controls, snap-to-grid, etc.



    This app will be used to obtain data coordinates for scanned custom-forms
    that will ultimately be printed on an impact printer. For example, a
    customer name field will be dragged onto the appropriate location of the
    form so that it will be appropriately located when printed.



    Is there some kind of info or open source code for this?


  • =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?=

    #2
    RE: Graphics help

    It is possible to use the visual studio designer in a windows forms app.
    There is a lot of work to app like that, even with the designer. I dont
    remember how to use it as I have never done so in anger but there are
    articles about it.
    --
    Ciaran O''Donnell
    try{ Life(); } catch (TooDifficultException) { throw Toys(); }



    "Bill Fuller" wrote:
    I have no experience designing graphics applications, but now have a need to
    design an app with standard graphics capability such as allowing a user to
    drag a textbox-like control onto an image, resize it, select and group
    controls, snap-to-grid, etc.
    >
    >
    >
    This app will be used to obtain data coordinates for scanned custom-forms
    that will ultimately be printed on an impact printer. For example, a
    customer name field will be dragged onto the appropriate location of the
    form so that it will be appropriately located when printed.
    >
    >
    >
    Is there some kind of info or open source code for this?
    >
    >
    >

    Comment

    • Hillbilly

      #3
      Re: Graphics help

      Jees, you're not asking for much are you? IMO you don't need open-source,
      i.e fool's gold. You need cash to hire somebody that has experience with WPF
      and sadly while I have all kinds of "graphics" experience at the moment it
      isn't me. As if. You want somebody with Windows Presentation Foundation
      experience Bill.

      "Bill Fuller" <someone@nospam .comwrote in message
      news:Oz%23lTSOG JHA.2508@TK2MSF TNGP06.phx.gbl. ..
      >I have no experience designing graphics applications, but now have a need
      >to design an app with standard graphics capability such as allowing a user
      >to drag a textbox-like control onto an image, resize it, select and group
      >controls, snap-to-grid, etc.
      >
      >
      >
      This app will be used to obtain data coordinates for scanned custom-forms
      that will ultimately be printed on an impact printer. For example, a
      customer name field will be dragged onto the appropriate location of the
      form so that it will be appropriately located when printed.
      >
      >
      >
      Is there some kind of info or open source code for this?
      >
      >

      Comment

      • Bill Fuller

        #4
        Re: Graphics help

        What do you mean "fools gold"?

        "Hillbilly" <somebody@somew here.comwrote in message
        news:eI5hEymGJH A.1160@TK2MSFTN GP04.phx.gbl...
        Jees, you're not asking for much are you? IMO you don't need open-source,
        i.e fool's gold. You need cash to hire somebody that has experience with
        WPF and sadly while I have all kinds of "graphics" experience at the
        moment it isn't me. As if. You want somebody with Windows Presentation
        Foundation experience Bill.
        >
        "Bill Fuller" <someone@nospam .comwrote in message
        news:Oz%23lTSOG JHA.2508@TK2MSF TNGP06.phx.gbl. ..
        >>I have no experience designing graphics applications, but now have a need
        >>to design an app with standard graphics capability such as allowing a user
        >>to drag a textbox-like control onto an image, resize it, select and group
        >>controls, snap-to-grid, etc.
        >>
        >>
        >>
        >This app will be used to obtain data coordinates for scanned custom-forms
        >that will ultimately be printed on an impact printer. For example, a
        >customer name field will be dragged onto the appropriate location of the
        >form so that it will be appropriately located when printed.
        >>
        >>
        >>
        >Is there some kind of info or open source code for this?
        >>
        >>
        >

        Comment

        Working...