1. build DLL in visual C that does whatever your business logic is.
2. build ui in visual basic by dragging around some controls and hooking them up to a few lines of code
3. tell VB to import your DLL
4. hook it up with a few more lines
1. build DLL in visual C that does whatever your business logic is.
2. build ui in visual basic by dragging around some controls and hooking them up to a few lines of code
3. tell VB to import your DLL
4. hook it up with a few more lines