Hello,
You might want to take a look at some of the templates built into LabVIEW. Go to File>>New, then navigate to VI From Template>>Frameworks>>Design Patterns. You might want to check out the User Interface Event Handler if you want your program to act more event driven, based on button clicks or other user actions. Also, you might look at the Standard State Machine if you want your program to be more of a state machine architecture.
-Alan A.