I have a simple program with a button and an entry field, and I'm wondering how can I organize them (like they were in a table) so that they don't overlap? I'm using the windows api. I tried searching but I'm not sure what to call this.

Recommended Answers

All 2 Replies

Assuming your using CreateWindowEx, change the value of y (vertical position of window) before the next window is created.

Thanks Tight_Coder_Ex.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.