摘要: With this code, you can show the progress of a long lasting work.Declare Public Function NEMProgressBegin Lib "nnotesws.dll" (Byval wFlags As Integer) As LongDeclare Public Sub NEMProgressSetBarRange Lib "nnotesws.dll" (Byval hWnd As Long,Byval dwMax As Long)Declare Public Sub NE 阅读全文
posted @ 2012-05-03 21:22 hannover 阅读(344) 评论(0) 推荐(0)
摘要: This user defined array class can be used for manipulating all kinds of operations on arrays. Put the Array class given below in a script library (Declaration event) and name it as "CLASS : Array"This user defined array class can be used for manipulating all kinds of operations on arrays. 阅读全文
posted @ 2012-05-03 21:09 hannover 阅读(243) 评论(0) 推荐(0)