|
-
Oct 4th, 2000, 11:29 PM
#1
Thread Starter
New Member
I recently made a program with VB6, but when it's running, Win98 won't shut down or restart (the Start button->Shutdown way; I know I could just hit the switch on the computer). Anybody know what that could be? The program uses Winsock, and I use the system tray, if that's significant.
-
Oct 4th, 2000, 11:36 PM
#2
Addicted Member
Can you show some code?
Did you shut down that certain program? ...because i use winsock alot..my computer tends too not shut down like it should.... umm one more thing.. in your winsock program
if you dont close the winsocks themselves your comp will lag in god knows what ways... also if in your program you have a
load winsock1(index)
you must follow it with a
Unload Winsock1(index)
If you dont unload the socks..then it is just like having a program running, when you try to shut it down..it keeps windows "awake"
Hope this helps.
See yas
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
|