Jump to content

help in building a mp3 player

- - - - -

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

#1
chokies0312

chokies0312

    Newbie

  • Members
  • Pip
  • 4 posts
hi guys im having a problem running a mp3 player i made without using WMP ocx.. so i guess ill be using the WMP ocx..is there a way to hide it so my professor wont able to see it?and how will i make a volume control and a List box for the list of songs?i need your help

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well you can hide it in the compiled EXE but not in the source code.

#3
chokies0312

chokies0312

    Newbie

  • Members
  • Pip
  • 4 posts
how can i hide it?and how can i make a volume adjuster for it..

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well you can either select the visible = false or just move the control out of the window.. but in both ways it will be visible in the project file and source code.

And for the volume I think that you can use a scroll bar.