G
Guest
Hello everyone:
I'm trying to teach myself Visual Basic 2005 .NET and the best way I have
found is to create a project in Visual Basic 2005 .NET.
The project concept is: I want to create a 'canvas' upon a form. On the
'Canvas' object I want to place smaller rectangular objects. The 'Canvas'
area is the area I'm limited too. In other words, I can only have objects
placed on the canvas.
How can I create a graphical object(The canvas) and then place seperate
graphical objects onto it? I want the objects that are placed on the canvas
to be moveable if possible.
Thanks,
I'm trying to teach myself Visual Basic 2005 .NET and the best way I have
found is to create a project in Visual Basic 2005 .NET.
The project concept is: I want to create a 'canvas' upon a form. On the
'Canvas' object I want to place smaller rectangular objects. The 'Canvas'
area is the area I'm limited too. In other words, I can only have objects
placed on the canvas.
How can I create a graphical object(The canvas) and then place seperate
graphical objects onto it? I want the objects that are placed on the canvas
to be moveable if possible.
Thanks,