beginners question...

  • Thread starter Thread starter Jase250
  • Start date Start date
J

Jase250

hi folks,

i'm a beginner to programming in anything beyond BASIC and would like a
(probably simple) question answered.

i am wanting to write a program with similar interface to the music programs
which have small instruments and effects which can be dropped onto a large
form. these can then be connected with 'wires' and so made into
compositions.

i was wondering how to go about implementing the bit where you can drop a
number of items on a form and then connect them.

is each one of these items a form?

i don't want a detailed explanation - this is my challenge to myself, so
just a nudge in the right direction would be appreciated...

cheers, jason.
 
Hi Jese,

Actually, if you are new to programming I would suggest, Flash, and
Action Script to start and provide you the perfect base for coding
your program. However if you are asking for c++, they shouldn't be
separate forms. They can even be draggable images, and once the
image in dropped on the form you can dynamicly create an object.

I hope I got your q. right.

cheers,

Burak Borhan
 
borhan said:
Hi Jese,

Actually, if you are new to programming I would suggest, Flash, and
Action Script to start and provide you the perfect base for coding
your program. However if you are asking for c++, they shouldn't be
separate forms. They can even be draggable images, and once the
image in dropped on the form you can dynamicly create an object.

I hope I got your q. right.

cheers,

Burak Borhan

Hi Burak,

Thanks for your input. I have been advised that for the project I have in
mind, I will need to use C#. Already I'm blown away by its power...

Cheers, Jase.
 
Back
Top