搜索资源列表
Win32APIandPB
- 1. 如何使PB窗口总在最上层 通过SetWindowPos函数吧窗口的显示层次修改为HWND_TOPMOST,就可以使指定窗 口永远不会被其他窗口覆盖,该函数声明为: Function Long SetWindowPos(Long hwnd, Long ord, Long x, Long y, Long dx, Long dy, Long uflag) Library “user32.dll” 参数1为要顶层显示的窗口句柄,参数2指定显示的层次,参数7为附加选项,其余
PowerBuilder_programming_code_to_achieve_dial_up.r
- pb编程用PowerBuilder实现拨号代码pb with PowerBuilder programming code to achieve dial-up-pb with PowerBuilder programming code to achieve dial-up
pb_classic_programming_code_to_print_data_window.r
- pb编程数据窗口的打印经典代码pb classic programming code to print the data window-pb classic programming code to print the data window
PB_interface_multiple_languages_support_for_code.r
- PB实现多种语言界面的支持代码PB interface in multiple languages, support for code-PB interface in multiple languages, support for code
PB11
- 随着 I n t e r n e t 技术的兴起 , 软件应用系统正在 向分布式的 We b 应用发展, 基于 B / S结构的开发模式已经越来越广泛, 而对 于业务处理繁琐、 客户交互复杂的应用系统 , 三层架构的瘦客户 端模式则是更为适用的方式。开发三层应用的技术有很多, 如: D e l p h i 、 V i s u a l C++、 V i s u a l B a s i c 、 P o w e r B u i l d e r ( 简称 P B) 等。其