Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6772463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:33:09+00:00 2026-05-26T15:33:09+00:00

I need to make an application which has two windows: Window 1 Contains 6

  • 0

I need to make an application which has two windows:

Window 1
Contains 6 countdown timers.

Window 2
Here will the settings og the individual timers be set.

What will be the best solution for this functionality? I will be using c# wpf and .Net 4.0

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:33:10+00:00Added an answer on May 26, 2026 at 3:33 pm

    MVVM

    1. CountDownView
    Represents a single timer View, simple TextBlock bound to a CurrentValue property or something more nice/complex instead of TextBlock

    2. CountDownViewModel
    Represents a single timer itself, expose property int CurrentValue displayed as countdown number on the View. To implement countdown you can use Sytem.Timers.Timer and in Elapsed event handler just decrement CurrentValue property value

    3. TimersView – for first window with 6 timers

    • ItemsCountrol / ListView,
    • ItemTemplate – CountDownView
    • ItemsSource – bound to a Timers property of TimersViewModel, basically TimersViewModel shoudl be set to DataContext of the TimersView so you woudl eb able to specify following binding: (and each item will be bound to single Timer)

      <ListView ItemsSource="{Binding Timers}" ... />

    4. TimersViewModel – expose IEnumerable<CountDownViewModel> Timers property

    5. SettingsView – Settings panel

    PS: INotifyPropertyChanged for all VM properties exposed to Views

    Homework for you:

    1. Understand MVVM principles, WPF Bindings and Commands, this would be helpful for you along all your career
    2. Implement relation between TimersViewModel and SettingsViewModel yourself
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a relatively simple application which I need to make native Mac OSX
I want to make an application which has Tab bar . In each TabBar
In an application I'm working on I've created a lightweight logger which has two
I have a web application which has two servlets that exchange information through context
I need to make an application in .NET CF with different/single forms with a
I need to make a .net application where I must detect a specific object
I need to make so that my application can have only one instance running
We need to make our enterprise ASP.NET/NHibernate browser-based application able to function when connected
My application depends on another third-party framework and I need to make sure the
I'm trying to test an application and I need to make an valid IP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.