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 TouchToneTommy 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. TooNew

    Problem with wireless internet connection

    Thank you for your reply. I am quite sure the laptop connected to the network and could see the other networked computer. I will need to visit the location that has the Netgear router, but I will be out of town for the next week. I'll have to get back to you. Again, thank you for the reply.
  2. TooNew

    Problem with wireless internet connection

    I have two laptops that I use in two different locations. One location has a Linksys router the other a Netgear router. Both computers will connect to both routers. Their MAC addresses show up on both routers. One laptop (XP) accesses the internet at both locations, no problem. The other laptop...
  3. TooNew

    Wireless internet access

    I have two laptops that I use in two different locations. One location has a Linksys router the other a Netgear router. Both computers will connect to both routers. Their MAC addresses show up on both routers. One laptop accesses the internet at both locations, no problem. The other laptop will...
  4. TooNew

    Video Caputure but no Sound

    Ben, Again, thank you for your help. I did download K!TV and VLC. I did not put a lot of effort in to setting up VLC, but what I did try I did not get it to work. With K!TV I did get audio with one configuraton and Video with another configuration, but haven't been able to set up a...
  5. TooNew

    Video Caputure but no Sound

    Ben, Again, thank you for you reply. Well, that makes sense! (Sometime I just don't see the forest for the trees.) The Hauppauge card does not show up as an audio option in any of the software. I went an bought a new capute device and the which seems to work fine. The Hauppage card does show up...
  6. TooNew

    Video Caputure but no Sound

    Thank you for reply. I tried using Virtual-Dub, WinAVI Video Capture and Hauppauge WinTV v7. I did check the audio source settings and my sound card was selected as the source. Thanks.
  7. TooNew

    Video Caputure but no Sound

    Windows 7 Hauppauge HVR-1800 Dual Tuner Card I do get sound and video with Windows Media Center but not with video capture software - just video. I have tried all inputs, coaxial, S-Video, and component connections, but no sound. Could it be a defective card even though I get sound with Media...
  8. TooNew

    Change System Root Directory Drive Letter

    schtek - Thanks for the reply. I'll try to do a repair. I expect most of the software installed finds the root directory using a variable. There are only a few problem software application that I will probably have to reload.
  9. TooNew

    Change System Root Directory Drive Letter

    Thank you for responding. I'll check out the other threads you supplied. I've been living with this for some time. I've recently had a situation where the main programs were installed on "F" with some "related files" installed on "C". If "C" is not present the install terminates. I'll...
  10. TooNew

    Change System Root Directory Drive Letter

    Windows XP Home Edition I installed new hard drive and reinstalled windows but I had a USB removable dirve connected when window installed which window named the "C" drive. Now the system root drive is "F". This has caused some software problems. I tried to reassign the drive letter but window...
  11. TooNew

    html change frame content

    tsuji, again thanks for the help. I find that the "seturl" function dosen't always seem to execute. To try to debug this, I put an "alert" statement between the "doit" function and the "seturl" function and the "seturl" function does executes every time when closing the alert message box. I...
  12. TooNew

    html change frame content

    Thank you ever so much! I was using ( ) instead of [ ] in the following code. myWin.frames["mainFrame"].location=newpage; Works just as I knew it had to. Thanks again.
  13. TooNew

    html change frame content

    Embarrassed to say I spent about five hours trying to do this and searching for a solution. I have a generic frameset called “group.htm” with a frame called “mainFrame”. I have a number of htm files with content I want to load into “mainframe” as needed, based on a “getURL” action script...
  14. TooNew

    Copy folder from network to local drive

    tsuji Thanks for additional information. I now realize that I did not identify the specific resources I wanted to copy. I was just doing a test and thought "I would just copy it all" to see if the code worked ok. I'm sure this additional insight will help when I eventually move the code to an...
  15. TooNew

    Copy folder from network to local drive

    K0b3 Yes, I can copy the folder manually. Thanks for taking the time to help. tsuji - Thank you very much for the help. This works fine. Obviously, I don't understand the basics of communicating with a network. It's not something I normally have to do. Thanks again.
  16. TooNew

    Copy folder from network to local drive

    Running xp sp2 on both machines I want a script to copy a folder from the network to a local drive. This code works: (copy local to network) Set FSO =CreateObject("scripting.FileSystemObject") FSO.CopyFolder "c:\Backup" ,"\\Pta-srv\sjvwebsite", True MsgBox"BackUp completed, Goodbye"...
  17. TooNew

    Regedit and Task Manager Close

    I found the problem. It was O4 - HKLM\..\Run: [MSN Messenger] MSNMNGR.EXE None of the virus, ad, spyware or any other detector identified it. Thanks to procexpnt I was able to kill processes and find the problem process.I deleted the file and removed it from the startup list.
  18. TooNew

    Regedit and Task Manager Close

    Regedit and Task Manager open and close within seconds. I have followed all the procedures I could find posted on this site - more than once. Everything now 'appears' to be clean. It seems that the HijackThis Logfile is the only thing left to do. Thanks for any help you can offer. Logfile of...
  19. TooNew

    Select records into a tempory table

    I'm running Access 2002. In VBA how do I select records into a temorary table to use in the next sql query instead of creating an actual table that will need to be deleted? I saw in one of my searchs that using the "#" as the first character of the table name will do this, but I get...
  20. TooNew

    Connot transfer ownership of object

    I am logged on as owner of database and of the objects in question and am a member of the Admins group. I cannot transfer ownership of a few query objects to the Admins group. I transferred ownership of ~99% of all database objects, but I "don't have permissions" to transfer these...

Part and Inventory Search

Back
Top