How to open a "NetWorkRequester"?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by merendo.

Hi all.

I know, there is a requester under windows, which allows to select a computer in the local area network. On my chest, this requester looks like this:

Does anybody know how to call this requester?

Cu @ll, merendo
--
Men don't do things at 50%. Either 100% or NOT. (You could not build a half house :) ) That's what men are like.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by FonkFonk.

If you only need to display this dialog, then :

result=RunProgram("rundll32.exe ","shell32.dll,Control_RunDLL C:\windows\system\main.cpl","c:\windows",0)

would do the trick ! : Just replace the complete path and file name (here "C:\windows\system\main.cpl") by the right *.cpl one (CPL stands for control panel - You'll have to find the one you need ... Sorry ... My computer is not connected to a LAN and I don't know what is its name ... Not hard to find, though.).

Pierre
Post Reply