I recently started learning MFC (Prosise book), and I feel like it's difficult. But the most difficult part seems to be about creating user interfaces. It seems like you have to know the positions your controls should be positioned at (not the case with dialog based apps).
How do you get around that? Do you first draw the application in Photoshop, then measure the distances there?
And also, are there any GUI designers for it? (to ease the pain). I like it a lot, especially because of the speed and the fact it doesn't require a big framework.
Anyone who does MFC programming regularly is welcome to give me advice on how to get good at programming MFC.