登录
首页 » Static control » 水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法...

水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法...

于 2022-06-17 发布 文件大小:550.45 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

水晶报表是一个报表设计开发的强大工具,功能强大,设计灵活,在水晶报表光盘中只提供了一个完全动态生成报表的例子,使用繁琐。现介绍其在VC++6.0中的简单使用方法。编译环境:VC++6.0 sp5 、Windows 2000 Server sp3 (en)。 一、导入水晶报表使用的动态联接库:根据实际修改文件路径。 #import "C:Documents and SettingsAdministrator桌面crcraxdrt9.dll" no_namespace-crystal statements are statements of a powerful design tool, a powerful, flexible design, the crystal statements disc only provides a fully dynamic generation statements example, the use of cumbersome. Now introduced in VC 6.0 simple to use. Build Environment : VC 6.0 SP5, Windows 2000 Server sp3 (en). 1, Crystal statements into the dynamic link library : according to the actual path to amend the document.# Import "C : Documents and Settings Administrator Desktop cr craxdrt9.dll" no_namespace

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This article demonstrates the technique of creating a RGB color editor, useful a...
    This article demonstrates the technique of creating a RGB color editor, useful at web-page and software development time, to know the RGB code for different combinations of Red, Green and Blue colors. The article has two projects both independent, one was developed using the popular MFC and the other in Win32 (a.k.a. SDK). Both applications are identical in functionality and helps developers who are not very familiar with Win32 programming, to compare and see how easy it is to develop applications in Win32
    2023-01-14 07:25:03下载
    积分:1
  • Paper model
    论文样板――酒店客房管理系统论文.doc,做毕业设计的同学注意了,很好的参考资料-Paper model- hotel rooms management system thesis. Doc, so the attention of graduate design students, and a very good reference
    2022-01-31 02:52:39下载
    积分:1
  • Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完...
    Winsocket DLL 封装,该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-Winsocket DLL package, such communication is SOCKET integrated model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be convenient communications procedures used. In particular, based on SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
    2022-01-27 18:04:30下载
    积分:1
  • 在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。...
    在没有外界反馈电路时所测出的电压放大倍数。Auo越高, 所构成的运算电路越稳定,运算精度也越高。Auo一般约为 104 107。-in the absence of external feedback circuit by measuring the voltage amplification. Auo higher posed by computing circuit, the more stable operating precision higher. Auo normally about# 104 61630 107.
    2022-01-28 10:03:58下载
    积分:1
  • static控件的类
    static控件的类-category
    2022-03-21 07:46:11下载
    积分:1
  • 带bevel线的静态控件
    带bevel线的静态控件-The static control with beve line
    2023-08-18 11:15:03下载
    积分:1
  • public class Server extends Thread { Client client int counter public Server(Cli...
    public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
    2022-02-21 05:44:37下载
    积分:1
  • 通过VC++MFC编程来实现计算机的内存的读取与管理,
    通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
    2022-06-30 15:51:12下载
    积分:1
  • 这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。
    这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。-This is what I wrote in the study of some help for beginners code, it pains government.
    2022-03-21 07:55:02下载
    积分:1
  • CStatic use various types of design styles of the characters.
    利用CStatic类来设计各种各样样式的字符。-CStatic use various types of design styles of the characters.
    2023-02-28 10:40:04下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载