Hi All,
This is my first time development using C# language.I find out that the control is a bit difference between C# and VB language.
Under the VB language development, once the button is created, i can choose the button and see all the available for the button.I just need to click on the function that i want and the function will be automatically created in the code.
However, this function is not available for C# language development.I feel weird and what should I do actually to have the click event created in code?I have to write the click event myslef? And also sometimes in development, we need to see what available function for a control so that we can know what can we do.If available function for controls is not shown in C# language development, then it must be hard for C# programmer to do their coding.I feel that this is not the way.
Attached here is the screen capture.
Does anyone has idea on this?Help Please!!