so what diferrence on load and show. for eg :
-- load frmSplash
-- frmSplash.show

how about :
-- end --> end all of the execuation. but why not use unload for certain situation
-- unload frmSplash
-- frmSplash.hide --> in what situation will be using this code?