Joe Strazzere - All Things Quality

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


December 1, 2005 - WinTask - GetPhysMemory

Posted in WinTask

'
' GetPhysMemory
'
' Determines amount of physical memory using Explorer
'

shell("explorer /e",1)


UseWindow("EXPLORER.EXE|ExploreWClass|Exploring - My Computer",1)
 ChooseItem(TreeView, "1", "My Computer", single, left )
 ChooseMenu(Normal,"&File|P&roperties")

 a$=Capture$("RUNDLL32.EXE|Static||11",1,0)
    msgbox(a$,,"GetPhysMemory")

UseWindow("RUNDLL32.EXE|#32770|System Properties",1)
 Click(Button,"Cancel")


<- 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