Optimized the "Ports In Use" and the "Neighbors" tools. The "Ports In Use" tool runs significantly faster. Both the "Ports In Use" and "Neighbors" tools' "Cancel" buttons are quicker to respond to a user request.
Technical details:
The "Ports In Use" tool and the "Neighbors" tool processes now run on their own worker threads. Traces are posted to the primary thread through the event queue.
Created a combo box class for the language selections. This is for internal management and does not change the user interface.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In this release:
Technical details:
The "Ports In Use" tool and the "Neighbors" tool processes now run on their own worker threads. Traces are posted to the primary thread through the event queue.
Created a combo box class for the language selections. This is for internal management and does not change the user interface.