Does anyone know whether I can use vba in Access to draw inside an Object Frame, which is placed on a form? As a start I would like to draw a solid rectangle at a specific location inside the Object Frame.
Thanks,
John
Thanks,
John
That is kinda stretching Access' native abilities.Does anyone know whether I can use vba in Access to draw inside an Object Frame, which is placed on a form? As a start I would like to draw a solid rectangle at a specific location inside the Object Frame.
Thanks,
John
I wanted to have the drawing capability so that I would be able to add any picture I want, without going through the process of creating the bmp etc
John
I understand what you are saying.
At present the state of the teeth of a patient are stored as a text string. I just wanted to investigate the possibility to avoid loading the bmp's and to draw the specific picture on the fly. In other words, if a rectangle represents a "filling", I would like to investigate the possibility of drawing the rectangle on the fly instead of loading the specific bmp.
Maybe it is more trouble, but I have a feeling that it would make matters more flexible. Do you have in mind any Windows APIs that could be used to draw inside an Object Frame on a Form?