Search results for query: *

  1. D

    Question Winsock, hamachi, 'The requested address is not valid in its context'

    I found the solution for this problem.. I will post the code correction for them who face a similar problem: Private Sub button2_click() Handles Button2.Click If isConnectedFlag = False Then Try Dim strHostName as String = System.Net.Dns.GetHostName() Dim...
  2. D

    Question how can i record a video with webcam and save it with mp4 format

    Hey sina, You can try using Directshow to access your webcam... See here Webcam using DirectShow.NET - CodeProject for a nice example.. :joyous: Hope is helped, Daniel
  3. D

    Question Winsock, hamachi, 'The requested address is not valid in its context'

    Hello all, This is my first post on this forum, so first short introduction, I'm Daniel, a 17 year old programmer with an obsession for aviation... Today i started writing an application to fly so-called "shared cockpit" in Microsoft Flight Simulator. This application should include both the...
Back
Top