请问,用DELPHI怎样做一个在局域网内登陆其他用户计算机的程序。(0分)

  • 主题发起人 主题发起人 chenziqing
  • 开始时间 开始时间
C

chenziqing

Unregistered / Unconfirmed
GUEST, unregistred user!
请告诉我,谢谢。。。。。
 
先执行
WinExec(Pchar('net use //computername password /user:username',sw_Hide);
(或用CreateProcess执行,以便等到命令结束)
再执行ShellExecute(handle, nil,'//computer', nil, nil, SW_SHOWNORMAL);
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部