Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#41: PC is connected to a network or not

If you want to know if the PC is connected to a network under MS Windows then you can call a GetSystemMetrics() function (Windows API) with SM_NETWORK parameter:

if (GetSystemMetrics(SM_NETWORK) AND $01 = $01) then
    <PC is attached to network>
else
    <PC is not attached to network>


Published: November 15, 1999

See also
 
SMMsg suite
Metafile Convert
Fast Document Viewer
Protected Storage Viewer
Paradox Password Recovery
ABA Spreadsheet Convert
Database Information Manager
DBISAM Password Recovery
Viewer for TNEF-files (winmail.dat)
DBExport tools
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2024, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising