Upon the ShowDialog command of a [b:270kspng]VST[/b:270kspng] Plugin is it possible to move the [b:270kspng]VST[/b:270kspng] diaglog to a location other than 0,0? That works great for loading in separate ToolDialogWindows but does not work if you’ve created your VST Plugin that you wish to use as a built-in feature of a program. Any ideas are appreciated! And as a follow up thanks for the work on getting the VSTs working again!!
- cxvjeff asked 10 years ago
- You must login to post comments
Sorry for wasting the post space. Maybe someone will find this useful in the future though. Shortly after this post I worked and created a user control that has a textbox contained inside of it. You can then expose the hWnd of the textbox as a property of the user control on load your VST dialog in that region. Of course you could just use a textbox directly but I like the idea of wrapping the textbox in a control so it only the properties exposed are the ones needed. I’m an idiot.
- cxvjeff answered 10 years ago
- You must login to post comments
Please login first to submit.