James Wong & 愛同行
以下内容除特殊注明外, 均为James Wong摘录自互联网或书籍, 并未经任何授权. 如有侵犯到您的任何權利, 請聯系我變更!
博客园
首页
新随笔
联系
订阅
管理
随笔 - 41 文章 - 105 评论 - 70 trackbacks - 2
不
吃
不
喝
,
爭
當
模
范
好
好
學
習
,
天
天
向
上
昵称:
James Wong
园龄:
7年2个月
粉丝:
0
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
(47)
ERP體驗&分享(12)
記事本(7)
灵感&心得(28)
文章分类
(114)
.Net | VS2005(24)
Enterprise Reports(12)
Lotus | Domino(12)
MRP(II) | ERP(7)
Office 開發(31)
Oracle
SQLServer(12)
Web 開發(3)
Windows 相關(8)
其 它(3)
信息工程
移動開發(2)
友情鏈接
Bonny Wong
积分与排名
积分 - 93606
排名 - 1096
阅读排行榜
评论排行榜
推荐排行榜
2005年11月12日
QQ在线代码生成器
摘要: http://www.aicosoft.com/CHN/Tools/QQ.asp<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=14091112&Site=http://www.aicosoft.com&Menu=yes><img border="0" SRC=http://wpa.qq.com/p...
阅读全文
posted @ 2005-11-12 16:55 James Wong 阅读(902) 评论(11)
编辑
2005年10月19日
試試Cashfiesta
摘要: 注册为cashfiesta会员,注册地址:http://www.cashfiesta.com/php/join.php?ref=cnjames不管你对网赚是多么的反感、多么的不相信,但这一次再不比从前,因为这已经得到了我的亲自证实!请你给点耐心,在有空时看看下面的文字,相信我,看完后绝不会令你失望的。你不认识我,但终将有一天你会感谢我。网络赚钱之外国篇。收广告,赚点数,完全免费。网络赚钱外国篇之C...
阅读全文
posted @ 2005-10-19 13:24 James Wong 阅读(2189) 评论(1)
编辑
2005年10月18日
CreateProcess&Shellexecute
摘要: <DllImport("kernel32.dll")>_PrivateSharedFunctionCreateProcess()FunctionCreateProcess(ByVallpApplicationNameAsString,ByVallpCommandLineAsString,ByVallpProcessAttributesAsIntPtr,_ByVallpThreadAtt...
阅读全文
posted @ 2005-10-18 11:29 James Wong 阅读(231) 评论(0)
编辑
2005年9月23日
XP系統下顯示窗體陰影
摘要: c#代碼的出處: http://davidkean.net/archive/2004/09/13/151.aspxImports SystemImports System.Windows.FormsImports System.SecurityImports System.Security.Permissions Private Const CS_DROPSHADOW As Integer = &...
阅读全文
posted @ 2005-09-23 14:42 James Wong 阅读(448) 评论(0)
编辑
2005年9月10日
GDI+的用處
摘要: 使用gdi+畫了一個Label,支持陰影,圓形邊框,漸變背景,其中較重要的幾個應用1/繪畫區域的獲得:Private Sub GetRoundRect() Dim gp As New GraphicsPath gp.StartFigure() gp.AddLine(PSL + RC, PST, PSL + RL - RC, PST) gp.AddArc(New RectangleF(PSL + R...
阅读全文
posted @ 2005-09-10 14:15 James Wong 阅读(453) 评论(0)
编辑
2005年6月22日
Domino學習筆記(11)
摘要: 一、查找其他數據庫的檔案並打開Sub Click(Source As Button)Dim s As New NotesSessionDim w As New NotesUIWorkspace 'Dim dc As NotesDocumentCollection Dim db As NotesDatabase Dim doc As NotesDocument Set db=s.GetDatabas...
阅读全文
posted @ 2005-06-22 11:40 James Wong 阅读(561) 评论(0)
编辑
2005年6月16日
Domino學習筆記(10)
摘要: 數據庫的存取一、簡單的Access數據庫存取(ODBC)Sub Click(Source As Button)Dim conn As New ODBCConnection Dim tqry As New ODBCQuery Dim trst As New ODBCResultSet Dim ProdCode As StringDim js As Long Dim msg As String If ...
阅读全文
posted @ 2005-06-16 10:22 James Wong 阅读(1750) 评论(0)
编辑
2005年5月21日
ERP推行實踐(10)
摘要: 用了三周時間分別對大、中、小三家供應商進行了詳細的功能評估。對各個功能點進行詳細的記錄,以做為合同及交付的基准。同時作為下步對ERP廠商參觀的參考文件。
阅读全文
posted @ 2005-05-21 11:42 James Wong 阅读(455) 评论(0)
编辑
2005年5月5日
Domino學習筆記(09)
摘要: 一、對視圖(VIEW)的操作 Sub Initialize Dim session As New NotesSession '定義當前的存儲 Dim db As NotesDatabase '設置當前的數據庫 Dim dc As NotesDocumentCollection '定義當前文檔集合 Dim doc As NotesDocument '定義單個文檔 Dim item As ...
阅读全文
posted @ 2005-05-05 08:40 James Wong 阅读(1483) 评论(1)
编辑
2005年4月29日
Domino學習筆記(08)
摘要: 一、常用命令: @Command 與 @PostedCommand 的區別在於@Command發生在後續指令之前,而@PostedCommand在等待其它指令執行完以後才開始執行! @If(@Command([FileOpenDatabase]; "NEWSUBJ"); ""; @Return("")); 開啟數據庫 @Command([...
阅读全文
posted @ 2005-04-29 14:14 James Wong 阅读(939) 评论(1)
编辑
仅列出标题
下一页