14-09-2019, 09:20 PM
Posting this here for further info on how to port to .net, I had these notes on my computer so before they get lost I share them:
Quote:1. Download and install: http://go.microsoft.com/fwlink/?linkid=321343
1.1 Make sure it works on computer without powerpacks installed. Those files should be included in EXE.
2. Needed to put Interop.DxVBLib.dll into my: C:\Windows\SysWOW64 folder!
3. Temporarily added ms symbols (should be able to ignore this): http://www.vbforums.com/showthread.php? ... e-PDB-file
4. Net framework 4 on project.
5. Used this for smooth form transitions: http://vbcity.com/forums/t/158363.aspx (put in my basepage).