Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach my static IP at home where I have a Chat server setup.
Naturally, this is a no-no with my IT team.
Are there any Winsock/Proxy Gurus out there that can enlighten me?
Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach
Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to rea
Please use Descriptive names when using forums -
I think that we need to use more descriptive names in the subject when using the forum.
I see things like hi....., gurus only. Now that is all good, but when you do searches for past threads it makes it very difficult to remember which hi..... or gurus only the answer is in. Please gu
For Winsock Gurus ... -
It's the same old problem, interacting with the outer world using winsock, through a proxy server.
I searched for threads on this, so far the results are negative. So I have posted this thread.
And if I get a single reply that says there is a proxy property in the Winsock cont
winsock ....https (Gurus only!) -
Hey All,
Anyone know how to post to https using winsock, I have a nice script to get from http.
Thanks.
Calling into Winsock from inside a class -
I was wondering if anyone could offer some quick guidance on how to talk to Winsock from inside a Class. I am creating a VB based DLL and obviously as there are no forms, I can't just add the Winsock Component.
Sorry if this is a simple question, but building without the GUI is n
vb gurus .... a tough one !!!! -
hello everyone !!
ive made an app in VC++ and i'm calling it from VB using the API's CreateProcess & WaitforSingleObject
due to this the system processes the entire VC++ app and then comes back to VB.
but now i've a problem ... suppose that app is gone into a hang or th
Synchronous Methods -
I want make a dll which has a method like .Send. When this method is called is sends off winsock message to a server, and in return the server responds (this may involve multiple send and receive events). I want to the block the calling application until the whole transaction is comp
WinSock Error : Socket operation on Non-Socket -
Hey gurus.. here's one for you to crack.
I'm against this painful winsock error in my dll that uses the Winsock control. Oddly, the error pops up when i create a dll only. Let me explain: when i run the project of my ActiveX dll, my application works fine. But when i create a dll of
Calling all Communication Gurus -
For pc to pc connections:
Your looking at a winsock control.
Start a new vb exe
go to Project | components
reference the winsock control
put that bad boy on a form
go into your forms code
you're going to want to set a local port and set it to listen
(Ports are like mailboxes on
C# where to put API calls -
Calling for all C# gurus, where you guys usually put the API declaration in the code to use them in the project? Right now, I just put them under my form1.cs file:
public partial class TestApp : Form
{
HELP --> Where to locate the code -
Hi
I have some COMMON routines which are to be used by MOST of the pages on the site, I'm sure that i read somewhere that I ough to place these in the FRAMES page so that they do not need to be reloaded everytime a single frame changes.
I tried this and keep coming up against err
Winsock: Am i stupid -
Hello, I have tried everything to find winsock in VB.net but im just not finding it, is it called anything else other than winsock? it couldnt have been easier in vb6, should i have just stuck with that? What im after doing is simply adding winsock to the toolbox, which in vb6 all you
winsock wsock32 -
I'm writing a VB app that uses a winsock control to communicate with a web server.
I would like the application to never dial up a connection itself. It should only communicate with the server if there is a connection already in use.
This works fine by default on my NT4 box but
Calling all command line gurus. -
Ok, so its a little of post. But how do I run a DLL from a 2K command prompt? I can call it with the dllhost, but It doesnt let it run till its finished.
Needing to Gather Variables through Winsock -
I have a client and a server application that I am using to first of all do an authentication method.
I understand the basics of Calling the GetData and SendData through Winsock. I even wrote a chat program doing that. But, what if I want to authenticate a user in a program via wi
One for Winsock gurus -
I need to be able to list all the port addresses of a newtork adapter that are currently in use. Then I would like to be able to select one and "un-use" it, i.e terminate the connection.
Is that possible? I'm sure someone knows how!!
Much appreciated
Winsock Datarrival Event Error Handling -
I have a dll that uses a winsock third party package.
If I call a method which sends a request through to the winsock and waits for a reply, on reply it processes the message and returns details in a recordset, but if there is a problem I raise an error, now because the winsock data
calling a vb component from asp -
hi,
im having a client program written using winsock.now i have created a vbcomponent of the client and have to call from asp??how to call the component from asp.It should access all the methods of the winsock from asp.how to do...it??please give ur valuable suggestions..regarding t
Passing an arrayed Usercontrol as a sub argument. -
Ok, I have an arrayed control (Winsock), and as I don't want to fill up my form with code, I want to modularize the code into different classes and modules, but there is one thing stopping me from moving a lot of the code: That winsock control.
Someone recently told me to modularize
WinCE winsock and regular winsock -
Hello all
Is there a certain way that win CE winsock sends its data? for example.
in the regular winsock i do something like
winsock.senddata "Hello World"
in the CE winsock i msgbox the data that is received and it is in one msgbox. However, if I turnaround and s
Send an arrayed control as a variable of a function. -
Ok, I have an arrayed control (Winsock), and as I don't want to fill up my form with code, I want to modularize the code into different classes and modules, but there is one thing stopping me from moving a lot of the code: That winsock control.
Someone recently told me to modularize
XML bridge -
Hi gurus
I have a project that I need to work on and I need you to point me to the right direction.
I need to send an xml request to another domain server and get back some information on the same format, what is my best way to go on this. what is my step one for now.
VS2003
<-Conspiring to murder winsock -
Ok, i know there are already like 1000 posts regarding the winsock api, but i read most of them and am having difficulty understanding. What I want to do is very simple, connect to a server and send it a small string. I can do it fine using the winsock activex control in vb, but i need
Help : Sending files using Winsock -
This is my first time doing winsock programmnig. I study the MSDN and I got a hang on Winsock with the example provided which is able to send text. My question is, how can we use the Winsock to send a file to the client or vise versa.
And how do the winsock control in the server kno
Winsock Dll -
Does anyone here know what the winsock dll is? I know the ocx incorprates the api, but does the dll do the same?
I found the winsock dll in winnt\system32\winsock.dll.
If you know how i can find more inforamtion on this, Ill be much obliged.
Thanks
Bill
[02/03] Winsock...... -
Apparently I need to add a Winsock to be able to connect to the internet with vb.net. I've searched google and vb.net trying to find out HOW TO add a winsock to the program and no success.
I just want to know how to add a winsock.
Blocking the winsock for the input [*Not resolved*] -
i am using winsock and i want to block my program till and until i get the message thru the winsock from another application.How do i do that using winsock or with some other technique
Enjoy Programming!!!
Passing values... -
Hi Gurus,
Another problem!!! I have an application (vb-based) which provides some events like Before_save, After_save, Before_Open, After_Open etc.
I'm calling a vb form (made as an EXE), from the After_Save event of that application. Im calling the EXE using the "Windows Sc
GURUS - Passive Mode!! -
Can anyone tell me how to implement a passive mode using winsock. So that others can download files off each other using my app. Thanks
!!!Question for you VB gurus!!! -
Hey y'all,
I am relatively new to VB programming and was wondering if it is possible to create a visual basic editor (Even though the MS editor is great) & compile the code by calling the VB compiler from within the custom made editor?
Is it possible to do this?
I am really lo
No Hassle Winsock -
Is it possible to have a control that acts like winsock and has the same options winsock has without asking users to either download mswinsck.ocx or updating their computers? It gets really annoying, but the program itself isn't big enough to justify an installation.
Any ideas? I
Easy Winsock question. -
i'm using the winsock control to send a http header to a server. i recieve data back fine, but when i try to close my program it freezes. the winsock help page on msdn says to use winsock1.close to close a winsock connection, but i guess its not working right. anyone know how to discn
something for the gurus to decrypt -
I want to test the encryption tool I just made.
For the gurus, encrypt this.
gtu10443ldt1624efiw1027d879104479ht1724h78i10241x6w1029jb8u1824kmn81524b78i10241x6w1029jdxr14249ldt1 624efiw1027dd3y1084ix3f1024Ät741224oldt1624eb8u1824kx3f1024Äl0310540b8u1824kd3y1084ix6w1029jx3f1024
WinSock efficiency -
This is the scenario, I have a Server WinSock accepting many Client WinSock, if you know what I mean.
When Client A connects to Server, an occurence of WinSock is instantiated, this is OK.
But when Client A disconnects and reconnects, it starts another instance of WinSock in the
Calling EXE from ASP page -
Hi folks,
Though this is VB forum, some ASP gurus can help me. Kindly excuse for postingi this thread in this forum.
How do I call an .exe file on clicking a submit button in an .asp page
Kindly help,
Parasuraman
Yet another winsock question -
I have searched the forums for a winsock thread but i didnt find it so i need help now i know the toturial for winsock on vb-world dosent work so someone point me to a code for winsock to recive and send informtaiotn continuesly error free or just write it ;-)
calling oracle stored procedure -
hai gurus,
can any body give the syntax to call a stored procedure in oracle from vb6
thanks in advance
Winsock isnt working, help -
I cant find the winsock control in my VS anymore. I made an application with winsock while ago and I could see the winsock control on the toolbar. But for some reason it is not there anymore. I reinstalled VS, but that didn't help.
When I open my old program which used winsock, I see
Too much data - Winsock -
My data_arrival function of my Winsock is taking over!!!
Data is arriving and constantly calling the data_arrival function so its impossible for me to operate the rest of the program.
Is there a way i can add something into the data_arrival function to say....
"if a button