Hi,
We are planning to migrate PB classic application to PB .Net so that some modules could be called in .Net development application. I wonder the following structure will work in fulfilling the end result.
1. Create a new PB Assembly with all existing libraries (pbl)
2. Create a .Net Assembly
- Reference step 1's PB Assembly
- Create function to launch few modules/windows
3. Reference step 2's .Net Assembly in WPF/C# application and call function to launch modules/window
Thanks for any help,
Lam