Jump to content

music program help!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
martybell

martybell

    Newbie

  • Members
  • PipPip
  • 12 posts
hey i'm planning to create a program (for a school project) to catalogue music artists by name, genre, age etc. and want the user to be able to browse categories, to view artists biographies, find similar artists, to add new artists, to add album art and hopefully some other things too!

what would be the easiest way to implement this in VB? would it be possible to use HTML for the biography, and display it in a frame on the form? and how would i go about implementing the browse feature?

any help would be very appreciated!

:)

marty

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well you should use Database for sure, and yes u can use HTML, because you can insert a web browser control in your VB application.

#3
engsniper

engsniper

    Newbie

  • Members
  • Pip
  • 2 posts
well also you can use real plyear Ocx tool or make your own tool and sure as TCM say you should use database and html or dont use Html but you have to make your own Format to show information of biography .

#4
kendallmgc

kendallmgc

    Newbie

  • Members
  • Pip
  • 1 posts
VB works in Microsoft Access so you could start there.