Search found 1 match
- Sun Dec 10, 2017 6:43 am
- Forum: Troubleshooting and Problems
- Topic: Remote Desktop Connection app disapears after Hositing in WPF
- Replies: 1
- Views: 4041
Remote Desktop Connection app disapears after Hositing in WPF
Hi, We Want to host the TsPlus Generated Clients in our WPF application so that users feel this is part of our application, but when we Start the client , the moment we want to set the parent window of the client to our WPF application (by using win32 API : SetParent(childHanle, parentHandle)) the c...