Make your own screen saver
This gives the basic code for making a windows screen saver. Very easy to understand and use!! Original Author: DoWnLoHo Assumptions you have 2 forms named frmConfig and frmMain Code Sub Main()Dim strCmdLine As String strCmdLine = Left(Command, 2)If strCmdLine = “/p” Then’ End’on select of your screen saverElseIf strCmdLine = “/c” Then’Call Load(frmConfig)’ frmConfig.Show’Function to call when’Settings” button is pushedElse’Call Load(frmMain) ‘ frmMain.Show’your screen… Read More »