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

  • Users: TooNew
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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"...
  7. 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...
  8. 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...
  9. 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...
  10. TooNew

    Save table with new name

    I need code to open a table identified by user ie. [Forms]![DataInput].[TableSelected]) and save it with a new name ie. "BillingInput". I can open the table, select the table, but can't find how to save it with a new name without using acCmdSaveAs which requires user to enter the...
  11. TooNew

    What are the Qbasic text colors?

    This is an admittinly pitiful question from a new Qbasic programmer (I must be the only NEW Qbasic programmer on earth). I need to know: What are the translations from basic colors to the numeral equivalants in Qbasic. Also, could you please tell me how it is that you can make text blink by...

Part and Inventory Search

Back
Top