Results 1 to 4 of 4

Thread: C# in .NET [System.Windows.Forms]

  1. #1
    Join Date
    Mar 2006
    Beans
    336

    C# in .NET [System.Windows.Forms]

    Hi guys,

    I finally decided to start porting over some of my enterprise C#.net applications to Linux recently and I was quite disappointed to learn that there is no System.Windows.Forms.* namespace or classes available.

    I have been tooling around with GTK# but I'm having difficulties using it since the controls are named differently (where is listBox, ListView, TreeView, etc??).

    Can someone recommend a good msdn-style reference for GTK# (with code samples for each method)?

    Additionally, is there an IDE I can use where I can draw the controls on the forms automatically (Visual Studio style) instead of having to tediously tell the controls exactly where on the form the need to be drawn manually? MonoDevelop doesn't seem to have a graphical forms editor.

  2. #2
    Join Date
    Jan 2006
    Beans
    4,208
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: C# in .NET [System.Windows.Forms]

    I thought mono had Windows.Forms compatibility
    http://www.mono-project.com/WinForms
    EDIT: or at least may have it soon

  3. #3
    Join Date
    Mar 2006
    Beans
    336

    Re: C# in .NET [System.Windows.Forms]

    System.Windows.Forms is not available in the version in the repos (v0.10), perhaps I will look at the dev version.

    Any suggestions on a code resource like msdn for GTK#? Also, I wonder why Intellisense doesn't work for GTK libraries like it does for .NET FCL libs?

  4. #4
    Join Date
    Mar 2005
    Location
    Ålsgårde, Denmark
    Beans
    939
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: C# in .NET [System.Windows.Forms]

    Quote Originally Posted by Thund3rstruck View Post
    SAny suggestions on a code resource like msdn for GTK#?
    http://www.go-mono.com/docs/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •