[两套控件]Vsflexgrid8.0和Vsview8.0 最新注册版




    372129399

    【转】[两套控件]Vsflexgrid8.0和Vsview8.0 最新注册版

    Vsflexgrid8.0(制作网格,树型目录、合并等)

    ------------------------------------------------------------------------------

    官方最新版下载地址:
    1、 http://download3.componentone.com/pub/ActiveX/flex8/Updates/flex8_T205.exe

    注册码:S741039-FV-024110
    S741022-CW-036700
    S741045-TL-089390

    2、http://download3.componentone.com/pub/ActiveX/flex8/misc/flex8_8.0.20063.235.zip


    安装方法:

    下载1中安装文件,输入注册码,就成功注册了。下载2中文件,并拷到

    系统目录(XP为system32),就是最新版了

    --------------------------------------------------------------------------------


    Vsview8.0(输出报表,打印预览、 打印等)

    ----------------------------------------------------------------------------------

    1、http://download3.componentone.com/pub/ActiveX/view8/Updates/view8_t205.exe

    上面注册成功后,一般不会再问这个控件的注册码的。如果这个还提示

    注册,s/n: 0640200-KD-999999

    2、http://download3.componentone.com/pub/ActiveX/view8/misc/view8_8.0.20071.129.zip

    安装方法:

    同上面Vsflexgrid控件.下载1安装,下载2解压拷到系统目录。

    ------------------------------------------------------------------------------------

    The ComponentOne VSFlexGrid 8.0 package consists of two ActiveX controls:

    VSFlexGrid

    A powerful, full-featured grid. It provides new ways to display, edit, format, organize, summarize, and print tabular data.
    VSFlexGrid gives you several choices of data binding: ADO/OLEDB, DAO, bind to 2-D or 3-D arrays, to other VSFlexGrid controls, create your own data source classes, or use the grid in unbound mode.
    It will read and write grids to a compressed binary file or to a text file (compatible with Microsoft Access and Excel). (这条最爽,累人的活你就不用干了)
    VSFlexGrid provides all the basics plus advanced features such as outline trees, sorting, cell merging, masked editing, translated combo and image lists, and automatic data aggregation.

    VSFlexString

    A flexible regular expression engine. It features pattern matching as well as regular expression text matching. VSFlexString's automatic replace capability immediately replaces all matches with the new assigned string. Tag matching capabilities determine which parts of the string matched what parts of the pattern.

    ------------------------------------------------------------------------------------

    The ComponentOne VSView8 package consists of four custom controls:

    1) VSPrinter

    VSPrinter allows you to create documents that can be previewed, printed, and saved to disk. VSPrinter supports multi-page documents with headers, footers, full character, paragraph, and page formatting, tables, graphics, and pictures. It also supports HTML and RTF formats, and can be used in a Web browser for accurate previewing of documents published on your Web site.(老有人问预览功能,这可能是你的福音)

    2) VSDraw

    VSDraw allows you to create complex, scalable images such as charts, diagrams, and maps. The images can be previewed, saved to disk, and copied to other documents, including VSPrinter documents.

    3) VSViewPort

    VSViewport allows you to create scrollable areas within your forms so you can fit large (or many small controls) in your forms. Use it to implement fill-out forms or as an alternative to tab controls.

    4) VSPDF8

    VSPDF allows you to create and add information to PDF files.

    5) Excellent Documentation

    VSView8 includes an extensive manual and online help with plenty of tutorials and examples. If you have suggestions on how we can improve our documentation, please email the Documentation team. Please note that e-mail sent to the Documentation team is for documentation feedback only. Technical Support and Sales issues should be sent directly to their respective departments.

    首先,需要在项目中引用VSFlexGrid控件的类型库。打开项目,在“解决方案资源管理器”中右键单击“引用”,选择“添加引用”选项,然后在“COM”选项卡中找到VSFlexGrid控件的类型库并添加。 接下来,创建一个包装器类来封装VSFlexGrid控件。可以使用C++/CLI编写此类。以下是一个简单的示例: ```cpp using namespace System::Windows::Forms; using namespace AxVSFlexGridLib; public ref class VSFlexGridWrapper { private: AxVSFlexGrid^ m_vsFlexGrid; public: VSFlexGridWrapper(Control^ parent) { m_vsFlexGrid = gcnew AxVSFlexGrid(); parent->Controls->Add(m_vsFlexGrid); // 设置控件属性 m_vsFlexGrid->Dock = DockStyle::Fill; m_vsFlexGrid->AllowUserResizing = flexResizeBoth; } // 封装一些VSFlexGrid控件的方法 void SetTextMatrix(int row, int col, String^ text) { m_vsFlexGrid->SetTextMatrix(row, col, text); } // 封装一些VSFlexGrid控件的属性 property int Rows { int get() { return m_vsFlexGrid->Rows; } void set(int value) { m_vsFlexGrid->Rows = value; } } property int Cols { int get() { return m_vsFlexGrid->Cols; } void set(int value) { m_vsFlexGrid->Cols = value; } } property bool Visible { bool get() { return m_vsFlexGrid->Visible; } void set(bool value) { m_vsFlexGrid->Visible = value; } } }; ``` 在上面的代码中,我们创建了一个名为“VSFlexGridWrapper”的类,并在构造函数中创建了一个AxVSFlexGrid控件的实例。我们还封装了一些VSFlexGrid控件的属性和方法,以便在外部使用时更方便。 假设我们已经在窗体上放置了一个Panel控件,并将其命名为“panel1”,可以使用以下代码将VSFlexGrid控件添加到该Panel控件中: ```cpp VSFlexGridWrapper^ vsFlexGridWrapper = gcnew VSFlexGridWrapper(panel1); vsFlexGridWrapper->Visible = true; vsFlexGridWrapper->Rows = 5; vsFlexGridWrapper->Cols = 3; vsFlexGridWrapper->SetTextMatrix(1, 1, "Hello, world!"); ``` 在这个例子中,我们首先创建了一个VSFlexGridWrapper对象,并将其添加到panel1控件中。然后我们设置了一些VSFlexGrid控件的属性,最后使用SetTextMatrix方法设置了第二行第二列的单元格的文本。
    评论 1
    添加红包

    请填写红包祝福语或标题

    红包个数最小为10个

    红包金额最低5元

    当前余额3.43前往充值 >
    需支付:10.00
    成就一亿技术人!
    领取后你会自动成为博主和红包主的粉丝 规则
    hope_wisdom
    发出的红包
    实付
    使用余额支付
    点击重新获取
    扫码支付
    钱包余额 0

    抵扣说明:

    1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
    2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

    余额充值