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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Splitter Window in ATL

Status
Not open for further replies.

apostolchopov

Programmer
Joined
Jun 8, 2004
Messages
53
Location
BG
Hello, guys!
Could you tell me how to implement a splitter window in ATL, that is located inside a dialog (which is also implemented with ATL)?
Is there any specific ATL class or should I invent a class of my own? How to implement it?
 
Have a look at Most of the implementations are in MFC: not WTL but the basic idea is the same. Some are in SDK if you really want to see what is happening.

Warning: with splitters | is horizontal and -- is vertical. Splitters are named in the direction that they move: not the position of the splitter. I found that really confusing when I started using splitters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top