Jerry,
The code is now in a partial class, safely hidden from prying eyes.
Luckily the partial class is easy to access.
In Solution Explorer click on the "Show All Files" button. Then open the
..Designer.vb file that is under the form you are interested in.
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley -
http://www.tsbradley.net
| thanks Jay!
|
| I'm still getting used to VS2005...where can I turn on the option to
| display ALL code contained in a VB file for a form? In VS2003, I used
| to be able to see the code filled in by the IDE, but now I only see
| what I have added.
|
| I can understand why MS did this (among other things), to satiate
| VB6/VBA programmers, but to me that is a dumbing down of what OO is all
| about.
|
| Thanks.
|