Tagged Questions

2
votes
4answers
395 views

What is the best way to pass data between a MainFrame (or Main Dialog) and a Modal Dialog?

I need a modal dialog to gather some user input. I then need the same data to be consumed by the application MainFrame. Usually my Modal Dialog would have a pointer to some DataType able to store ...
1
vote
3answers
446 views

High level design pattern for image editing tools

I have recently begin creating an image editing tool which will cater to a very specific need. This is as much for the people who are going to use it as it is for my own entertainment. however, I ...