|
-
Dec 28th, 2003, 11:56 PM
#1
Events in C#, and Me from VB.NET
In VB.NET, you could go into the code view of a form and select which event you want to use for any object and it would insert the code for the function. In C#, it lists the members and it's functions/variables. While this is useful, how exactly do I use events? Do I have to guess at what they're called or something?
Also, in VB.NET I could use the Me namespace to do alot of different things. What would be the alternative to Me in C#? Or isn't their one?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|