Thread: Memory Usage
View Single Post
  #4 (permalink)  
Old 07-02-2007, 10:46 PM
Scubaticus Scubaticus is offline
Senior Member
 
Join Date: Jun 2007
Location: Netherlands (Arnhem)
Posts: 107
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Erel View Post
The Hardware library GCAllocatedMemory
Quote:
Sub Globals
Dim somespace(1024)
somespace(0) = 0
End Sub

Sub App_Start
Form1.Show

hw.New1
mem.Text = hw.GCAllocatedMemory
End Sub
Gives me back a zero byte string, but I'm not sure how to use it as it's not in the docs, or in the popup control parm list. Do you have a sample on how to use it correctly?

Scub
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless
Mobile: Samsung Omnia I900 (WM6.1)
Reply With Quote