How can I make a TextEdit Box get on top of another control with code?
I am trying to do this using VC++...
Thanks!:)
Printable View
How can I make a TextEdit Box get on top of another control with code?
I am trying to do this using VC++...
Thanks!:)
m_edit.BringWindowToTop();
doesnt work... I am trying to set a editbox above a FlexGrid control with code and I cant!! :(
Try SetWindowPos.. and are you using MFC?