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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PockyBum522

  1. PockyBum522

    Detecting USB device getting plugged in.

    I believe I should let your guys know that I've succeded, and I appreciate all you guys helping. Thank you.
  2. PockyBum522

    Visual Basic & Bluetooth?

    Oops...I'm sorry, but I think you're misunderstanding me. My other threads were relating to detecting when a piece of hardware was plugged in, and I used the bluetooth device as an example. You guys were very helpful and I got it working properly. This is related to actually using it, and if...
  3. PockyBum522

    Visual Basic & Bluetooth?

    Here's what I want to do: I carry my bluetooth enabled phone with me all the time, so if I were able to detect it, my computer could tell when I was near it or not. Useful for many things, but not if I can't use bluetooth in VB. I've done a few days of searching, and the only things I've found...
  4. PockyBum522

    Checking if computer is online at startup

    Do you have code for getting data back from a command window? And I should use shell to run it, right? Thank you.
  5. PockyBum522

    Checking if computer is online at startup

    Even in the most simple ping code I could find, the timeout still seems to be ignored and it takes a while to return a result if you're offline. Option Explicit Const SOCKET_ERROR = 0 Const MAX_IP = 10 Private Type WSAdata wVersion As Integer wHighVersion As Integer...
  6. PockyBum522

    Checking if computer is online at startup

    It does seem to halt program execution if you're offline, but it seems to work well other than that, thank you though. Here's the ping code if anyone's interested. I tried changin the PING_TIMEOUT to a low value to see if that might help, but no such luck. Why is that? I tried everything from...
  7. PockyBum522

    Checking if computer is online at startup

    Currently I'm using a ping script I got off here to check if the computer is online, but it tends to freeze the computer while it checks for a second if you're not online. Is there a better way to check online status, or a ping that doesn't freeze your program while checking if you're not...
  8. PockyBum522

    Detecting USB device getting plugged in.

    It detects my usb bluetooth device too, thanks. Now, two last things, how do I tell what device arrived, and how do I tell if a device is present at runtime?
  9. PockyBum522

    Detecting USB device getting plugged in.

    I got it to detect my PCMCIA card with: Private Sub SysInfo1_DeviceArrival(ByVal DeviceType As Long, ByVal DeviceID As Long, ByVal DeviceName As String, ByVal DeviceData As Long) MsgBox "Arrival!" End Sub
  10. PockyBum522

    Detecting USB device getting plugged in.

    Which is what I was afraid of. Neither my bluetooth usb key is detected, or my PCMCIA card. That's annoying, although I managed to find a key in the registry I can read to see if the bluetooth key is plugged in, I can't figure out how to detect my WiFi card :(
  11. PockyBum522

    Detecting USB device getting plugged in.

    Hmm, well thanks for your help. Let's see if I can detect a PCMCIA card with it. Why am I getting a "method or data member not found" When I run this: Label1.Caption = SysInfo1.DeviceArrival
  12. PockyBum522

    Detecting USB device getting plugged in.

    Okay, I'm not sure how to use this. I've added the sysinfo control and I've tried both: Private Sub SysInfo1_DeviceArrival() Label1.Caption = "Moof" End Sub Which never does anything (Even if I plug in a device) And a timer that changes label1.caption to whatever sysinfo1.devicearrival Which...
  13. PockyBum522

    Detecting USB device getting plugged in.

    Here's what I want to do: Detect the plugging in of my generic USB bluetooth dongle and automatically run my bluetooth manager (bluesoleil is the name of the program) when it is plugged in. Is there a way to do this? So far the only way I've figured is I think hardware info is stored in the...
  14. PockyBum522

    Manually booting motherboard

    Note that I'm still interested in the purpose of the bios jumper if anyone knows.
  15. PockyBum522

    Manually booting motherboard

    It must have been either I was holding the screwdriver on too long, or letting it sit overnight, or the bios jumper, but that you for all your help. The power jumpers function correctly and everything works. Thank you all.

Part and Inventory Search

Back
Top