Problem with VS 2008

  • Thread starter Thread starter Lloyd Sheen
  • Start date Start date
L

Lloyd Sheen

I add a webcontrol to a form. Then go to events. There is just a short
list of events shown in the properties window of which
(StatusTextChanged) is not one of them.

So them I go to the code window select the webbrowser and use the
dropdown of events. The (StatusTextChanged) event shows there.

Why the descrepancy? I would think that the two lists of events should
be the same.

LS
 
Lloyd said:
I add a webcontrol to a form. Then go to events. There is just a short
list of events shown in the properties window of which
(StatusTextChanged) is not one of them.

So them I go to the code window select the webbrowser and use the
dropdown of events. The (StatusTextChanged) event shows there.

Why the descrepancy? I would think that the two lists of events should
be the same.

LS


Another thing I have just found in VS 2008. While typing intellisence
does not pick up the fact that the webbrowser is a control and thus has
a cursor property. If I just type in the .cursor = , up pops the
intellisence with the list of cursor names.

I would laugh if it were not so pathetic in how it functions.

LS
 
Back
Top