Hello,
I need assistance with creating a vb.net 2003 winform that has lots of
dynamically created controls. The application will extend very far
horizontally, and will have a horiz slider bar that will position a
playing mp3 file. Below this, there could be many rows of "lines".
Each line will be clickable. At the position of the click, on the
line, a new very small filled circle will be added to the line. Any
number of circles can be added to any position on any line. The
circles can be dragged to different positions. The circles are
clickable, to bring up a dialog box with "attributes" of the circle.
Mousing over the array of lines, and the mp3 horizontal slider bar
will show a thin, vertical position indicator line that indicates
position of the circles relative to each other in other lines, and
with the mp3 file.
This application will be used to control DMX512 lighting, sync'd to
music. Each line is a type of lighting fixture. Each circle is a
command sent to a light.
I can do all the low level DMX stuff, and saving the setup of the
controls, but need help creating the winform with the dynamically
created controls. Also need help getting an mp3 player into the form.
The mp3 player will need to return it's current position in the song,
to 1/10 of a second. |