Tagged Questions
0
votes
0answers
230 views
StreamReader.ReadToEnd Hangs
I have been developing an application that connects VB.net platform to Unix Servers and this is done via plink.exe being triggered via command button. Please see below code:
Dim p As New Process
...
2
votes
1answer
1k views
Opening a plink window from VB.NET application without showing the black ugly plink window
I am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?