Several things...since I'm new to C# and the .NET platform in general I have
a few questions.
1. Why can't I select an event from a drop down for a control like I could
in VB 6?
2. Why is the object browser so difficult to use, unlike the one in VB 6?
I just can't seem to find anything I'm looking for, I'm not even sure it's
the same thing!
3. Since I can't do either of the above, I have no idea how to do the
GotFocus thing you talk about...even the help doesn't seem to provide a way
to do this. I tried to make my own function, i.e. txtInfo_GotFocus() and
then in the function I put frmInfo. and when I pressed the period key, only
three options came up in the intellisense! There has got to be an easier
method to do such simple coding. I thought when a new version of software
came out, i.e. Visual Studio .NET, things were supposed to be easier, but I
can see that's just not the case.