I want to open a new window that should have the PB IDE as parent window:
Code: Select all
Debug OpenWindow(0, 0, 0, 0, 0, "my title", 0, FindWindow_(0, "PureBasic"))
My intention is to create an external tool that should use GetEnvironmentVariable("PB_TOOL_MainWindow") as parent window, but obvously this idea cannot be completed due to this error.
Any ideas?