Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PhilippeSignoret

    Signo out of MSN Messenger

    Thanks a lot! Has been very helpful!
  2. PhilippeSignoret

    Signo out of MSN Messenger

    Aaaarggh! Please apeople, answer! Thanks for the third time, Philippe
  3. PhilippeSignoret

    Just a quick question

    You are right, this IS off topic, and I don't have Mac so I can't help you. :-)
  4. PhilippeSignoret

    I have read in several post and oth

    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
  5. PhilippeSignoret

    Unable to use TCP ports

    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
  6. PhilippeSignoret

    I have read in several post and oth

    LoL, took me forever to get the formating right and I forget to put a subject! I am bad...
  7. PhilippeSignoret

    I have read in several post and oth

    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...
  8. PhilippeSignoret

    Signo out of MSN Messenger

    Its kind of urgent, a reply is greatly apreciated, even if it says that no, it can't be done. Thanks all, Philippe Signoret
  9. PhilippeSignoret

    Signo out of MSN Messenger

    Is there a way to sign out of MSN Messenger using VB? Thanks, Philippe Signoret
  10. PhilippeSignoret

    Making form visible with keycombination.

    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
  11. PhilippeSignoret

    Find out if a string is inside another

    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 &quot;http://&quot; in it Then Msgbox stuff & &quot; is a website!&quot; Else Msgbox stuff & &quot; is not a website!&quot; End If Can anyone help me...
  12. PhilippeSignoret

    I want to do something like: [code

    I want to do something like: Dim stuff as String If stuff has &quot;http://&quot; in it Then Msgbox stuff & &quot; is a website!&quot; Else Msgbox stuff & &quot; is not a website!&quot; End If Can anyone help me with this? Thanks! Philippe
  13. PhilippeSignoret

    Voice Recognition

    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
  14. PhilippeSignoret

    Make mouse click

    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
  15. PhilippeSignoret

    Make mouse click

    As part of a program I'm making, I need to move the mouse to a certain position and make it click without touching the real mouse. So far I can make the mouse move, but I don't know how to make it click! Does anyone know how to do this??? Thanks in advance! -PhilipeSignoret
  16. PhilippeSignoret

    Minimizing to the taskbar

    OK! Thanks, that's what I wanted!
  17. PhilippeSignoret

    Minimizing to the taskbar

    Does anyone know how to do this with VB 4/32 ?
  18. PhilippeSignoret

    Minimizing to the taskbar

    ok, but that's not what I meant. I meant to minimize to the place where there are small icons (ICQ or Sound, etc). Anyone know?
  19. PhilippeSignoret

    accessing COM ports created by PCI serial card

    I don't know how to do it with QBasic, but with Visual Basic 4 you can with mscomm.ocx There is a choice for wich port you want to use.

Part and Inventory Search

Back
Top