首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
阅读以下应用说明及Visual Basic程序代码,将应填入(n)处的字句写在对应栏内。 本应用程序的窗体中有一个下拉式列表框(名称为Combol)和两个文本框(名称分别为Txt_ Content和Txt_Index)。运行时,用户从Combol的列
阅读以下应用说明及Visual Basic程序代码,将应填入(n)处的字句写在对应栏内。 本应用程序的窗体中有一个下拉式列表框(名称为Combol)和两个文本框(名称分别为Txt_ Content和Txt_Index)。运行时,用户从Combol的列
admin
2009-05-15
28
问题
阅读以下应用说明及Visual Basic程序代码,将应填入(n)处的字句写在对应栏内。
本应用程序的窗体中有一个下拉式列表框(名称为Combol)和两个文本框(名称分别为Txt_ Content和Txt_Index)。运行时,用户从Combol的列表中进行选择,程序就会将选中条目的内容以及编号(从0开始)分别在文本框Txt_Content和Txt_Index中显示出来。
【程序代码5.1】
Private Sub Combol_Click()
Txt_Content. Text=Combol. (1)
Txt_Index. Text=Combol. (2)
End Sub
(注:可供(2)处选择的选项:Number,List,Index,ListIndex,ListCount)
【应用说明5.2】
本应用程序的运行窗口如下图所示。
当用户在输入框(名为Txt_Input)中输入数值数据,并从下拉式列表框(名为CmbOp)中选择所需的运算后。输出框(名为Txt_Output)中就会显示运算的结果。用户单击“清除”按钮(名为 CmdClear)后,输入框和输出框都清空。
开发该应用的部分程序代码如下:
【程序代码5.2】
Private Sub CmbOp_Click()
Dim DataIn As Double,DataOut as Double
DataIn =(3)
Select Case (4)
Case "取整数部分"
DataOut = Int(DataIn)
Case "求平方根"
If DataIn<0 Then
MagBox "负数不能开平方!"
Else
DataOut = sqr(DataIn)
End If
Case "取绝对值"
DataOut = Abs(DataIn)02502
(5)
Txt_Output.Text=str $(DataOut)
End Sub
选项
答案
(1)Text
解析
组合框的Text属性用于取得文本。
转载请注明原文地址:https://kaotiyun.com/show/15jZ777K
本试题收录于:
程序员上午基础知识考试题库软考初级分类
0
程序员上午基础知识考试
软考初级
相关试题推荐
阅读以下说明。[说明]公司A网络拓扑结构如图2-1所示,其中FTP_server是在WindowsServer2003操作系统中配置的FTP服务器,仅供公司内部主机访问。图2-2是配置FTP服务时的FTP站点选项卡,“IP地址”栏的
阅读下列说明,回答问题1至问题3。[说明]某网站登录系统采用MD5对用户信息进行加密,用户登录界面为login.html,errorasp用于显示登录出错信息,list.asp用于显示正确登录后页面。[login.html文档的内容
阅读以下说明,回答问题1至问题5,将解答填入解答栏内。[说明]图4-1是某企业网络拓扑结构。防火墙的规则配置如表4-1所示,请解释该配置的含义。请说明表4-3中的规则应该插入到表4-2中的何处才能生效。
The(72)is a collection of computers connected together by phone lines that allows for the global sharing of information.
The standard(67)in C language contain many useful functions for input and output, string handling, mathematical computations, an
The(74)has several major components, including the system kernel, a memory management system, the file system manager, device dr
One use of networks is to let several computers share(71)such as file systems, printers, and tape drives.
(69)Virus Security Software is designed to detect, eliminate or quarantine computer viruses before they are able to harm a compu
By using(26), a 600M -byte music CD can be compressed to 50M bytes or less. It can be streamed(downloaded in chunks) so that you
ByusingMP3,a600M-bytemusicCDcanbe(1)to50Mbytesorless.Itcanbestreamed(downloadedinchunks)sothatyoucanbe
随机试题
"Mummy!Mummy!Isawsomereallybigtadpoles(蝌蚪)inthepond(池塘).You’vepromisedtocatchsomeforus."Phillipsays,foll
Haveyouswitchedoffyourcomputer?Howaboutyourtelevision?Yourvideo?YourCDplayer?Andevenyourcoffeepercolator?Rea
肺痨的治疗大法为
甲公司、乙公司签订的《合作开发协议》约定,合作开发的A区房屋归甲公司、B区房屋归乙公司。乙公司与丙公司签订《委托书》,委托丙公司对外销售房屋。《委托书》中委托人签字盖章处有乙公司盖章和法定代表人王某签字,王某同时也是甲公司法定代表人。张某查看《合作开发协议
限定性集合资产管理计划投资于股票等权益类证券以及股票型证券投资基金的资产,不得超过该计划资产净值的()。
证券公司委托其他证券公司代为买卖证券的,属于操纵市场行为。( )
科教兴国
一代大师()与他的老师沈周共创了中国画史上的“吴派”风格,并与沈周、唐伯虎、仇英被合称为“明四家”(或“吴门四家”);在诗文上,他与祝允明、唐寅、徐祯卿并称“吴中四才子”。
Belowisagraphshowingthedistributionofcaraccidentsinacityduring1997.Lookatthegraphandwriteanessayofabout
Youshouldspendnomorethan40minutesonthistask.Aspartofaclassassignmentyouhavetowriteaboutthefollowingtopic
最新回复
(
0
)