home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- From: chris@chrism.demon.co.uk (Chris Marriott)
- Path: sparky!uunet!pipex!demon!chrism.demon.co.uk!chris
- Subject: Re: DLL from Visual Basic to Access
- Distribution: world
- References: <1993Jan23.072957.26531@henson.cc.wwu.edu>
- Organization: None
- Reply-To: chris@chrism.demon.co.uk
- X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.19)
- Lines: 30
- Date: Sat, 23 Jan 1993 17:39:44 +0000
- Message-ID: <727810784snz@chrism.demon.co.uk>
- Sender: usenet@demon.co.uk
-
- In article <1993Jan23.072957.26531@henson.cc.wwu.edu> n9148984@henson.cc.wwu.edu writes:
-
- >Very simple question. What Dll can one use to start up MS Access
- >from Visual Basic.
- >
- >
-
- No need to use a DLL at all. Just use the Windows "WinExec" API to start
- it. ie,
-
- WinExec( "access.exe", 1 )
-
- assuming that Access's file name is "access.exe" (which I don't actually
- know!).
-
- I have to admit that I don't use VB, but from reading this newsgroup I get
- the impression that you can call Windows API functions from it.
-
- Best wishes,
-
- Chris
-
- --
- --------------------------------------------------------------------------
- | Chris Marriott | chris@chrism.demon.co.uk |
- | Warrington, UK | BIX: cmarriott |
- | | CIX: cmarriott |
- | Save the whales. Collect the whole set. | CompuServe: 100113,1140 |
- --------------------------------------------------------------------------
-
-