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: gadget3302
  • Content: Threads
  • Order by date
  1. gadget3302

    Combo Box were you select one feild but adds data to many.

    Okay here is the deal. I have a table called Customers. E.g. name, city, state, zip ... In a Form I select the customer name. What I want to happen is that when I select this name, it will add the name to a field in a new table called consignee, but I also want the other fields city, state...
  2. gadget3302

    Windows startup screen then Nothing

    The computer starts up okay, the Windows Xp pro startup screen cycles through then when windows should come up it goes blank. After a few moments the monitor goes off due to no signal. I can start it up in safe mode. I downloaded a new display driver and installed it fine. Still nothing...
  3. gadget3302

    Hard Drive not recognized

    This is a tricky one. I am building a newish computer. I bought a Gigabyte GA-K8U motherboard with a AMD sempron 64 3000+ processor. I already had a maxtor 60 GB AT D740X-6l from a working machine. I setup the computer, installed windows xp pro, and got everything running. The MOBO comes...
  4. gadget3302

    Command button to generate SQL query

    I am very aware that this question has been asked before however I could not find a response that fit my discription. I am conecting to a MYSQL DB on a linux machine using ODBC. My Database is called dispatch, and the table I am trying to query is drivers. The sql command I want to query is...
  5. gadget3302

    no password required

    I want to setup samba so I can access folders from windows with out a user name or password required. I have slackware with no gui. I've been using webmin to control everything. What settings do I need to set to make this happen?? Thanks Brian
  6. gadget3302

    Looking at file extentions

    I what to use an If then statement to determine whether a file extention is usable. More specifically I have saved a file name into a String variable and what to read the last 3 characters to determine if they are correct. I'm new at programming and I have a VB book on the way, but your advice...
  7. gadget3302

    Changing a Form Background

    I am trying to change a form background by selecting the file from a filelist box. What i've done is save the file name into a string variable but it wont load the picture. Private Sub File1_Click() Dim drvpath As String drvpath = Dir1.Path & "\" & File1.FileName Form1.Picture = drvpath End...
  8. gadget3302

    Input data from a txt file into a matrix

    I want to take rows of numbers from a text file, break the numbers into two digit numbers and then store the numbers in a matrix inside my VB program. I have no idea how to even begin this project. Any suggestions, pointers, code would be greatly appreciated. Thanks Brian
  9. gadget3302

    Minimize to the Notification area on start menu

    How can I make a program minimize to the notification area next to the clock on the start menu? Secondly, once I get the program to do that how do I use a keyboard command to like ctrl+shift+L to activate the program? Any help would be appreciated.
  10. gadget3302

    QuickVPN connected but no computers in Network Neighborhood.

    I am trying to connect to a Linksys WRV54G using their quickvpn software. I am able to connect remotely and Ping the router and computers on the network, but for some reason I cannot view and computers in network neighborhood. I do not have any firewalls enabled and I do have File sharing...
  11. gadget3302

    Executing a VB Script

    My qestion is simple. I have a VBS to map a network drive. I want to press a button in my vb program and have the vbs execute. I tried using Shell "map.vbs" with no success. Any help would be greatly appreciated.
  12. gadget3302

    Linksys WRV54G locks up

    I have a Linksys WRV54G that keeps locking up when trying to establish a VPN connection from at home. I've upgraded the firmware. My other question, sometime I can start to connect then I get a "gatway not responding" error. I do not have a VPN passthrough on my home router so I set my...
  13. gadget3302

    Linksys WRV54G keeps needing to be rebooted.

    It seems like every day now I have to unplug and replug my router in to get the network to work. I've noticed that the lights flicker. Is is possible that it is getting to little amount of voltage and keeps locking up? If so would a UPS fix the problem?
  14. gadget3302

    Setting up a 3 monitor setup

    I want to set up my computer with 3 LCD monitors. I have a Intel D915GAG MOBO with a Pci express port. Currently my one Lcd is connected to the built in motherboard connector. What I wanted to do was put in a Pci express video card with dual monitor support. Would this give me the results I...
  15. gadget3302

    Expanding Network -need advice

    Okay here it goes. I am trying to improve a small business network. Currently there are 8 computers on the network with plans on expanding. Currently they have SBC Dsl and a Linksys wireless G router. A server and copier are directly connected to the router, and everyone else is connected...
  16. gadget3302

    What is UPnP used for?

    I just updated the my routers firmware and now it has this UPnp. What the heck is that? Is it useful? Thanks -Brian-
  17. gadget3302

    How many wireless devices can connect to a Wireless-g

    My question is simple. How many devices can connect to a linksys wireless-g router, successfuly. With out slowing down the network. Currently we have 5 computers and one printer.
  18. gadget3302

    Windows Me Wireless problems

    Hi, Im working for a small company. One of the computers has Windows Me and a 802.11b wireless lan card. The computer will not connect to the network. I'm not to familiar with Windows Me. What could the problem be here??
  19. gadget3302

    SATA driver disk

    How on earth do you make a SATA driver disk? My friend has and Amd 64 and cannot get his darn WD Raptor sata to install does anyone have any suggestions??
  20. gadget3302

    Brand new power supply does nothing

    Hi all, I just bought a new power supply for an old computer. When I put the power plug in the back of the power supply all I here is a high pitched noise, and nothing else happens. Is this new power supply crap or what?? Thanks

Part and Inventory Search

Back
Top