资源描述:
《用vb.编写的自我升级的程序。请参考!(self upgrade program written in vb.. please refer to!)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、用vb6.0编写的自我升级的程序。请参考!(Selfupgradeprogramwritteninvb6.0.Pleasereferto!)Herearemyspecificideas:Writetwoprograms,oneisthemainprogram,andtheotheristheupgradeprogram(theupgradeprogramisontheserver);Explanation:allupgradetasksaredonebytheupgradeprogram.1.starttheupgradeprogram,up
2、gradetheprogramtothewebsite,downloadthenewmainprogram(includingthesupportofthelibraryfile,ofcourse)tothetemporaryfolder;2.,theupgradeprogramdetectswhethertheoldmainprogramisactiveandifitisactive,itclosestheoldmainprogram(andrecordsthestateofthemainprogramatthesametime);3.de
3、letetheoldmasterprogram,copythefilesfromthetemporaryfoldertotheappropriatelocation,andregistertheappropriatefilesatthesametime;4.checkthestatusofthemainprogram.Ifthestatusisactive,thenstartthenewmainprogram;5.turnofftheupgradeprogram.6.congratulationsonyourpromotion.Asusers
4、raisedtheissueofupgradingthisupgradeprogram,thefollowingisasupplementtoitsideas,buttheoriginalisstilltoupgradethemainprogram,thespecificcoderequiredtoaddtheirownreaders:7.,themainprogramupgradeiscomplete;The8.upgradeprogramcontinuestocheckwhetherthedownloadedtemporaryfileco
5、ntainsNewUpdate.exe(thenewupgradeprogram)andrename.exe(aprogramthatcanchangethefilename);9.,ifyouhavethetwofilesabove,indicatethatyouwanttoupdatetheUpdate.exefile;starttherename.exeprogram,andupdate.exetoswitchyourselfoff;The10.rename.exeprogramchecksiftheupdate.exehasbeent
6、urnedoffand,ifithasbeenturnedoff,deletestheupdate.exe.MovetheNewUpdate.exefileinthetemporaryfoldertothedirectoryofthemainprogramandrenameittoupdate.exe;11.rename.exe,turnyourselfoff.12.OKsofar,theupgradeprogramhasbeenupgraded.Thefollowingspecificprocedures,theneedtobuildthr
7、eeprojects,andtheneditthemintoagroup,thethreeprojectsneedtoshareamodule.Establishengineeringsteps:1.buildingengineeringproMain:openVB,the"newproject",select"EXEstandard",andthentotheprojecttoaddmodules,andmodifytheformnamedmodCommon,namedfrmMain,andmodifytheprojectcalledpro
8、jMain,andthensavedtoafolder(suchastheestablishmentofaUpdatefolderonthedesktop),for