Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须动态地使用通常具有视觉部分的组件。该可视部分可以关闭,但是当我创建它需要父组件时。
我必须在 dll 库中使用该组件。是否有可能以及如何解决该问题?我怎样才能通过父母?
谢谢!
创建一个隐藏的窗口句柄,例如使用AllocateHWnd(nil). 然后通过调用CreateParented传递隐藏的窗口句柄来创建您的控件。
AllocateHWnd(nil)
CreateParented