You will find complete code samples in the source code forum:
http://www.powerbasic.com/support/pb...381#post318381
I like to convert MS Scriptings (VBScript) into PBWin and reading PB docs everything seems to be so easy. But I have no success up to now. Can somebody give me a sample how to convert the following into late binding:
strComputer = "atl-ws-01"
Set colAccounts = GetObject("WinNT://" & strComputer & "")
Set objUser = colAccounts.Create("user", "Admin2")
objUser.SetPassword "09iu%4et"
objUser.SetInfo
Thx.
http://www.powerbasic.com/support/pb...381#post318381
I like to convert MS Scriptings (VBScript) into PBWin and reading PB docs everything seems to be so easy. But I have no success up to now. Can somebody give me a sample how to convert the following into late binding:
strComputer = "atl-ws-01"
Set colAccounts = GetObject("WinNT://" & strComputer & "")
Set objUser = colAccounts.Create("user", "Admin2")
objUser.SetPassword "09iu%4et"
objUser.SetInfo
Thx.
Comment