Get Free Resources
Gets Free Resources WITHOUT using a class module or a third party DLL as someone used below...
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
Public Function SystemResources() As String GDI$ = CStr(pBGetFreeSystemResources(1)) Sys$ = CStr(pBGetFreeSystemResources(0)) User$ = CStr(pBGetFreeSystemResources(2)) SystemResources$ = "GDI: " + GDI$ + "%" SystemResources$ = SystemResources$ + vbCrLf + "System: " + Sys$ + "%" SystemResources$ = SystemResources$ + vbCrLf + "User: " + User$ + "%" End Function '-------------------- 'To use this code in a Message Box, use: MsgBox SystemResources$, vbSystemModal, "System Resources" '-------------------- 'To use this code in a Text Box, use: Text1 = SystemResources$ 'Text1 being your Text Box name '-------------------- 'The SystemResources function was made to be placed in a module; if you would like it to be placed in your form... copy the declaration and function, paste it in your form coding, and change the Public to Private.
Original Comments (3)
Recovered from Wayback Machine