Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

setting Z Order of measurement studio controls in Visual C++

How can I set the Z Order of a measurement studio control (such as a button, numeric edit, etc.) from within a VC 6.0 application? I have several overlapping controls in which the first control is on top and the controls I apply later are below. I must go through all kinds of gyrations to control the Z Order.
0 Kudos
Message 1 of 3
(3,660 Views)
Tab order in Visual C++ dialogs controls Z-plane order. You can set the tab order under Layout->Tab Order. The lower the number in the tab order, the higher on the Z-plane.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 3
(3,659 Views)
Thank you, Chris. I finally found that tab order equates to Z-order under Visual C++. Microsoft could do a lot to improve their help command search capabilities.
0 Kudos
Message 3 of 3
(3,658 Views)