I'm making an Access 97 form and then calling a PB/DLL to make
MSACCESS.EXE invisible so only the form shows. I do this by
calling ShowWindow and I pass the hwnd of MSACCESS.EXE
After doing this when I minimize the Form I created in Access it
doesn't minimize to the TASKBAR. It minimizes above the Start
menu. Kinda like it thinks it is still inside an MDI environment.
How can I get the Form to minimize to the TaskBar. I can't
change anything within Access but I can call a DLL and pass the
hwnd to it. Any ideas?
thanks
------------------
-Greg
MSACCESS.EXE invisible so only the form shows. I do this by
calling ShowWindow and I pass the hwnd of MSACCESS.EXE
After doing this when I minimize the Form I created in Access it
doesn't minimize to the TASKBAR. It minimizes above the Start
menu. Kinda like it thinks it is still inside an MDI environment.
How can I get the Form to minimize to the TaskBar. I can't
change anything within Access but I can call a DLL and pass the
hwnd to it. Any ideas?
thanks
------------------
-Greg
Comment