Can you translate
You can close them if you use multiple NICs (or dial-up access to the internet) by removing the binding of Windows networking to that interface.
to English please (simplyfy it) :-).
Sadly enough, I use AOL on this computer.
-Philippe
If you are using Winsock in VB add this on the client:
Winsock1.Close
Winsock1.Connect 222.222.222.222, 1432 'or any other port
and this on the server:
Winsock2.Close
Winsock2.Localport = 1432
Winsock1.Listen
Correct me if I am wrong (and I probably am ;-)).
-Philippe Signoret
I have read in several post and other parts of the web that ports 137 and 139 are dangerous if they are listening. I did netstat -an and found this:
TCP myip:137 0.0.0.0:0 LISTENING
TCP myip:138 0.0.0.0:0 LISTENING
TCP myip:139 0.0.0.0:0...
I have a form that I make invisible (form1.visible = false)
how can I make it visible again by using a combination of keys (pressing < Ctrl + h > for example)?
Thanks in advance.
Philippe
I know this is a repetition, but I messed up with the subject on the last one.
I want to do something like:
Dim stuff as String
If stuff has "http://" in it Then
Msgbox stuff & " is a website!"
Else
Msgbox stuff & " is not a website!"
End If
Can anyone help me...
I want to do something like:
Dim stuff as String
If stuff has "http://" in it Then
Msgbox stuff & " is a website!"
Else
Msgbox stuff & " is not a website!"
End If
Can anyone help me with this?
Thanks!
Philippe
Does anyone know how to use DirectSR1.GrammarFromFile ?? What does the text file have to look like?? Any other information on voice recognition would be greatly appreciated.
-PhilippeSignoret
No... I need th mouse to click on any place on the screen, even somewhere that is not on the form.
Something like giving it the coordinates, and the program clicks in that place.
--PhilippeSignoret
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.