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 wOOdy-Soft 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: *

  • Users: PulsarSL
  • Content: Threads
  • Order by date
  1. PulsarSL

    Getting 2 Words From a Double Word

    Hi guys, I'm using the Windows MCI to write a program. One of the status commands I'm using returns information I need about the levels in both the left and right audio channels in a dword. The low-order word is the right channel and the high-order word is the left channel. How do I seperate...
  2. PulsarSL

    What Doesn't FF Like About This Line??

    Hello everyone, The following line is in an external .js file in the same directory as my html file. It is called when a button is pushed. txtPadNum is a textbox in the html file. In IE, it works perfectly. In Firefox, it does not update the div's innerHTML AT ALL. What doesn't firefox...
  3. PulsarSL

    Strange cursor behavior

    Hey In firefox, when I execute my script, the cursor changes to an arrow with an hourglass next to it, and never changes back to normal. Happens on two different computers. Does not happen in IE. It's not an infinate loop as I have it print to screen right before the end of the functions and...
  4. PulsarSL

    Can't find error in simple javascript

    Hey -- When I have this javascript in my file and try to execute a function defined after it, the function is never executed. When I remove this piece, it works fine. This leads me to believe that there is something wrong with this bit. Is this a correct assumption? And do you see anything...
  5. PulsarSL

    Client/Server Model

    Hey guys, I'd like to build a client/server program that can exchange data. Like a chat program with one server and all clients connect to that server. How can I do this with winsock? Do I need to open each connection on a different port? I'm not experienced with the winsock control, so...
  6. PulsarSL

    Receiving/Sending E-Mail through VB6?

    Hello everyone, I'm creating a basic remote-control application. The server runs on my machine, then I can send some commands from my mobile phone (via email, hopefully) to my server machine to perform various functions. Is it possible to send and receive email using VB6? I'm broke, so I...
  7. PulsarSL

    XP Pro VPN - Error 628 - Connecting Locally Works, Remote Fails

    Hello, I'm running XP Pro SP2. I set up a vpn server following some directions I found online. I set up a connection on the same machine connecting to my internal IP (192.168.0.xxx). This works fine. It connects. I have a D-Link di 614+ router (which supposedly supports VPN). PPTP and...
  8. PulsarSL

    How to Access Serial GPS Device

    Hello. I have a DeLorme Earthmate serial GPS device. I'd like to write a C# program that grabs the current lat/lon. Does anybody have any clue how I could do this?? Thanks PulsarSL

Part and Inventory Search

Back
Top