欢迎来到天天文库
浏览记录
ID:31708162
大小:59.51 KB
页数:17页
时间:2019-01-17
《vb各章节总结》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、VB各章节总结Chapter1VBprogramdevelopmentenvironment1)definitionofVB:VBisavisual,object-oriented,andeventdrivenstructuredhigh-levelprogramminglanguagethatcanbeusedtodevelopvariousapplicationsinWindowsenvironments・Two)characteristicsofVB:VisualprogrammingObject-o
2、rientedprogrammingEventdrivenprogrammingmechanismStructuredprogramminglanguageAccessdatabaseThree)titlebar(threestages)Designmode>runmode>interruptmodeFour)the6typesoffilesandextensionsintheProjectExplorerwindow1)formfile(・Frm)2)modulefile(・Bas)3)classmodu
3、lefile(・Cis)4)engineeringdocument(・Vbp)5)engineeringgroupfile(・Vbg)6)resourcefile(・Res)ThesecondchapteristheobjectanditsoperationObject)anentitythathasspecialattributes(data)andwaysofdoingthings・Two)attributes:thecharacteristicsofanobject,differentobjectsh
4、avedifferentattributes・Three)event:VBispre-set,andcanberecognizedbytheobjectaction.Four)methods:arespecialobjectsandfunctions・Propertysettingmethod:Propertywindowsettings,typedirectly;Selectinput;UsedialogboxSetthe・〈attributename>=5、ue>programstatementsEventproceduregeneralformat:PrivateSub_([])EndSubCases:Private,Sub,Commandl_Click()Form1.BackColor二vbRedEndSubMethodcallformat:Theobjectname>・]〈method[[]Thethirdch6、apter,simpleprogramdesign1)statementsinVBStatementsin1.VBareinstructionstoperformspecificactions,eachstatementwithareturnkey;2.,intheinputstatement,thecommandword,function,andsoon,youcannotdistinguishcase・Forexample,whenyoutypePrint,enterPrint,print,orPRIN7、T,andpressentertochangetoPrint・3.ingeneral,whenyouenteraprogram,youneedoneline,onesentence,oneline.Whenseveralstatementsareplacedinarow,thestatementsareseparatedbycolons・3.thelengthofastatementlinemustnotexceed1023characters・Whenastatementcannotbewrittenin8、oneline,thecontinuationcharacter(underscore)isusedtoconnect・Note:thereshouldbeatleastonespacebetweenthecontinuationcharacterandthecharactersinfrontofit.Two)threestatements1,assignmentstatement2,coimnentstatem
5、ue>programstatementsEventproceduregeneralformat:PrivateSub_([])EndSubCases:Private,Sub,Commandl_Click()Form1.BackColor二vbRedEndSubMethodcallformat:Theobjectname>・]〈method[[]Thethirdch
6、apter,simpleprogramdesign1)statementsinVBStatementsin1.VBareinstructionstoperformspecificactions,eachstatementwithareturnkey;2.,intheinputstatement,thecommandword,function,andsoon,youcannotdistinguishcase・Forexample,whenyoutypePrint,enterPrint,print,orPRIN
7、T,andpressentertochangetoPrint・3.ingeneral,whenyouenteraprogram,youneedoneline,onesentence,oneline.Whenseveralstatementsareplacedinarow,thestatementsareseparatedbycolons・3.thelengthofastatementlinemustnotexceed1023characters・Whenastatementcannotbewrittenin
8、oneline,thecontinuationcharacter(underscore)isusedtoconnect・Note:thereshouldbeatleastonespacebetweenthecontinuationcharacterandthecharactersinfrontofit.Two)threestatements1,assignmentstatement2,coimnentstatem
此文档下载收益归作者所有