Search results for query: *

  1. claymore1977

    Socketing Project

    Here's the code. (please don't laugh :) ) Form: Imports System.IO Imports System.Net Imports System.Net.Sockets Imports System.Threading Imports System.text Public Class Form1 Inherits System.Windows.Forms.Form Private WithEvents SS_Sock As New MySocket() Private WithEvents...
  2. claymore1977

    Socketing Project

    Okay all, still a newbie poster here, and making the transition from VB6/VBA to VB.net. I have a simple (or at least I think it simple) project that I am trying to work on. I am trying to create an application that is close to a packet sniffer. I have a client & server software package that I...
  3. claymore1977

    Launch .exe

    Launch .exe on Serverside Hey all, i have been bangin my head and pouring over the boards for a few days now with little luck. I am attempting to create a vb.aspx page that an 'administrator' could use to start an .exe on the server. I have found a few articles about starting a .exe on the...
Back
Top