|
-
Jul 19th, 2000, 02:10 PM
#1
Thread Starter
Lively Member
Can you write straight to the MSWINSCK.DLL rather than using the M$ Winsock control in VB? Problem is that I have a small chat EXE to distribute and don't want to force everyone to run a setup or manually register MSWINSCK.OCX.
Thanks,
Kevin
VB6 w/SP4
-
Jul 19th, 2000, 04:07 PM
#2
Frenzied Member
hmm... I think the Winsock Control isn't big for nuthin' but maybe it's possible with the API.
I'm sorry I can't help you but I'm also interested... Maybe ask it in the Internet Forum (also at this site)
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Jul 19th, 2000, 04:13 PM
#3
Why don't you have your program register it silently?
-
Jul 19th, 2000, 04:16 PM
#4
Thread Starter
Lively Member
Then I would have to include the OCX with the EXE. And how do I determine if it has already been registered?
-
Jul 19th, 2000, 04:23 PM
#5
How about the first time the program is loaded..have your program register it once and that's all. Write an ini file or to the registry saying that it has been registered.
-
Jul 20th, 2000, 12:17 AM
#6
Addicted Member
Do you want to use API function Instead Of winsock control in VB?
-
Jul 20th, 2000, 10:00 AM
#7
Thread Starter
Lively Member
Tiovital,
Yes. Definitely!
-
Jul 20th, 2000, 12:59 PM
#8
Hyperactive Member
Can you write straight to the MSWINSCK.DLL rather than using the M$ Winsock control in VB? Problem is that I have a small chat EXE to distribute and don't want to force everyone to run a setup or manually register MSWINSCK.OCX
first of all do you mean the winsock.dll? I dont have anything called mswinsck.dll
second, if you do mean the winsock.dll why would you want to write to it? It contains the api calls for winsock, which is stuff that you probably dont want to mess with.
-
Jul 20th, 2000, 01:11 PM
#9
Thread Starter
Lively Member
All I want to do is get the functionality of the Winsock control without using the winsock control itself. Are there API calls that would allow me to make a network connection, transmit a message, receive a response message, and disconnect?
My app is very small and it is more of a hassle distributing the Winsock Control with the EXE.
Thanks!
-
Jul 20th, 2000, 02:25 PM
#10
Hyperactive Member
Yeppers, use the winsock api calls.
There are some examples out there that use the winsock api calls.
-
Jul 20th, 2000, 02:47 PM
#11
Addicted Member
ksutton,
I think i have what u want in my other computer - BUT - I am in a long weekend - and when ill return - i will search it and send it for u...
Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|