Thanks,
To illustrate my problem. I tried the most simple embodiment of my activex ever: it has a command button on it and a picture box on it. When you click the command button, it uses PSet to put a dot on the picture box. So the line is:
picture1.Pset(10,10)
Unfortunately, while it works in a test Standard EXE within visual basic, it does nothing when located on an access form. Is there something I don't understand about the Line and Pset method, that they don't work outside of visual basic?
|