hitec

425
Reputation
90 views

Registered User

Name hitec
Member for 1 year
Seen Oct 19 at 16:27
Website
Location Bombay
Age 26
System.StackOverflowException
Oct
7
awarded  Notable Question
Sep
28
awarded  Good Answer
Sep
17
awarded  Popular Question
Aug
3
awarded  Yearling
Jul
13
comment Reading Excel files from C#
Couldn't agree more Cherian. This code is many years old... before I even was proficient with Resharper :)
Jul
8
awarded  Disciplined
Jul
8
revised How do I programmatically disconnect an OpenVPN connection?
links to how I am solving this problem
Jul
8
awarded  Commentator
Jul
8
awarded  Critic
Jul
8
comment How do I programmatically disconnect an OpenVPN connection?
I tried p.CloseMainWindow(); but it does not work. On further research I have realized that OpenVPN Management interface is a more appropriate approach for what I am trying to achieve. Thanks for more info though, it helped clear a concept.
Jul
7
comment How do I programmatically disconnect an OpenVPN connection?
Pierre, your post is a great lead. I'm managed to manually terminate the connection manually using the management interface. Further reading: openvpn.net/index.php/open-source/…
Jul
7
comment How do I programmatically disconnect an OpenVPN connection?
Thanks Thorsten. Can you point me to how I can obtain the Window handle? Would that be using FindWindow()? (I've done very little Win32 programming)
Jul
7
asked How do I programmatically disconnect an OpenVPN connection?