Page 1 of 1

GDTwain activeX control inside my activeX control

Posted: Wed Dec 12, 2012 6:50 am
by sivakl2001
hi i want to use GDTwain activex control inside my vb.net activeX control
when i call this line
AxTwain1.TwainSelectSource()
it returns "object reference not set to an instance of an object" error
looks like GDTwain ActiveX control does not created
how to solve this problem
can i add GDTwain activeX control inside another(my) activeX control
how to make it work