Windows Sockets

Started by
3 comments, last by nes8bit 24 years ago
Does anyone have a .txt file or .mdb file for the Visual Basic API text loader that has all of the Winsock Declerations, Constants and Types?
Advertisement
Is this DirectX, OpenGL, Glide or Genesis3D? And don''t most versions of Visual Basic have a socket object you can use anyway?
It is not OpenGL, DirectX or Genesis. I prefer posting here since I post here most of the time. I would rather not use the object and do direct calls. I''ve seen those calls somewhere, but never bookmarked it.
You'll be better of with the MSDN Library or the MS Platform SDK. I don't think there are any other API Viewer files than the ones MS ships with VB6, atleast not to my knowledge. The SDKs I mentioned will work fine though, since you'll get an explanation of it too.



============================
Daniel Netz, Sentinel Design
"I'm not stupid, I'm from Sweden" - Unknown

Edited by - Spiff on 4/15/00 7:35:07 PM
============================Daniel Netz, Sentinel Design"I'm not stupid, I'm from Sweden" - Unknown
Thanks spiff. I saw the MSDN stuff, but it was all in C++. I found some pages on hotbot and found a very good Winsock sample on some Visual Basic page.

This topic is closed to new replies.

Advertisement