NigelShaw
Registered User.
- Local time
- Today, 15:41
- Joined
- Jan 11, 2008
- Messages
- 1,575
Hey guys
Thanks so far. I haven't had chance to try anything yet as I'm currently building a display table out of reclaimed canal lock gates.... Heavy lol
I think there is something at peterssoftware that can move a form to the corners.
I'll take a look later.
Cheers
Nidge
 Thanks so far. I haven't had chance to try anything yet as I'm currently building a display table out of reclaimed canal lock gates.... Heavy lol
I think there is something at peterssoftware that can move a form to the corners.
I'll take a look later.
Cheers
Nidge
 
	 
 
		 
 
		 
 
		
 but my second suggestion is use the windows API to make a small invisible window and then use the HWND of this for your pop up.  This little window will have the access window as its parent.  Then set focus on your form.  (in theory it works - but this is what gets me with the Windows API - in practice there is always something you have forgotten.)
 but my second suggestion is use the windows API to make a small invisible window and then use the HWND of this for your pop up.  This little window will have the access window as its parent.  Then set focus on your form.  (in theory it works - but this is what gets me with the Windows API - in practice there is always something you have forgotten.) 
 
		 
 
		 
 
		 
 
		 
 
		