Visual Basic Project #3 : Some examples
 |
 |
 |
 |
 |
Friedman, Zach
Roeum, Gary K |
Li, Ya-Shian
Moy, Natalie |
Ayan, Necip Fazil
Karagol-Ayan, Burcu |
Chen, Tzu-Ting Joyce
Wen, Yu-Lin |
Youssef, Moustafa
Ghanem,Nagia
Elnahrawy, Eiman
|
| Source Code |
Source Code |
Source Code |
Source Code |
Source Code |
TA's comments on VB#3
- Average is 90.
- The best error handling is error-prevention.
- Use the relative path to the database source file rather than absolute
path.
- Properties of controls should be carefully set.
Visual Basic Project #2 : Some examples
 |
 |
 |
 |
 |
| Betten, Steven |
Frolov, Ann |
Ayan, Necip Fazil |
Hung, Edward |
Ruchir, Richesh |
| Horn, Christopher |
Giambalvo, Daniel |
Karagol-Ayan, Burcu |
Zhao, Haixia |
Mukherji, Sarani |
| Source Code |
Source Code |
Source Code |
Source Code |
Source Code |
TA's comments on VB#2
- Average is 94! ( Most of your projects are good enough to get
"A". )
- Enough error handling is required.( e.g. Number in name/ Alphabet
character in room number should be checked.)
- Number of steps should be minimized.
- Properties of controls should be carefully set. ( Textbox control that is
not accepting any input should be "read-only" )
- Help mechanism should be in your interface. (This was considered in grading
VB#2.)
Visual Basic Project #1 : Some examples
 |
 |
 |
 |
| Horn, Christopher |
Moy, Natalie |
Youssef, Moustafa |
Ruchir, Richesh |
TA's comments on VB#1
- Users can use all the functions of the product by using your interface.
- Properties of controls should be carefully set. ( Textbox control that is
not accepting any input should be "read-only" )
- Only the controls working for the same group should be a group. All the
groups of RadioButton(OptionButton) controls should be independent each
other. Exclusive selection should work only within a group.
- Help mechanism(button) should be in your interface.(This was not
considered in grading VB#1.)
|