Home > Archive > C# > January 2006 > Members type not available in the IDE
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Members type not available in the IDE
|
|
| register@web-ma.com 2005-11-12, 3:57 am |
| I'm not a C# programmer, but I'm looking to do something to learn. But
unfortunately I see that first thing doesn't match with VB is tha in
the IDE the members list aren't available.
This means, add and object and just show the assembly and class name in
the type list box and all objects_events or just object in the members
lists.
But what to know the single event to use and its syntax if I cannot see
everywhere?
Do I study all and use just my memory?
Andrew
| |
| Ciaran 2006-01-10, 4:09 am |
| it is a little different in C#, for the me/this event list for overriding,
type:
protected override
and an intellisense list should appear.
For you controls/variables, type their name, then a dot and the intellisense
will appear. You just have to find the events in the long list. Or for
controls you can view them in the property grid in teh forms designer.
--
Ciaran O'Donnell
There are 10 types of people in this world. Those that understand binary and
those that don't
<register@web-ma.com> wrote in message
news:1131786652.652676.212240@o13g2000cwo.googlegroups.com...
> I'm not a C# programmer, but I'm looking to do something to learn. But
> unfortunately I see that first thing doesn't match with VB is tha in
> the IDE the members list aren't available.
> This means, add and object and just show the assembly and class name in
> the type list box and all objects_events or just object in the members
> lists.
> But what to know the single event to use and its syntax if I cannot see
> everywhere?
> Do I study all and use just my memory?
>
> Andrew
>
|
|
|
|
|