pritesh_ostwal
03-04-04, 10:01 AM
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
Tried other options like getobject and createobject as well.
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 mail me on my id ASAP.
Regards,
Pritesh
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
Tried other options like getobject and createobject as well.
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 mail me on my id ASAP.
Regards,
Pritesh