Worry about the stability of your application and its UI??
Here is a sample that uses the UI Automation API's from .net (3.0 and above) to stress test your application.
Just run
InvokeStress.exe -pid [processId]
or
InvokeStress.exe -title [windowTitle]
And see if your app can survive being taken through its paces over a 24 hour period.
