Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No layout manager in .NET?

Status
Not open for further replies.

vladibo

Programmer
Sep 14, 2003
161
0
0
CA
Is it true that in .NET there is no layout manager and I must hard code the coordinates of my onjects (buttons, text fields etc.)? So when user resize the window I have to take care about repositioning each element manualy?

Come on guys... it just can't be true, there must be something like layout manager as it is in Java...
 
The standard method of managing position of child windows in C++ is DeferWindowPos, but anyway, you should hardcode the coordinates.

Ion Filipski
1c.bmp
 
OK what is to be done...

...c'est la vie
 
dialogues can still be visually managed; open the resource file in the solution explorer. You might want to try converting to c#. (vs.net was not built for c++ in mind, i feel)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top