摘要: 窗体上有Text1、Text2两个文本框及一个命令按钮Command1,编写下列程序:Dim y As IntegerPrivate S[阅读全文:]
摘要: 下列代码运行后输出结果是Defstr B-EPrivate Sub Command1_Click()B$="123"C="456"Print B+C$End[阅读全文:]
摘要: 执行以下语句过程,在窗体上显示的内容是Option Base 0Private Sub Command3_Click()Dim dd=Array[阅读全文:]
摘要: 在运行阶段,要在文本框Text1获得焦点时选中文本框中所有内容,对应的事件过程是[阅读全文:]
摘要: 有以下程序 #include main() { struct STU{char name[9];char sex;double[阅读全文:]
摘要: 有以下程序 #include void fun(int a[],int n) { int i,t; for(i=0;[阅读全文:]
摘要: 设在窗体上有个文本框,然后编写如下的事件过程:Private Sub Text1_KeyDown(KeyCode As Integer,S[阅读全文:]
摘要: 有以下程序 #include int fun(int (*s)[4],int n,int k) {int m,i;[阅读全文:]
摘要: 定时器的Interval属性以什么为单位指定Timer事件之前的时间间隔[阅读全文:]
摘要: 当文本框ScrollBars属性设置了非零值,却没有效果,原因是[阅读全文:]