473,503 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WINSOCK API with Access 97

Hi Everyone,

I need a little help in shift an application away from the ActiveX
stuff to the full Winsock API. I am having a little trouble getting my
head around this, and as a result I seem to be getting more and more
confused with what I am doing.

Basically I am looking to create a class module in Access 97 that I
can use to handle network functions for TCP/IP and UDP/IP. I really
want to get away from any dependencies, as this network seems to have
its machines played with daily by the IT 'administrators'.

I am not used to mucking about with the windows API's, but have done
so a few times in the past - I do not consider myself strong in this
area at all. I have scoured the newsgroups looking for some applicable
sample code, likewise with google, but I cant seem to make head or
tail of it.

Does anyone know of a working link to a tutorial that could teach me
what I need to know to effectively use the Winsock API?

Cheers

The Frog

Oct 1 '07 #1
7 3940

I've never found *one* good one that will teach you everything. Indeed
that may just be too much to hope for!

I'd recommend starting with a specific task and use the VB examples at
Randy Birch's site <http://vbnet.mvps.org/to figure out how to do
whatever it is you want to do.

Just remember that Randy's site is for VB, not VBA, so the code samples
may take a bit of changing to make them work. (And yes, they *do* work,
and you can use the APIs directly.)
The Frog wrote:
Hi Everyone,

I need a little help in shift an application away from the ActiveX
stuff to the full Winsock API. I am having a little trouble getting my
head around this, and as a result I seem to be getting more and more
confused with what I am doing.

Basically I am looking to create a class module in Access 97 that I
can use to handle network functions for TCP/IP and UDP/IP. I really
want to get away from any dependencies, as this network seems to have
its machines played with daily by the IT 'administrators'.

I am not used to mucking about with the windows API's, but have done
so a few times in the past - I do not consider myself strong in this
area at all. I have scoured the newsgroups looking for some applicable
sample code, likewise with google, but I cant seem to make head or
tail of it.

Does anyone know of a working link to a tutorial that could teach me
what I need to know to effectively use the Winsock API?

Cheers

The Frog
Oct 1 '07 #2
Thanks Chuck,

What an amazing resource for API information. Muchly appreciated.
Although there is no real tutorials here for the Winsock API there is
certainly enough code examples and sample projects to figure it out.
Bookmarked this site - definitely a keeper.

Thanks Chuck,

The Frog

Oct 2 '07 #3
On Oct 1, 9:10 am, The Frog <Mr.Frog.to....@googlemail.comwrote:
Hi Everyone,

I need a little help in shift an application away from the ActiveX
stuff to the full Winsock API. I am having a little trouble getting my
head around this, and as a result I seem to be getting more and more
confused with what I am doing.

Basically I am looking to create a class module in Access 97 that I
can use to handle network functions for TCP/IP and UDP/IP. I really
want to get away from any dependencies, as this network seems to have
its machines played with daily by the IT 'administrators'.

I am not used to mucking about with the windows API's, but have done
so a few times in the past - I do not consider myself strong in this
area at all. I have scoured the newsgroups looking for some applicable
sample code, likewise with google, but I cant seem to make head or
tail of it.

Does anyone know of a working link to a tutorial that could teach me
what I need to know to effectively use the Winsock API?

Cheers

The Frog
If you're not in a hurry (the archive site is understandably slow) you
can try:

http://web.archive.org/web/200504130...p.com/winsock/

James A. Fortune
CD********@FortuneJames.com

Oct 2 '07 #4
"The Frog" wrote
What an amazing resource for API information.
You want to know what's _really_ amazing? Randy Birch was not reawarded MVP
and, as of Oct. 1, 2007, is no longer an MVP.

Larry
Oct 3 '07 #5
Hi Larry,

That seems to me to be one of the dumbest things. Why on Earth would
this person not be awarded MVP status for that obvious depth of
knowledge and sheer experience?

This has seriously devalued the MVP status to me. Is this because of
the shift to a more .Net language focus? It is certainly possible to
approach these tasks through the .Net frameworks, but still there is a
dependancy issue in having the framework in the first place. I dont
know if Office 2007 installs a .Net framework (assuming it is not
already there), but I do know that in my company there is no .Net
installation deliberately - the IT group control it this way for
whatever their reasons. I still see value in working the API's and I
cant see any reason at this stage to devalue that kind of knowledge -
if this is indeed what has taken place.

Just my two cents worth.

Cheers

The Frog

Oct 4 '07 #6
Hi CD,

Thanks for this, I was wondering where this site has gone. It now only
exists in the Way Back machine.......... Thanks for the link, it is
another fantastic resource for working the Winsock API. Much
appreciated.

Cheers

The Frog.

I wonder what else is in that machine........:-)

Oct 4 '07 #7
On Oct 4, 4:48 am, The Frog <Mr.Frog.to....@googlemail.comwrote:
Hi CD,

Thanks for this, I was wondering where this site has gone. It now only
exists in the Way Back machine.......... Thanks for the link, it is
another fantastic resource for working the Winsock API. Much
appreciated.

Cheers

The Frog.

I wonder what else is in that machine........:-)
In addition to the dots you need some whirling noises :-).

James A. Fortune
CD********@FortuneJames.com

Oct 4 '07 #8

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

Similar topics

0
1419
by: Quintin | last post by:
Hi , I'm trying to make an app in vc++ that access my MySQL db and then email me some data. I'm mailing with winsock. Whenever i email with winsock then i can't connect with MySQL db(anymore)....
1
2626
by: Schuco | last post by:
Hello! Can someone tell me is it possible to use Winsock control in Access? If yes please post some examples or web adresses where to find more information. Thank you!
4
2080
by: '[] WiRaN | last post by:
one ever use winsock? example??????? ' WiRaN
7
2844
by: Nadav | last post by:
Hi I am writing some kind of a storage system that have to deal with large amounts of data passing over the net, Now, I Wonder... traditional programming would use win32 Winsock DLL as the means...
5
6887
by: kc | last post by:
Hi Just upgrading a app from VB6 to VB.Net. All is going well apart from the Winsock control. The first thing we notice is that there does not appear to be a .Net version (please correct me if...
2
4754
by: Dudule | last post by:
Hello, No answer from "comp.lang.basic.visual.misc", so i try to post here...: Using WINSOCK to acces the Web, in Visual basic 6 application, most of the time it is working fine, but with some...
1
1774
by: Vincent | last post by:
I do not have a strong grasp of the winsock library, but have started fiddling around with it a bit. My first impression is that using winsock in Access is a bit unwieldy. I was making a...
1
5412
by: Nicolas Ghesquiere | last post by:
Hello I have a problem with my current program. The meaning of the program is to allow users to login to a server to allow them to access the internet. My program communicates with a MS isa...
3
7558
AaronL
by: AaronL | last post by:
Hello, I am currently working on a project that has me in sort of a bind. What I want to do is retrieve web pages from the internet, and strip them down to just text. I'll get using Regular...
0
7202
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
7278
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
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7458
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...
1
5013
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
4672
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...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.