Thread: Beginner, wants to start interface design...

  1. #1
    Registered User
    Join Date
    Jun 2016
    Posts
    6

    Beginner, wants to start interface design...

    I hope to design a program to myself which will be a stand-alone product and I will use it to record important dates, add reminders, store folder places and website adresses, take notes and combine them to bigger projects adressed to folders, store program shortcuts, record times of some tasks, and hopefully even limit my own use of computer if needed.

    Pretty much a personal assistant thing.

    I tried that before with MATLAB GUI. I did not like the results as they just did not offer much tool. That, and also I prefer a stand-alone program.

    Later on some people on the Internet suggested using C# to perform all these.

    However, how will I design the interface with C#? Some people suggest Visual Studio, but I do not even know id it is possible to use Community version to design GUI. There seems some other GUI options, but I do not know which ones are suitable for me. I just lack the basics to plan my route so I need an introduction to use C# with an interface.

    Thanks for help...

  2. #2
    Registered User
    Join Date
    Jun 2017
    Posts
    157
    Yes Visual Studio is the main IDE for C# and .NET programming. The community editon would be fine. If you use WPF you can also use Adobe Illustrator to create the UI, save it as .xaml and import in Visual Studio or use Blend which comes with VS: YouTube

  3. #3
    Registered User
    Join Date
    Jun 2016
    Posts
    6
    Quote Originally Posted by OldGuy2 View Post
    Yes Visual Studio is the main IDE for C# and .NET programming. The community editon would be fine. If you use WPF you can also use Adobe Illustrator to create the UI, save it as .xaml and import in Visual Studio or use Blend which comes with VS: YouTube
    Wow. That was very helpful. Thank you so much

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 05-01-2015, 09:44 AM
  2. Replies: 0
    Last Post: 05-01-2015, 09:44 AM
  3. For beginner: How to start first c++ programming(Guide)
    By evildotaing in forum C++ Programming
    Replies: 1
    Last Post: 05-21-2012, 08:06 AM
  4. Appropiate class interface design
    By cminusminus in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2010, 05:26 PM
  5. beginner needs help to start programing
    By khalid2003 in forum C++ Programming
    Replies: 8
    Last Post: 10-09-2003, 07:34 AM

Tags for this Thread