hi.. i am new in vb.net..
i want to know abt the vb.net project files..
when i create new project it just containe one form1.vb thats it..
but when i see its directory there i get:
form1.vbform1 resource file
form1 designer file.
1. Wats the resource file?
2. Why the resource file and designer files are hidden when we open project in VS?
in C# we can see all three files.. why its not in vb.net??
3. i download some example from net in which i found that the designer.vb's code is written in the same form1.vb.. why is it so?