Welcome![Sign In][Sign Up]
Location:
Search - 超链接文本

Search list

[ICQ-IM-ChatQQ表情和超链接聊天室演示

Description: 一个用富文本框(RichText)制作的带有QQ字符表情和超链接以及字体颜色等功能聊天室示例。程序封装为一个控件,可以直接在程序中调用即可。 -with a rich text box (RichText) produced with the QQ character expressions and hyperlinks, and font colors and such functional chat rooms example. Packaging for a procedural controls, directly in the proceedings can be called.
Platform: | Size: 158526 | Author: 悠扬 | Hits:

[GUI DevelopLinkInDLG

Description: 在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接-in the dialog box to add a static text, and add hyperlinks, it started to open IE Hyperlink
Platform: | Size: 18909 | Author: 王明 | Hits:

[RichEditManOriKnowledge

Description: 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Platform: | Size: 39417 | Author: hanunhua | Hits:

[Static controlLabel

Description: CStatic扩展:支持字体、字号、加粗、斜体、下划线设置 支持静态光标和动态光标;支持超链接形式显示;支持文本闪烁和背景闪烁,支持闪烁间隔设置
Platform: | Size: 5249 | Author: liubin | Hits:

[Other resourceInstructorGuide4Introduction2TSP

Description: TSP的教练员指南,软件工程学大牛CMMI、PSP、TSP创始人Watts S. Humphrey原著。文本方式、使用超链接组织内容,十分方便阅读。
Platform: | Size: 826246 | Author: huwei | Hits:

[WinSock-NDIS简单的web浏览器

Description: 使用MFC编写的简单的浏览器 CHtmlView 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long nNewValue ); (5)BOOL GetVisible( ) const; void SetVisible( BOOL bNewValue ); 2.主要的操作(Operations)成员函数 这些成员函数非常有用,常常用在应用程序中。 void GoBack( ); 导航到历史列表的前一个条目(previous item)。 void GoForward( ); 导航到历史列表的下一个条目。 void GoHome( ); 导航到主页,该主页在IE的属性中设置。 void GoSearch( ); 导航到当前搜索页。该页在IE的属性中设置。 void Refresh( ); 重新装入浏览器当前正在显示的URL或者文件,即刷新。 void Stop( ); 撤销任何未完成的导航或下载,并且停止任何动态的页面元素,例如背景音乐和动画。 Navigate 导航到由URL指定的资源。 Navigate2 导航到由URL指定的资源或者由全路径指定的文件。 PutProperty 设置与所给定的对象相关的属性的当前值。 GetProperty 返回与所给定的对象相关的属性的当前值。 ExecWB 执行一个命令。 LoadFromResource 在WebBrowser控件中装入一个资源。 3.事件(Events)处理函数 为了利用Windows的消息驱动机制,CHtmlView 类定义了许多可重载的事件处理函数,当一定的事件发生时,MFC框架会自动调用相应的事件处理函数。用户可以重载这些函数,添加自己的代码,实现应用程序特定的功能。下面列举了一些,详细的资料可查阅MSDN文档。 OnNavigateComplete2 对于一个窗口或显示框架,完成到一个超链接的导航后,调用此函数 OnBeforeNavigate2 对于一个窗口或显示框架,在给定的Web浏览器中,一个导航出现之前,调用此函数 virtual void OnStatusTextChange( LPCTSTR lpszText ); 当与WebBrowser 控件相关的状态栏的文本改变时,调用此函数,参数lpszText包含新的状态栏文本的字符串。 virtual void OnVisible( BOOL bVisible ); 当WebBrowser 的窗口应当被显示或隐藏时,框架调用此函数,bVisible表示了窗口的状态,:如果为非零,对象可见;为零,对象不可见。 virtual void OnToolBar( BOOL bToolBar ); 当 ToolBar 属性已经改变时,调用此函数,bToolBar为非零, IE的工具栏是可见的;否则相反。 virtual void OnMenuBar( BOOL bMenuBar ); 当 MenuBar 属性已改变时,调用此函数。bMenuBar为非零,菜单栏可见;否则相反。
Platform: | Size: 3688551 | Author: chuengchi@126.com | Hits:

[SourceCodeVB文本控件

Description: 一个用VB开发的超链接文本模式的控件
Platform: | Size: 23773 | Author: lzb198259 | Hits:

[ICQ-IM-ChatQQ表情和超链接聊天室演示

Description: 一个用富文本框(RichText)制作的带有QQ字符表情和超链接以及字体颜色等功能聊天室示例。程序封装为一个控件,可以直接在程序中调用即可。 -with a rich text box (RichText) produced with the QQ character expressions and hyperlinks, and font colors and such functional chat rooms example. Packaging for a procedural controls, directly in the proceedings can be called.
Platform: | Size: 158720 | Author: 悠扬 | Hits:

[GUI DevelopLinkInDLG

Description: 在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接-in the dialog box to add a static text, and add hyperlinks, it started to open IE Hyperlink
Platform: | Size: 18432 | Author: 王明 | Hits:

[RichEditManOriKnowledge

Description: 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF的richTextBox可以直接将word编辑好的内容复制过来,然后保存。 同时文档保存形式也就讲究,应该保存为XamlPackage,这是一种压缩格式,把流文档的各种相关数据一同保存,因此很省事,不用关系连接或图片、多媒体的数据源问题。当然XamlPackage只保存Section节点。 在数据库中文档用byte[]表示,从数据库中打开文档时,可以使用byte[]实例化MemoryStream然后直接加载到相应的流文档显示控件中,但保存到数据库时却需要使用临时文件转储。相应的代码如下(C#):
Platform: | Size: 38912 | Author: | Hits:

[Static controlLabel

Description: CStatic扩展:支持字体、字号、加粗、斜体、下划线设置 支持静态光标和动态光标;支持超链接形式显示;支持文本闪烁和背景闪烁,支持闪烁间隔设置-CStatic expansion: support for font, size, bold, italics, underline cursor settings to support the static and dynamic cursor support hyperlink form support blinking text blinking and background to support the blinking interval settings
Platform: | Size: 5120 | Author: liubin | Hits:

[Software EngineeringInstructorGuide4Introduction2TSP

Description: TSP的教练员指南,软件工程学大牛CMMI、PSP、TSP创始人Watts S. Humphrey原著。文本方式、使用超链接组织内容,十分方便阅读。-TSP coaches guide, software engineering Daniudi CMMI, PSP, TSP, founder of the original Watts S. Humphrey. Text mode, the use of hyperlinks organize content, which is very convenient to read.
Platform: | Size: 826368 | Author: huwei | Hits:

[Static controlLinkTextDemo

Description: 一个自己写的超链接控件,可以设置一个文本中剖分文字有超链接,还可以设置多个,很好用-A hyperlink to write their own controls, you can set a text in the subdivision have a hyperlink text, you can set up a number of very good use
Platform: | Size: 65536 | Author: 陈凌鹏 | Hits:

[WEB Codehtml1

Description: 叫你掌握html,一步一步深入这一节先讲html的基础 图像和超链接 文本格式 表格与框架 适合初学者-Tell you to have html, step-by-step to talk about the depth of this section the basis of images and html hyperlink text form suitable for beginners with the framework
Platform: | Size: 23846912 | Author: miaomiao | Hits:

[ICQ-IM-ChatRichTextEmoticons

Description: 一个可以在文本框(RichText)内发表情和超链接的VB聊天室面板程序,可以选择系统字体,发送QQ表情,设置粗体和下划线,以及字体颜色等,是一个标准的聊天室聊天窗口。-A box in the text (RichText) published Love and hyperlinks of the VB procedure Chat panel, you can choose the system font, send QQ expressions, set in bold and underlined, as well as the font color and so on, is a standard chat room chat window.
Platform: | Size: 159744 | Author: 746 | Hits:

[OtherHTMLTextBox

Description: 编辑框。可以用来输入文本,并对文本进行编辑排版功能。还可插入图片,超链接等。-Edithtml。
Platform: | Size: 86016 | Author: 史占平 | Hits:

[Database systemFPDF_152-html-zh_CN

Description: FPDF这个PHP Class允许你采用纯PHP(更确切地说就是不需要使用PDFlib)来生成PDF文件。它所具有的特点包括:可选择的unit大小,页面格式和页边距;页眉和页脚管理;自动分页;自动换行与文本自动对齐;支持JPEG与PNG图片格式;支持着色和文件超链接;支持TrueType,Type1与 encoding;支持页面压缩。-FPDF this PHP Class allows you to pure PHP (and more specifically is not required to use PDFlib) to generate PDF files. It' s features include: choice of unit size, page format and margins header and footer management automatic paging automatically wrap text automatically aligned support JPEG and PNG image formats support shader and hyperlink documents support TrueType, Type1 and encoding support compressed pages.
Platform: | Size: 35840 | Author: danny | Hits:

[Static controlHyperLinkerDemo

Description: 以CStatic类为基类实现的一个超链接控件,可以设置超链接文本的字体,大小,颜色等-To CStatic class is the base class implementation of a hyperlink control, you can set the hyperlink text font, size, color, etc.
Platform: | Size: 14336 | Author: 高峰寒 | Hits:

[GDI-BitmapTo-make-the-link-text

Description: 制作超链接文本,该功能实现如果是具有这个功能的文本会以不同的颜色显示出来,把光标移到其上面会以不同形状的光标显示。可以自己制定其链接的内容。-Making text hyperlinks, realize if it is the function which has the function of the text will be displayed in a different color, move the cursor to the above will be displayed in a different shape of the cursor. Can make its links to content.
Platform: | Size: 33792 | Author: 刘必玲 | Hits:

[Windows Develophyperlink_demo

Description: VC源码下载,在VC++窗体上实现超链接文本HyperLink示例,从网上整理出的VC++基础实例,面向新手,本例主要实现一个在窗口中的文字链接功能,也就是超文本链接功能,最终编译运行效果如软件截图所示。-VC source code download, to achieve the hyperlink text HyperLink sample on VC++ form, from the Internet to sort out the VC++ foundation instance, for the novice, in this case mainly the realization of a text link function in the window, that is a hypertext link function, eventually compiling operating results as shown in the screenshot software.
Platform: | Size: 14336 | Author: kpudn67 | Hits:
« 12 »

CodeBus www.codebus.net