Link to home
Start Free TrialLog in
Avatar of stephenwilde
stephenwilde

asked on

Windows application .net c# thread structure

Hi

Building a new application as a windows form using .net c#.

Most of my code has been .net c# website building so windows forms are a mystery, especially threads!

Application checks a table for new records being added every 5 minutes and if it finds a new record it does find a new records it runs a process and updates the form interface.

Would like the interface to be updated every 5 minutes to show application still working even if no new records.

Hope I have made that clear.

Before start I wonder if somebody could help with structure of code in the windows form

Rgds
stephen



ASKER CERTIFIED SOLUTION
Avatar of strickdd
strickdd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of stephenwilde
stephenwilde

ASKER

thank you -sorry for delay in replying to your speedy response