home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
SAMPLES
/
TESTNET.PRG
< prev
next >
Wrap
Text File
|
1994-04-28
|
473b
|
20 lines
#include "FiveWin.ch"
#define RESOURCETYPE_DISK 1
#define RESOURCETYPE_PRINT 3
//----------------------------------------------------------------------------//
function Main()
WNetBrowseDialog( 0,; // hWnd parent of the Dialog
0,; // Drives Type
"Test" )
? WNetGetUser()
? WNetError()
return
//----------------------------------------------------------------------------//