
October 6th, 2012, 05:20 PM
|
 |
Contributing User
|
|
|
|
|
Migration to C# from VB
I have just switched from visual basic to c#, but am having trouble figuring out some things.
First, there seems to be no menu of selectable events per form control like there was in vb. Am I suppose to manually create all the click/load/unload/initialize/mouseover/etc. events? I seem to have to create the new event in Program.cs as well as the form.cs, this is an annoyance, but I guess that's a downfall of using c#. Sorry if I seem newbish, but I am just so use to vb and c# is so much different, however I do like the code better as I am moderately fluent in php.
|