Results 1 to 2 of 2

Thread: Room scheduling system

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Arrow Room scheduling system

    The manual room scheduling in our school is a little messy and prone to conflicts so I am thinking of making a room scheduling program for them. The attached screenshot is what the GUI should look like (other suggestions are welcome). The main thing is that no time should overlap with one another, I think I can do that with SQL.

    For the GUI part, what do you think can I use for such design?

    TIA
    Attached Images Attached Images  
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    PowerPoster Evil_Giraffe's Avatar
    Join Date
    Aug 2002
    Location
    Suffolk, UK
    Posts
    2,555

    Re: Room scheduling system

    Looks pretty much like a grid to me. Given the forum this is posted in, I assume you're using WPF? If so, you've got the Grid control.

    What else is it supposed to do? That will really determine what's most appropriate (i.e. although I mentioned Grid just now, if you're adding/removing rows dynamically, Grid might not be your best option)

Posting Permissions

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



Click Here to Expand Forum to Full Width