Chapter7 Again
I have reachedf the dizzy heights of page 138 (no mean feat) and am tryin to run the application to test it. My problem is that when I click the Save button, the debugger throws me back into the code at the section;
Public Property Person() As Person 'defines content of text boxes.
Get
With mPerson
.FirstName = txtFirstName.Text
and a message box....
Use the "new" keyword to create an object instance.
Can anybody still reading this forum offer any advice?
Cheers
|