CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: project on VB

  1. #1
    Guest

    project on VB

    HI,
    I am working with VB 5 for a year now but I need to do some live project on VB 5 or 6 can you suggest where I can find some Idea of the projects or some sample project so that I can work on it, As I need to know what pratical difficulty come when I work on live project, Any small project will do

    Thanks in Advance. I hope you will help me

    Thanks
    Email address: [email protected]


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: project on VB

    I would suggest "making up" a business that either does what your current employer does or what your customers do (something you have a decent understanding of). Design a database that will be able to manage the type of data you deal with and a front-end (or multiple front ends) to interface with your database. Try out different things like seperating your project into it's Presentation Layer, Business Logic Layer, and Data Layer. If you feel real ambitious after you have a pretty good model to work from, port it to the web (having split you layers will help with this). When I hit the point where I had been learning everything I could about VB and was looking for an excuse to use it, a customer of the supply company that I worked for wanted an app to help him determine materials costs and quote jobs. It took a couple of months and I shudder to look at that code now, but I produced a full-fledged database app that met all of his requirements. Ask people you know if they need anything.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured