Hi...

am just starting out on VB .NET to create my final year project.
The reason is i have done projects on VB...

Q1. The problem i am facing is that i don't know where to start.
Please help me...

Q2. And i would also appreciate some Project ideas.
Can a web browser be made..??
If so where do i find help resources.

Q3. Can different modules of a project be made in diff progr languages of .NET (e.g. C#, VB or J#) and later combined together.?
What about modules from outside the .NET...???

Q1: Open VB.NET. Then open your browser and navigate to www.google.com

Q2:

Can a web browser be made..??

Yes, it can be made. .NET has a WebBrowser control.

If so where do i find help resources.

By googling webbrowser control vb.net

Q3: Yes. You can write parts of your application with C#, compile those parts to DLL (or DLLs) and reference DLLs from VB.NET (and vice versa).

What about modules from outside the .NET...

You mean COM components? Yes, you can use them too if you have to. System.Runtime.InteropServices namespace contains classes etc. to deal with COM components.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.