I am doing some analysis before coding and I was having some trouble finding information or implementations where there is an application where there are these characteristics:
- Window #1 (shown on taskbar)
- Window #2 (doesn't show on taskbar and you can put this one behind Window #1, so we are not talking about popups/dialogs rooted from Window #1)
- Both Window #1 and Window #2 are in the same Project (or application, so to speak)
Again, this is just speaking conceptually, so if you can point me to some information proving that this is possible, it would be great. Note, this is in C++ not C#.