Browser Launcher
Currently I use multiple browsers to complete my assigned task. To accomodate multiple browsers a block of code was created. The main method is listed below. [codesyntax lang=”cpp”] void DlgTstFrame::fireBrowser(string bn) { // bn is the variable that holds the browser name string url = checkForURL(); // check the clipboard for a URL if (url […]