搜索资源列表
print_set
- 用VB编写打印程序的时候,如果通过控制面板改变纸型和方向非常不方便。通过调用API函数可以方便的实现。-VB printing process used to prepare, if the control panel through the matrix and the direction of change is very inconvenient. By calling the API function can be easily realized.
MultiUsePrinter
- windows API 实现打印功能 安装过打印机驱动后,即可实现通用的打印功能-windows API to achieve printing function printer driver installed, you can achieve universal printing
RawPrinter-v.-1.1
- Files in this archive give you a very simplified way to send raw data to the printer using Windows API. It works just like good old DOS-printing :)) but goes through the Windows Printer Spooler. This means you can: - print text in real te
shiyan3
- 设计规则:假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就往前移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就反方向移动。字符串每移动一格,颜色将随机地发生变化。 提示:假如初始状态设定字符串在(100,100)位置上,开始时A字符作为首字符向左移动,则新的位置变成(100+Δx,100),设Δx -10,重新显示整个字符串。当首字符的坐标位置小于0时,则Δx +10,字符串向右移动。说明Px和Py为两个静态的全局变量,用