Welcome![Sign In][Sign Up]
Location:
Search - wintext

Search list

[GUI DevelopWinText

Description: 文本界面设计,通过源代码学习可以初步学会文本界面编程的学习-The text interface design, through the source code can initially learn to learn from the text interface, the learning program
Platform: | Size: 1181696 | Author: 永远 | Hits:

[Game Hook CrackcSharpwaigualei

Description: c# 外挂类 操作窗体 pid = kk.pid("su_client.exe") 获得进程PID key.WinFromXY wf 声明结构数组 wf = kk.findform(“窗口标题”) 根据窗口标题得到 宽,高,以及x,y信息。 kk.setwinform(窗口标题,新的高,新的宽)//改变窗体大小 kk.winText(旧的窗体标题, 新的窗体标题) //修改窗体标题 kk.showform(窗口标题)//将窗体至于屏幕最顶端 kk.findwin(窗口标题) //返回int值,得到一个窗体的句柄 模拟键盘-c# plug-in class action form pid = kk.pid (" su_client.exe" ) get the process PID key.WinFromXY wf statement structure of the array wf = kk.findform (" Window Title" ) under the window title by width, height, and x, y information. kk.setwinform (window title, a new high, new wide)// change the form size kk.winText (the old form title, form the new title) // modify the form title kk.showform (window title )// The screen will form the top of kk.findwin (window title) // return int value, get a form to handle analog keyboard
Platform: | Size: 3616768 | Author: bk | Hits:

[OtherWinText

Description: 实现Window记事本的部分功能,可读取.txt文件,适合初学者学习-To achieve some of the features of Notepad Window can be read. Txt files, suitable for beginners to learn
Platform: | Size: 1938432 | Author: | Hits:

[OS programWinText

Description: windows下关机,开机,重启功能实现,基本API调用-Boot, shutdown, restart
Platform: | Size: 2830336 | Author: 牟刊 | Hits:

[Dialog_WindowDay08

Description: 这是一个新手学习win32程序的三个小例子,dialog,winText的使用-This is three small examples of dialog, winText the use of a novice learning win32 program
Platform: | Size: 40960 | Author: 文志辉 | Hits:

[Button controlWinText

Description: 控件上的文件操作,主要是控件上的文件操作-Control file operations, file operations control
Platform: | Size: 1024 | Author: 杜聪 | Hits:

[VC/MFC222

Description: Public Function Hook_Func(ByVal iCode As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Select Case iCode Case HCBT_CREATEWND Case HCBT_DESTROYWND Case HCBT_ACTIVATE Dim WinText As String Dim ClsName As String 获取窗口标题及类名 WinText = GetWindowTextString(wParam) ClsName = GetGetClassNameString(wParam) Debug.Print ClsName, GetWindowTextString(wParam) VB的弹窗类名 If ClsName = #32770 Then 发送关闭消息 PostMessage wParam, WM_CLOSE, 0, 0 End If End Select Hook_Func = CallNextHookEx(hHook, iCode, wParam, lParam) End Function-Public Function Hook_Func(ByVal iCode As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Select Case iCode Case HCBT_CREATEWND Case HCBT_DESTROYWND Case HCBT_ACTIVATE Dim WinText As String Dim ClsName As String 获取窗口标题及类名 WinText = GetWindowTextString(wParam) ClsName = GetGetClassNameString(wParam) Debug.Print ClsName, GetWindowTextString(wParam) VB的弹窗类名 If ClsName = #32770 Then 发送关闭消息 PostMessage wParam, WM_CLOSE, 0, 0 End If End Select Hook_Func = CallNextHookEx(hHook, iCode, wParam, lParam) End Function
Platform: | Size: 14336 | Author: renchao | Hits:

CodeBus www.codebus.net