PB代码获取网页源代码weeeeeeeeeeeeeeeeeeeeeeeeeee
2023-10-12 10:21:56 7KB pb
1
快捷键显示或隐藏窗口 pb 代码 能够使用
2022-12-29 08:03:26 4KB pb 代码
1
PB 11.5做的动态增加编辑列,主要代码: sModify = 'create column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="0" y="80" height="76" width="320" html.valueishtml="0" name=Item00 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no font.face="Tahoma" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )' dw_1.modify( sModify)
2022-05-30 16:28:41 8KB PB 动态 编辑列
1
计算机软件-编程源码-pb代码备份sqlserver数据库.zip
2022-05-23 21:03:40 17KB sqlserver 数据库 源码软件 database
PB 11.5做的当前用户权限下所有正在运行程序,主要代码: Function Long EnumProcesses(Ref ULong lpidProcess[], Long cb, Ref Long cbNeeded) Library 'psapi.dll ' Function Long OpenProcess(Long dwDesiredAccess, Int bInheritHandle, Long dwProcessId) Library 'kernel32.dll ' Function Long GetModuleFileNameEx(Long hProcess, Long hModule, Ref String ModuleName, Long nSize) Library 'psapi.dll ' Alias For "GetModuleFileNameExA;ansi" Function Long EnumProcessModules(Long hProcess, Ref ULong lphModule[], Long cb, Ref Long cbNeeded) Library 'psapi.dll ' Function Long GetModuleBaseName(Long hProcess, Long hModule, Ref String lpBaseName, Long nSize) Library 'psapi.dll ' Alias For "GetModuleBaseNameA;ansi" Function Long CloseHandle(Long Handle) Library 'kernel32.dll ' FUNCTION ulong IsWindow(ulong hwnd) LIBRARY "user32.dll " FUNCTION ulong GetWindowText(ulong hwnd,ref string lpString,ulong cch) LIBRARY "user32.dll " ALIAS FOR "GetWindowTextA;ansi"
2022-05-23 12:04:13 7KB PB Windows 程序
1
计算机软件-商业源码-纯PB代码获取网页的源代码.zip
2022-05-23 09:05:00 7KB 源码软件
计算机软件-商业源码-纯PB代码实现的透明窗体源代码.zip
2022-05-23 09:05:00 11KB 源码软件
计算机软件-编程源码-2万字库的拼音首字母查询,纯pb代码.zip
2022-05-22 21:04:08 12KB 源码软件
PB代码动态解析执行器 源码 PB12.5上修改并测试通过
2022-05-05 21:18:03 3.67MB PB代码解析
1
PB 11.5做的获取Excel的内容实例,主要代码: for lRow=1 to lColumnCount for i=1 to lCount sData = string(OLEobjectExcel.application.activeworkbook.worksheets(1).cells(i,lRow).value) sTemp += sData+"__" next next
2022-03-14 23:57:09 7KB PB Excel
1