o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How traverse the NAT with winsock -

I resolved, I thank you all

 

How traverse the NAT with winsock -
I resolved, I thank you all


Returning Recursive values -
I know this might be a simple recursion question to some of you but I'm just a beginner to VB and to the whole programming world so please bear with me if my question seems a little bit dumb.... Lets say you have a search tree structure and you want to traverse the the tree to get a v


[2005] Traverse a TreeView -
Hi All, I would like to ask how to traverse a TreeView. Private Sub showTree (TreeView t) ‘display a treeView to the screen which structure is an unknown End Sub Mike


Need help in sql statement -
Hello everybody, I need help in writing sql statement to traverse data. For example if I have a table that contains family information where there is a PersonID and ParentID where parent is also a person, how can I traverse person, say if I need to find all the parents of a person


Excel Column traversing -
I have 216 colums, and I need to get the sum of each column. Is there any way for me to traverse through each column? Here's the info I have, and what I'm trying to do: 1. my rows are a variable (ex:146) 2. I have 216 colums 3. I need to get the sum of 146 rows in each column


Traverse Listbox Items -
Hi all, I have a databound listbox and I want to traverse all the items in the listbox with a loop. For example, I want to print all the items of the listbox in Message Boxs one by one. Thanks.


How to traverse class properties for Nunit tests -
Hi I am working on a project in which I need to NUnit testing. To do that I need to write tests for each class. I am trying to automate that process. 1. How to know names of public properties of class in .Net dynamically? 2. I am also looking for property types to set some defaul


Traverse 2D array [resolved] -
Hi I have a 2D array : imageTileArray and I would like to traverse it i.e. visit every entry in the array sequentially. I've had a go at doing it myself as follows but i get address violations: for(i=0; i < sizeof(imageTileArray[i]); i++) { for(j=0; j < sizeof(


Quick Question Treeview -
Hi! Can anyone give me a function like this: vtAdd(strNode,strChild){ } This function should add the strChild as a child node of the strNode node. Im thinking I should traverse through the tree to check for strNode and if its there traverse through the children and place it at


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


Traverse shapes on drawing canvas -
Hi I have a drawing canvas in word which is a collection of shapes. For instance if I click on one of the shapes in the drawing canvas I can format it. How do you traverse all the shapes in the drawing canvas object?


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


<-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!!!


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


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


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 ;-)


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


WinSock Trouble! -
Line 13: Class MSWinsockLib.Winsock of control Winsock was not a loaded control class. I put the Winsock thing in but when i compiled it a text file game up saying that. Then i try to open my project back up and the winsock isnt loaded in. Can some1 help me!


Winsock Stop -
Ok I am using winsock to recieve stuff and I have a command button that stops the winsocks... So is it just Winsock.Close is that all it is to stop the winsock? Well thanks for the help


Winsock sleep -
Is there an api function to make a winsock control sleep for a certain amount of time without using a timer? In my program i have a winsock with an index to be able to load a couple of them at a time, and if a connection is detected lets say on winsock(5) then the winsock will send


Winsock does not receive data -
Hello everyone, I'm currently working on a FTP application. Everything works OK, it connects to multiple FTP servers and FXP's the files between those servers, it works, no problems here. The only thing is, that sinds I'm using Winsock to control my connections, the Winsock contr


Help required winsock -
Dear friends I want to develope a single form which can perform as local and remote host simultaneously, is it possible if yes then please tell me how. Basically what i am doing, that i set winsock.localport = 15151 and winsock.listen on form load event. when any user want to sen


How would I use Winsock -
I heard someone talk about using winsock to view web pages instead of IE, winsock hook or something like that. So I was wondering how I would do this, I searched on Google for winsock hook, but it was unrelated somehow. Thanks in advance to anyone


SMTP - Quite Urgent -
Hello, I have a small mail app which uses the winsock control to attach to the SMTP port of my local exchange server, however I need to use the actual winsock cotrol. Is there any way of using the winsock.dll directly, so perhaps I could create a customised mail class with code on


winsock and posting data -
ok, i found some time to learn about winsock and posting data. I have a winsock control that request the an URL and shows me the data of the site. But how can i make my winsock control so he can sotre cookies sow that im logged in via my winsock and not with a browser ? (So i need


missing winsock control -
I want try winsock functions, but I can`t find where it is. Pressing ctrl+t there appears window with components. There should be Microsoft Windows Winsock Control but it isn`t there. Is it posible to download Winsock control somewhere?


winsock dll exist in win 2000 and XP -
guys, sorry to ask this... but still i really got to know it.. i have a program (.exe) that reference winsock.dll... which i hope to burn into CD-R... and then run it from the cdrom... Can expert confirm with me.. whether all the Windows 2000 or /xp have the winsock.dll ready?


Winsock API webserver (not winsock control) -
Hi, I'm trying to do a winsock webserver, that can handle lots of connections at once. each new connection request creates a new instance of the winsock control ie load winsock(1).....etc it needs to be able to handle 200 users but it looses connection requests every so often and s


Do I need to use Winsock API in ActiveX DLL -
Hi I have a VB ActiveX dll app running on ourwebserver. We have a customer that needs to have an XML doc sent to their platform. Currently they have an app that uses the Winsock control to SendData to their IPAddress using specific Port no. I presume they have a winsock listening


Winsock API vs. Winsock Control -
What advantage is there to useing the winsock api instead of the winsock control, is there one? or does it just make it exponentially more complicated


Winsock and cookies -
Hello, I working on a winsock control that interact with websites who contain a loginsystem. Ive managed to create a winsock who is capable to post variable on the server, but i always return to the loginform. So I concluded even if the cookie is registerd on my pc, im not logged in


Winsock Alternatives -
I've a lot of perculiar things with the MS winsock control like sending and it getting stuck in the buffer until you send another msg. I am wondering if anyone has found a good winsock control I could use instead of the MS one. I would also want to be able to instance in a code a win


unloading controls -
Hi guys. A little question: I have a control array (winsocks). I load 3 more winsocks, and later, I unload the 2nd winsock, so I'll have. Winsock(0) exists Winsock(1) exists Winsock(2) doesn't exist Winsock(3) exists Later, I need to know something about each one with a loo


vb6 - Winsock ... games -
Ive used winsock for small chat and utility programs, but what i really need to start using winsock with is my games. I would love it if some winsock wiz could upload a program that shares 1 variable with another computer, but it must be stay accurate on both machines at the same time


how to traverse the each node in vbscript -
hi friends, this is my xml <screen1> <title> <text>Title1</text> </title> <mainheading> <text>InfoWave</text> </mainheading> <subheading> <text>Home</text> </subheading> </screen1&