sethindeed Posted February 24, 2003 Posted February 24, 2003 Where is this property used in VB6. Because right now, I am making a combobox appear on my datagrid when the user clicks on any cells and for no particular reason, the combobox appears under the grid when clicking on a column greater than index 2... ? I am trying to get a hold on myself here :| Quote What I don't know keeps me excited...
*Experts* Volte Posted February 24, 2003 *Experts* Posted February 24, 2003 Use the BringToFront() method. Quote
sethindeed Posted February 24, 2003 Author Posted February 24, 2003 Can it be performed at runtime ? Quote What I don't know keeps me excited...
*Gurus* divil Posted February 24, 2003 *Gurus* Posted February 24, 2003 How else would it be performed? myCombo.BringToFront() :) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
sethindeed Posted February 24, 2003 Author Posted February 24, 2003 ok thx ! Well, when you rightclick on a control, you have the bring to front option. I thought VolteFace was referring to this method ;) Quote What I don't know keeps me excited...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.