473,414 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

Anyone used Socketwrench?

cj
My company just purchased SocketTools Visual Edition from Catalyst with
the intent that I would use the included Socketwrench tool to create a
server application to receive and respond to requests on a port.

I'm lost. I've never done this before. I understand the concepts of
ports etc but don't know what methods and properties to set to do this.
The examples provided by Catalyst are way too complicated for me at
this point. I would love to see a very short section of code w/o any
error checking or fancy coding that I could paste in the form load event
that would listen on port 5884 and just throw up a msgbox when it hears
something. Can anyone give me any assistance?

I'm not using the free socketwrench. I understand it is different. I'm
using the version in SocketTools Visual Edition.

Another primary concern is how to send something to port 5884 to see if
the program is working.
Jan 10 '06 #1
4 1931
"cj" <cj@nospam.nospam> wrote in message
news:O3**************@TK2MSFTNGP15.phx.gbl...
My company just purchased SocketTools Visual Edition from Catalyst with
the intent that I would use the included Socketwrench tool to create a
server application to receive and respond to requests on a port.

I'm lost. I've never done this before. I understand the concepts of
ports etc but don't know what methods and properties to set to do this.
The examples provided by Catalyst are way too complicated for me at this
point. I would love to see a very short section of code w/o any error
checking or fancy coding that I could paste in the form load event that
would listen on port 5884 and just throw up a msgbox when it hears
something. Can anyone give me any assistance?

I'm not using the free socketwrench. I understand it is different. I'm
using the version in SocketTools Visual Edition.

Another primary concern is how to send something to port 5884 to see if
the program is working.


I use it... not in dotNet though <g>

Go here.... click on the search button and enter 'Tutorial' (no quotes). It
should open to a "bare bones" project (in VB6 but easy to convert)
http://www.catalyst.com/support/help/wrench4/index.html

Here's their general TCP-IP tutorial.
http://www.catalyst.com/products/soc...ial/index.html

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Jan 10 '06 #2
cj
I like the example and almost understand it but I disagree with the
"easy to convert part" of you message. .Net does not support control
arrays so I'm at a roadblock pretty quick.

Can you point me to a likewise simple example of how to do that in .Net?

Ken Halter wrote:
"cj" <cj@nospam.nospam> wrote in message
news:O3**************@TK2MSFTNGP15.phx.gbl...
My company just purchased SocketTools Visual Edition from Catalyst with
the intent that I would use the included Socketwrench tool to create a
server application to receive and respond to requests on a port.

I'm lost. I've never done this before. I understand the concepts of
ports etc but don't know what methods and properties to set to do this.
The examples provided by Catalyst are way too complicated for me at this
point. I would love to see a very short section of code w/o any error
checking or fancy coding that I could paste in the form load event that
would listen on port 5884 and just throw up a msgbox when it hears
something. Can anyone give me any assistance?

I'm not using the free socketwrench. I understand it is different. I'm
using the version in SocketTools Visual Edition.

Another primary concern is how to send something to port 5884 to see if
the program is working.


I use it... not in dotNet though <g>

Go here.... click on the search button and enter 'Tutorial' (no quotes). It
should open to a "bare bones" project (in VB6 but easy to convert)
http://www.catalyst.com/support/help/wrench4/index.html

Here's their general TCP-IP tutorial.
http://www.catalyst.com/products/soc...ial/index.html

Jan 11 '06 #3
Hi

Since the tool is developped by Catalyst.
It would better to check with Catalyst Technique support.
http://www.catalyst.com/support/index.html

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 17 '06 #4
cj
I already am, but sometimes it's best to talk to someone who's using it
but not living it, if you now what I mean. They're more likely to
understand where I'm coming from and thus their explanations might be
easier for me to understand.

Peter Huang [MSFT] wrote:
Hi

Since the tool is developped by Catalyst.
It would better to check with Catalyst Technique support.
http://www.catalyst.com/support/index.html

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 17 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Lauren Wilson | last post by:
I'd like to hear from anyone who has used any of the products from FMS at www.fmsinc.com. Just curious about your experience with these products.
6
by: Danny Lesandrini | last post by:
I'm using an Access database to drive a web site and the colors of various table backgrounds are stored in Access. I want users of the Access database to be able to select colors for the site, but...
4
by: Hai Nguyen | last post by:
I'm learning C sharp and do not like vb much. I'm creatiing a wepage using panel to test myself. I tried to use these code below, which is written in VB, and to transform them to c sharp but I got...
0
by: Brian Basquille | last post by:
Hello all. Quick question for anyone that has used RawMouse / RawInputMouse (and for anyone that hasn't used it.. look here: http://link.mywwwserver.com/~jstookey/arcade/rawmouse/). RawMouse...
2
by: Bruno Alexandre | last post by:
Hi guys, does anyone know where is the Website used in the MSDN "Lear ASP.NET 2.0 with Jeff Prosise" (http://msdn.microsoft.com/asp.net/beta2/multimedia/default.aspx) events? The website used...
6
by: Aaron Smith | last post by:
Has anyone used ComponentOne's Enterprise studio that comes in the VB.Net resource kit? I like some of the controls they have, but I've had a few wierd issues and I am wondering if that's a sign of...
0
by: fiona | last post by:
Yucca Valley, CA, March 3, 2006 - Catalyst Development Corporation, publisher of the popular SocketWrench and SocketTools lines of software, today announced the release of SocketWrench .NET, the...
11
by: Faisal Vali | last post by:
Hi - I'm new to javascript and I was reading the book Javascript Professional Projects - there is a fragment that has me a little perplexed, and I was wondering if anyone could explain why and how...
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.