P
Preet
Hi!
I am trying to open MSAccess 97 Application through
VB .net using Microsoft Access 8.0 Library.
Syntax I am using is:
Dim Obj as new Access.Application
But when I generate the instance of Access Application as
above, I get Access97 Window Open and Visible.
I just want to access the properties of MsAccess97 and
don't want to get the Application Window Visible.
Even if I set
Obj.Application.Visible = False
It does not hide the Access Application Window.
If you have any solutions to this problem, please reply
ASAP.
Regards,
I am trying to open MSAccess 97 Application through
VB .net using Microsoft Access 8.0 Library.
Syntax I am using is:
Dim Obj as new Access.Application
But when I generate the instance of Access Application as
above, I get Access97 Window Open and Visible.
I just want to access the properties of MsAccess97 and
don't want to get the Application Window Visible.
Even if I set
Obj.Application.Visible = False
It does not hide the Access Application Window.
If you have any solutions to this problem, please reply
ASAP.
Regards,