Re: How to float/dropdown a form over another form?
Off the top of my head I would say that you may find it better to use a frame to hold your flexgrid rather than a seperate form. The frame can be moved around, resized, hidden as needed at runtime while keeping foucs on the textbox.
Aside from that you can use the topmost window method to cause from 2 to always stay on top of all other windows which would allow you to display form 2 over form 1 while still having focus on form 1 but I think the frame is a much better way to handle it.
Last edited by DataMiser; August 8th, 2011 at 09:47 PM.
Always use [code][/code] tags when posting code.