public void Class_Terminate() { try {; Externals = null; MySadCommands = null; frmBrowser.Parent = null; Unload frmBrowser; } catch (Exception e) { // ON ERROR RESUME NEXT }; }
public void Class_Initialize() { try {; MySadCommands = new SliceAndDice.CSadCommands(); MySadCommands.ParameterDelimiter = ","; MySadCommands.ParameterTypeDelimiter = ":"; MySadCommands.Attributes("Version") = App.Major + "." + App.Minor + "." + App.Revision + " Beta"; } catch(Exception e) { // ON ERROR RESUME NEXT }; }
public void Class_Initialize() { try {; MySadCommands = new SliceAndDice.CSadCommands(); Externals = new SliceAndDice.CAssocArray(); MySadCommands.Clear; MySadCommands.ParameterDelimiter = ","; MySadCommands.ParameterTypeDelimiter = ":"; MySadCommands.Attributes("Version") = App.Major + "." + App.Minor + "." + App.Revision; Externals.Clear; Externals.Item("&Import Template(s) from vbcode.com") = "Import Templates"; Externals.Item("&Submit Current Template to vbcode.com") = "Submit Template"; } catch (Exception e) { // ON ERROR RESUME NEXT }; }
public void Class_Terminate() { MySadCommands = null; }
public void Class_Initialize() { MySadCommands = new SliceAndDice.CSadCommands(); MySadCommands.ParameterDelimiter = ", "; MySadCommands.ParameterTypeDelimiter = " : "; }