In a module I need to create instances of the imgedit, imgscan, and imgadmin controls.
Problem is that I cannot set new instances of the 3 controls.
my code is:
Dim objImgScan As ImgScan
Dim objImgAdmin As ImgAdmin
Dim objImgEdit As ImgEdit
The intellisense shows imgscan, imgadmin, imgedit
But I cannot set an instance of objimgscan to imgscan. So Set objimgscan = new imgscan doesn't work because the intellisense doesn't show imgscan.
Any suggestions?
Problem is that I cannot set new instances of the 3 controls.
my code is:
Dim objImgScan As ImgScan
Dim objImgAdmin As ImgAdmin
Dim objImgEdit As ImgEdit
The intellisense shows imgscan, imgadmin, imgedit
But I cannot set an instance of objimgscan to imgscan. So Set objimgscan = new imgscan doesn't work because the intellisense doesn't show imgscan.
Any suggestions?