Hi,
Well, .Net deals allot more with name spaces than does VB 6. For example
System.Windows.Forms
is the actual name space that the Form class resides in and if you don't 
have a using directive, AKA Import,  at the top of your source code the 
full path to the Windows Form class is
System.Windows.Forms.Form.
Of course the System.Windows.Forms namespace holds allot more than the 
Form class. It holds classes for buttons, list views, etc...


Damien C. Sadler wrote:
> i'm just about trying to grasp that concept, but i'm still finding it 
> difficult when it comes to three or more layers, like main.timer.visible or 
> in .net i've often seen system.windows.form.load or something similar.
>
>
> Regards,
> Damien Sadler
>   


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]

Reply via email to