AccessBlog.net

News, links, downloads, tips and tricks on Microsoft Access and related

About Me Search
Alex
Name:Alex Dybenko

Location:Moscow, Russia

Monday, August 21, 2006

How to hide Access Main window

Sometimes people ask – how to hide Access main window, the one with Access key icon and “Microsoft Access” title? I never made such design, but here a code to do so: Hide The Access Window. The trick is to make all forms popup and send

ShowWindow(Application.hWndAccessApp, SW_HIDE)

each time you open the form or report.

3 Comments:

Blogger Nettle said...

The module you've linked to does not work.

Visual Basic will ask user "This action will reset your project, proceed anyway?"

Whatever user answers, repsonse is "Can't perform requested operation."

Save the frustration and avoid this code.

7:25 PM  
Blogger Alex Dybenko said...

Hi,
must admit that it works for me. Looks like that there is a problem with your VBA project, have you tried to compile?

1:38 PM  
Anonymous Anonymous said...

thanks Alex

work for my project

4:35 AM  

Post a Comment

<< Home