
10-16-2016, 02:13 PM
|
Newcomer
|
|
Join Date: Jul 2006
Posts: 2
|
|
winsock and internet connection error
Hi!
I use winsock and listen 514 udp port.
but if internet connection cut ,windows send "server name or address colud not be resolved" msgbox.
How can I close or blocking Windows messages?
Private Declare Function CloseWindow Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Sub Timer1_Timer()
wid = FindWindow(vbNullString, "windowname")
If wid <> 0 Then CloseWindow wid
end sub
I can close with this code . But windowname is project name. project is closing too. i changed project name ,again windowname is project name
can you help me?
|
|
Tags
|
project, private, byval, windowname, wid, declare, close, winsock, closewindow, user32, lib, string, function, internet, connection, findwindowvbnullstring, lpwindowname, timer1_timer, error, again, changed, code, closing, findwindowa, server  |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|