chewy Posted October 10, 2003 Posted October 10, 2003 Where can I find the difference or the definitions besides the msdn website of attributes, constants + enumerations, data types, directives, functions,keywords, methods, objects, operators, statments, and properties. Like a tutorial with examples. This would be greatly appreciated. chewy Quote
*Experts* mutant Posted October 10, 2003 *Experts* Posted October 10, 2003 This question is too broad :). Methods of what? Properties of what? :) (as in for what object) For syntax related stuff like keywords, there i no better place than the .NET SDK Docs. Quote
chewy Posted October 10, 2003 Author Posted October 10, 2003 see that is the thing in the book I am reading they just show you how to use a couple of them but don't say what they are. I would just assume that they all are commands. Sorry for the confusion. Quote
*Experts* mutant Posted October 10, 2003 *Experts* Posted October 10, 2003 I doubt you will find a place other than MSDN that will list all info about an object in so many details, because simply MSDN already does that. As for tutorials there is plenty of sites, like those for example: http://www.codeproject.com http://www.windowsforms.com http://www.c-sharpcorner.com (most in C# but same concepts apply to VB.NET) This is very useful too: http://www.syncfusion.com/FAQ/WinForms/default.asp And there is always Tutor's Center and Code Library here on those forums. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.