Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


December 1, 2005 - WinTask - GetWindowText

Posted in WinTask

'
' GetWindowText
'
' "user32" Alias "GetWindowTextA" (
'  ByVal hwnd As Long,
'  ByVal lpString As String,
'  ByVal cch As Long) As Long
'

Dim memptr as unsigned
Dim texlen as unsigned

memptr=allocate(255)
textlen=64

hwnd=GetWindowHandle(focus$(),1)

ret = External("user32","GetWindowTextA", hwnd, memptr, textlen)

mytest$=peekstring$(memptr)

msgbox(mytest$,,"GetWindowText")


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now