Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This 'ME' thing
Message
From
18/01/2013 08:56:29
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01561723
Message ID:
01563239
Views:
47
But that is only because Dotnet mimics VB[classic] code generation from the IDE.
You can program containership, even dynamically, in Dotnet through Ironpython for example.
Been there Done that ;-)
So while in reality you describe the majority of existing programs,
it is not because the fwk/platform is stupid, but because the tools/dev mental setup is geared otherwise.

>Most controls in .NET forms don't use a containership-model (like VFP does). All controls are actually just properties added to the form, even if they appear "inside" another control. (NOTE: that's not absolutely true everywhere); take a look at the code in the .designer files to see this. Another stumbling point is that, inside of a delegate (event), Me/this usually doesn't refer to the control that raised the event. That's why the event signature usually passes the source of the event as the first parameter.
Previous
Reply
Map
View

Click here to load this message in the networking platform