CJBIRKIN
Drink!
- Local time
- Today, 00:28
- Joined
- May 10, 2002
- Messages
- 255
Hi
I have managed to create a simple bit of code that allows a
picture to be edited, kind of, basically i have a main form and a subform. The subform has an image of a body.
Each time the user clicks the picture on the subform copy is made of the subform and a bitmap of a red dot is added to the copy at the co-ordinates of the click,( this has to be done in design view) the copy is then used to replace the original subform. Each time a the user clicks the picture the previous form is copied and then replaced.
The problem is i want to delete the previous forms as i go along i.e copy--> swap--> delete original. I can't do this whilst the code is running in the original but once the event is complete i can't find another event on the main form that is activated. Any ideas ?
I've enclosed a copy as it should be easier to understand form this.
Thanks
Chris
I have managed to create a simple bit of code that allows a
picture to be edited, kind of, basically i have a main form and a subform. The subform has an image of a body.
Each time the user clicks the picture on the subform copy is made of the subform and a bitmap of a red dot is added to the copy at the co-ordinates of the click,( this has to be done in design view) the copy is then used to replace the original subform. Each time a the user clicks the picture the previous form is copied and then replaced.
The problem is i want to delete the previous forms as i go along i.e copy--> swap--> delete original. I can't do this whilst the code is running in the original but once the event is complete i can't find another event on the main form that is activated. Any ideas ?
I've enclosed a copy as it should be easier to understand form this.
Thanks
Chris