当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Imports SystemImports System.Run
 

 

 ·r在richtextbox中插入动画/控件     »显示摘要«
    摘要:在richtextbox中插入图片得方法很多,不过一般不能动,要实现动画至少应该实现一个activex控件,不过.net对activex的支持很差,我试过用c#写了个activex,不过效果很差,根本久不能动。(备注)这里的差不多是从别人的c++代码(蒋晟)和msdn中得来的(所以,我不是个高手)这是我在gowk中的一部分代码(有删减)拿来共同学习using system;using system......
    摘要:功能实现要求:操作环境vb.net和oracle9i 由于数据量很大,所以不能利用rs结果集一次读出,在往treeview节点上填充。需要填充树型节点的字段内数据形式为以"."分割如:01 01.01 01.02 01.01.01 02 02.01 02.01 ............................利用oracle自身instr函数,可以按".&qu......


JustinIO的vb.NET版本!(串口操作类)

imports systemimports system.runtime.interopservices

#region "struct" 【程序编程相关:VB 二进制块读写类模块应用实例,包括一

namespace justinio    class commport        public portnum as string        public baudrate as integer        public bytesize as byte        public parity as byte // 0-4=no,odd,even,mark,space         public stopbits as byte  // 0,1,2 = 1, 1.5, 2         public readtimeout as integer //comm port win32 file handle        private hcomm as integer = -1        public opened as boolean = false        //win32 api constants        private const generic_read as int64 = &h80000000        private const generic_write as int64 = &h40000000        private const open_existing as integer = 3        private const invalid_handle_value as integer = -1 【推荐阅读:[Klezard]插入符组件(Caret

        <structlayout(layoutkind.sequential)> _      public structure dcb            //taken from c struct in platform sdk             public dcblength as integer            // sizeof(dcb)             public baudrate as integer             // 指定当前波特率 current baud rate            // these are the c struct bit fields, bit twiddle flag to set            public fbinary as integer          // 指定是否允许二进制模式,在windows95中必须主true binary mode, no eof check             public fparity as integer            // 指定是否允许奇偶校验 enable parity checking             public foutxctsflow as integer       // 指定cts是否用于检测发送控制,当为true是cts为off,发送将被挂起.
...   下一页

    摘要:msdn china 自从改版后,内容越来越丰富,活动也特别多。特别是在智能客户端方面。最近在系统地学习智能客户端技术,在 msdn china 发现了好几个 case study 的源码提供下载,这些源码都是来自现实中的案例,非常实用。图书资料管理系统 下载一个图书共享社区是否能够长期的稳定的存在,往往依赖于成员的热心参与。一个网上方便的图书资料管理系统能够提供图书共享社区内部实现灵活的互补与互......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE