PDA

Click to See Complete Forum and Search --> : textedit position


Andreex
May 26th, 2002, 09:19 PM
How can I make a TextEdit Box get on top of another control with code?

I am trying to do this using VC++...

Thanks!:)

Andreex
May 26th, 2002, 09:22 PM
m_edit.BringWindowToTop();

doesnt work... I am trying to set a editbox above a FlexGrid control with code and I cant!! :(

Jop
May 27th, 2002, 05:07 AM
Try SetWindowPos.. and are you using MFC?