2008年6月7日 #
2008年5月26日 #
2007年3月5日 #
2007年3月3日 #
2006年12月20日 #
2006年10月25日 #
2006年10月17日 #
2006年10月2日 #
运行程序,可以看到新打开的窗口都会在TabControl1的新标签页中打开.在上面的代码中,如果是Windows XP+SP2的话可以监控NewWindow3事件,否侧需要监控NewWindow2事件。
2006年9月6日 #
Properties - all sizes are in twips xLeft - Position of the left edge of the table isCentered - Set to True to center the table Rows - Sets or returns the number of rows in the table Columns - Sets or returns the number of columns in the table Row - An Array of Rows (1 to Rows) Column - An Array of columns (1 to Columns) Column(i).xWidth - Width of the ith column Cell - A 2-d Array of Cells (1 to Rows, 1 to Columns) Cell(r, c).Contents - Sets or returns the contents of the cell
Methods InsertTable(RTB As RichTextBox) - Inserts the table into the RichTextBox at the currrent cursor position. 代码下载地址:http://www.applevb.com/RTFtable.zip使用范例:
Powered by: 博客园 Copyright © 陈锐