1、看看这个图:
http://www.foxtable.com/help/topics/0641.gif
2、这种功能有什么意义? 直接用windows的屏保多好。
3、看看这节的帮助:
http://www.foxtable.com/help/topics/0176.htm
4、
Dim
trv
As
WinForm.TreeView = e.Form.Controls("TreeView1")
For
Each
nd
As
WinForm.TreeNode
In
trv.AllNodes
If
nd.Level = 0
dim dt as date = nd.text
nd.text = format(dt,"yyyyMMdd")
End
If
Next
5、看看:
http://www.foxtable.com/help/topics/0701.htm
http://www.foxtable.com/help/topics/0702.htm