- 博客(6)
- 资源 (8)
- 收藏
- 关注
转载 C#编写COM组件及问题
1、新建一个类库项目 <br /><br /><br />2、将Class1.cs改为我们想要的名字 <br /><br />问是否同时给类改名,确定 <br /><br /><br />3、修改Properties目录下面的AssemblyInfo.cs <br />ComVisible属性设置为True <br /><br /><br />4、项目菜单->MyLib属性 <br />找到“生成”选项卡 <br /><br />往下看,找到“为 COM Interop 注册”勾上 <br /><br />
2010-10-25 18:06:00
645
转载 HTML:scrollLeft,scrollWidth,clientWidth,offsetWidth
<br />HTML:scrollLeft,scrollWidth,clientWidth,offsetWidth<br />scrollHeight: 获取对象的滚动高度。 <br />scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离 <br />scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离 <br />scrollWidth:获取对象的滚动宽度 <br />offsetHeight:获取对象相对于版面或由父坐标 offsetParen
2010-10-21 11:33:00
428
原创 Database.Search 和 View.GetAllDocumentByKey
Database.Search Dim sess As New NotesSession Dim db As NotesDatabase Dim strSearch As String Dim dc as NotesDocumentCollection Set db = sess.CurrentDatabase strSearch = {Form="Example" & FormName="Example" & Doc_State!="Deleted" & @Date(Creat
2010-10-21 10:10:00
798
转载 javaScript window.event.keyCode 集合
<br />Ascii 代码表 <br />Ascii 0 {Nulo, Sem Som} <br />Ascii 1 <br />Ascii 2 <br />Ascii 3 <br />Ascii 4 <br />Ascii 5 <br />Ascii 6 <br />Ascii 7 <br />Ascii 8 {BackSpace} <br />Ascii 9 {Tab} <br />Ascii 10 <br />Ascii 11 <br />Ascii 12 <br />Ascii 13 {Enter
2010-10-20 16:16:00
599
原创 Agent调用Script Libraries出现无法识别自定义类问题
在Script Libraries中新建一个Class Example,若在Agent中需要调用此类中的方法,需要执行"Dim exa as New Example",若出现无法识别Example情况,可以考虑是Agent的运行时安全级别造成的:Agent Runtime Security Level 有3种:1. Do not allow restricted operations(不允许受限制操作)2. Allow restricted operations(允许受限制操作)3. Allow restr
2010-10-18 10:36:00
694
原创 执行CreateObject("Scripting.FileSystemObject")代码遇到"Operation is disallowed in this session"问题
在Call Agent时,遇到"Operation is disallowed in this session"问题提示,如果是代码中出现需要CreateObject("Scripting.FileSystemObject")的情况,可能是在这里出了问题,解决此问题有一个办法(我认为比较白痴,但是也很有效),即通过再次Call Agent来解决:比如说,在Agent1中需要执行CreateObject("Scripting.FileSystemObject")这条语句,或者是Agent1中调用的Script
2010-10-18 10:18:00
1990
Microsoft.NET框架程序设计(修订版)02
2010-07-16
Microsoft.NET框架程序设计(修订版)01
2010-07-16
lotus notes中文帮助
2010-05-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人