I am trying to call the winCE control panel application via B4PPC. When I was trying to add the shell32.dll in the component list, I got an error. Can anyone tell me how I can activate the application dll from my form?
You can't add native code dlls to Basic4ppc as it is a .NET application. Components must be written in a .NET language and need to be structured how Basic4ppc exepcts to work properly.