1 Feb 2007 01:01
Re: Keeping a window in front within a process
Hi, Have you tried the DRAG WINDOW COMMAND? Find a window type that suits what you want to do ( execptt for the moving around issue) create an invisible button that covers the entire background, place this behind all other objects on your form. add this code.. Case of : (Form event=On Clicked ) DRAG WINDOW End case Dave Metus On 01/02/2007, at 8:28 AM, Chip wrote: > I have 3 ideas - > > 1 - simpler - when the dialog (or other secondary window) for a > process > is opened hide the primary window in this way the secondary window can > never be pushed behind the primary window inside any given process. > > If you dont want to leave the primary window hidden - you could hide > it, and start a timer to make it visible (but NOT bring it to the(Continue reading)
RSS Feed