[求助]急~!!!请帮助,谢谢!!
1.在表但上设置一个由上向下移动的字幕。每次向上移动10个像素,那么Timer1中的Time时间代码怎么写啊!!!!
我只知道怎么从左向右!!具体是这样的:
if thisform.label1.Left>thisform.width
thisform.label1.Left=0-thisform.label1.width
else
thisform.label1.Left=thisform.label1.Left+10
endif
2.编程求1+1/2+1/3+1/4+...+1/20的和!!
谢谢请各位大虾指教!!!!!!!