文章分类 -  ActiveX

Developing ActiveX Controls Using Visual Basic(3)
摘要:Example: Clock Control 1. Start VB and choose project type to be ActiveX Control 2. Name the project prjClock, name the form uctClock 3. Place a label on the form, name it lblTime, gi... 阅读全文

posted @ 2008-03-12 15:57 squll201 阅读(107) 评论(0) 推荐(0)

Developing ActiveX Controls Using Visual Basic(2)
摘要:Utilizing the ActiveX Control in a Web Page: Note: The security options on the Internet Explorer should be changed to download and run unsigned ActiveX Controls. You will need to change the classid ... 阅读全文

posted @ 2008-03-12 15:54 squll201 阅读(92) 评论(0) 推荐(0)

Developing ActiveX Controls Using Visual Basic(1)
摘要:Example: Color Control Start VB and choose project type to be ActiveX Control Name the project prjCol, name the form ucol From the Project->Components menu, select “Microsoft Common Dia... 阅读全文

posted @ 2008-03-12 15:52 squll201 阅读(115) 评论(0) 推荐(0)

TCtest.aspx
摘要:未命名頁面 阅读全文

posted @ 2008-01-10 17:48 squll201 阅读(106) 评论(0) 推荐(0)

PhotoSource.aspx
摘要:照片 ... 阅读全文

posted @ 2008-01-10 17:48 squll201 阅读(219) 评论(0) 推荐(0)

TCtest.aspx.cs
摘要:using System; using System.Data; using System.Configuration; using System.Reflection; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.W... 阅读全文

posted @ 2008-01-10 17:47 squll201 阅读(171) 评论(0) 推荐(0)

导航