sockets

  1. S

    Question C++ convert to VB.Net

    Hi Guys, I have been asked to create a module that receives images over a network and some saple code that works, my problem is the sample code is C++ and i have tried to understand it but with not much success. The code is only 91 lines long with line spaces (see below): #include "stdafx.h"...
  2. J

    Question Get Ports from a given PID

    Hi, I'm trying to write a program that checks for all ports being used by a specific process. I have the process ID and I need to get all the ports and their status (ESTABLISHED, LISTENING, .....). I've been searching all over the web, but I can only find functions that get ports when given an...
  3. D

    Question Asynchronous communication help

    Hi I have an application that i have communicating with another device using an asynchronous communication methdod (beginreceive method). I need to lnow if there is.a.way to.stop this communication without actually receiving.data. i.have a calnacl method set up so that when data is received it...
  4. J

    Question Blocking specific IP addresses with Sockets

    Hi, I am trying to make a website filtering application and am currently using Windows Firewall to block IP address. I would like to use sockets or API to do this instead of using the firewall, seeing as though a user might not want the Windows Firewall enabled. Can anyone point me in the right...
  5. H

    PHP send Socket to VB.net App

    Hello, I'm working on a little app which needs to recieve information from a script on a web server. I tried to have the vb.net app pole a php web page for a command every half of a second. This worked but, the app is streaming video and every time the app needs to pole the webpage the...
  6. F

    Question PC1 to PC2 txtbox.text and video triggering...

    Hi, bit of a newb (first post!) Have created a few stand alone projects but nothing major... Using a trial of VB Studio 2010 (.net 4) Could anyone help me with any of these 3?... (they are inter-related) a) I have two networked pc's ("PC1" and "PC2") with a solution on each which has a...
  7. S

    Resolved Receiving Data from NetworkStream

    Hello, I am curious if there is a way to receive data from a socket in the chunks as it was sent. For instance, in my client program if I send something like: "VERSION=1.0" then I send: "NAME=MyName" When I receive it from the server I get: "VERSION=1.0NAME=MyName". Instead of receiveing it...
  8. A

    Limit ports used by an app

    Hi all, I have written an application that connects to 800+ devices via a mobile network. Currently when a connection is made to one of these devices the app will use the first available port. For security reasons I would like to restrict the range of ports used to around 1000. Does anyone have...
  9. P

    Question About activex controls and instances

    How would you take a control named something like axBizTocSock and declare it like this Dim axBizTocSock(5) As axBizTocSock Its a control for Signing on to aim and I want to let it sign on more than one screen name at the same time for bots. I'm sure there's a more efficient way than to copy...
Back
Top