CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Junior1993

Search: Search took 0.03 seconds.

  1. Re: Designing a typical GUI for editing entities [desktop application]

    D_Drmmr, thank you for your reply!
  2. Replies
    2
    Views
    1,074

    Re: Inexperienced Needing Help

    You need to create the Workshop class and the Location class. Something like this:


    class Workshop
    {
    public string Name { get; set; } // or public int ID to use it as a key
    public decimal...
  3. Designing a typical GUI for editing entities [desktop application]

    I have little experience in developing GUI for desktop applications, but I want to develop a typical GUI for creating/editing entities (e.g. Customer, Suppliers, etc.) which would be similar for many...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured