move window in panel
Visual Basic
1
Posts
1
Posters
5
Views
1
Watching
-
Hello everyone, I have the following problem, it happens that I have a form with a panel where I execute with a button, an external application and it opens inside the panel, but it happens when it is executed, it stays on one side and I want this to run in the center of the panel without using maximize, or being able to move it use this SetWindowPos(hwnd2, 0, 260, 92, 0, 0, 1) but it does not move when inside the panel but if it is outside it moves without problem