Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.net project ideas needed
Name: Redrover (by chrisshehu) Date: March 22, 2006 at 10:37:12 Pacific OS: winxp home CPU/Ram: pent 4 2.93Ghz Product: HP
Comment:
hey guys i need ideas for a vb.net poject that can be created in 1.5 months or less thats a decent challenge i was thinking a web browser but my team mates disagree theres 3 of us total if you have any ideas please reply thanks
What is you're level of expertise and how many hours will each of you spend on the project? Are you looking at web-based project, windows forms, smartClient, or something else?
A web browser would be a good choice if you're using v 2.0, where you can just build it around the built-in web browser control.
Good luck, -SN
0
Response Number 2
Name: Redrover (by chrisshehu) Date: March 25, 2006 at 05:15:17 Pacific
Reply:
thank you and are level of expertise doesnt matter as much the more difficult the project the better the grade and a online program wouldnt bother me ether
"level of expertise doesnt matter as much the more difficult the project the better the grade" Ah...The confidence of youth :-)
Here's some interesting and educational projects you could do in VB.NET 1. An IM application 2. There's some good stuff at http://msdn.microsoft.com/coding4fun/ 3. A winforms or web forms designer like the one VS has 4. A .NET wrapper around one of the google APIs (the Maps one would be cool)
You can always checkout sourceforge to see what projects other people are working on and take on one of those yourself.
Summary: I am working on a VB.Net project that works with an Access Database for storage, and I am working out some reporting options. I need to Graph some information from the database and display it using V...
Summary: Hi, I have a image analysis MFC application written in Visual C++. I need to call some of its functions from a VB.net project. How can this be done? I am thinking of creating a dll but not sure how to...
Summary: Hello, All the examples I've been able to find online suggest to add a data source to your vb.net project, drag the datasets on to the report viewer, and it will automatically load datasets in the rep...