![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am writing an application for Photography and want to document the Studio Lighting that was used. What I was thinking of doing is to have to panels: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \ \ \ \ \ \ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ The lower panel will have a series of pictureBox(s) that will have the graphics to display various lights. The top panel is the drawing area to design the lighting set-up. My questions are these. 1. Can I use a panel to have a free form design space? If not do you have a suggestion of what I can use instead. 2. Can I Drag and Drop the pictureBox between the panels? 3. How would I save the drawing so that I can open it at a later date? Basically I am attempting to create a drawing area with predefine objects (The lights, camera and subject). Any help will be greatly appreciated. Oh, I am writing this in C#. Phil |
#3
| |||
| |||
|
|
Yes you do it pannels Once your left mouse click is down in first panel you need to remember the image name and once you release in another panel you need to copy to this panel and remove in previous panel. This is possible only in windows. Thanks Rosi "Felice" wrote: I am writing an application for Photography and want to document the Studio Lighting that was used. What I was thinking of doing is to have to panels: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \ \ \ \ \ \ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ The lower panel will have a series of pictureBox(s) that will have the graphics to display various lights. The top panel is the drawing area to design the lighting set-up. My questions are these. 1. Can I use a panel to have a free form design space? If not do you have a suggestion of what I can use instead. 2. Can I Drag and Drop the pictureBox between the panels? 3. How would I save the drawing so that I can open it at a later date? Basically I am attempting to create a drawing area with predefine objects (The lights, camera and subject). Any help will be greatly appreciated. Oh, I am writing this in C#. Phil |
#4
| |||
| |||
|
|
Yes you do it pannels Once your left mouse click is down in first panel you need to remember the image name and once you release in another panel you need to copy to this panel and remove in previous panel. This is possible only in windows. Thanks Rosi "Felice" wrote: I am writing an application for Photography and want to document the Studio Lighting that was used. What I was thinking of doing is to have to panels: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \ \ \ \ \ \ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ The lower panel will have a series of pictureBox(s) that will have the graphics to display various lights. The top panel is the drawing area to design the lighting set-up. My questions are these. 1. Can I use a panel to have a free form design space? If not do you have a suggestion of what I can use instead. 2. Can I Drag and Drop the pictureBox between the panels? 3. How would I save the drawing so that I can open it at a later date? Basically I am attempting to create a drawing area with predefine objects (The lights, camera and subject). Any help will be greatly appreciated. Oh, I am writing this in C#. Phil |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |