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"...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.