View Single Post
Old Nov 21, 2008, 05:48 PM   #22
GT08
5 Posts
 
Join Date: Nov 2008
Posts: 18 (0.01/day)
Thanks: 7
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by FordGT90Concept View Post
I did just the Pizza one for you but a lot of the stuff I added can be reused for the other parts...

This is coded in Visual Studio 2008 by the way so you'll probably have to add the VB files to your project. I doubt it whatever version you're using can open the solution/project files.


Try to avoid using MessageBox very often. It annoys the user. In the example, I changed it to a ToolTip which displays details of the error by hovering over the errored object.

Also, there is no need for a "Close/Exit" button unless you explicitly remove the "X" in the corner for whatever reason. Instinctively, people gravitate towards the "X" anyway because that's how you close 99% of applications in Windows.


Is this for a class or a business?

Thanks for your reply. This is a class work where we are just practising programming skills by researching and using the scenarios.

Here is the program I have tried to create by using your technique.

I can't seem to apply it to all of it. How should the correct code be like?

This is quite an intriguing way to program.
Attached Files
File Type: zip Food-Tech - Latest Version (Pizza) 2.zip (32.1 KB, 229 views)
GT08 is offline  
Reply With Quote