The Skin Cross-Section: The Program’s Primary Output
'For an indented version of the code, see the Printable Final Report.
'The Cancer Modeling Project: Tracking Cancer Development and Movement
'Punit Shah and Karalyn Baca
'Team 004
' Albuquerque Academy
'AiS 2004-2005
'Code written in Microsoft Visual Basic 6.0, line comment charecter is '
'Code for: frmSimulation
'Purpose of module: Show program's primary GUI output (the skin model)
Private Sub Form_Unload(Cancel As Integer)
'Hides this window when the graph is closed, just for convinience
frmCellCount.Hide
End Sub