Search results for query: *

  • Users: Mirace
  • Content: Threads
  • Order by date
  1. M

    Socket server won't accept connections

    Hello, i can't see why this code is not working. Option Strict On Imports System.Net Imports System.Net.Sockets Imports System.Text Imports System.Threading Public Class Form1 'Form Controls. Private lblListenPort As New Label Private txtListenPort As New TextBox Private...
  2. M

    Question null reference?

    Hello forum. Im working on threaded tcp server and i faced very strange problem and i can't find anything from google what can help me. Basicly im calling sub Send from module, it should work. But i get exception error and when i move my cursor to mS it says = Nothing . Where my object did go...
  3. M

    Question I need help to get all files and folders at specific driver.

    Hello ! I just registered here and first i want say hello to all! :) So, im doing file scanner programm ( I only need code to show all folders and subfolders including all files on D driver ) and i got stucked on very first place. I'm using visual studio 2010, vb.net and my problem is that...
Back
Top