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 SkipVought 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. whughesiii

    Retreive file sizes from multiple network shares ASP.NET C#

    Greetings all, I am a complete beginner programming ASP.NET and using Visual Studio. I have programmed with PHP and MySQL for quite some time so I am not a complete programming noob. My current application is being written in ASP.NET and entering/pulling data from an existing MySQL database. My...
  2. whughesiii

    Setting up 3 - 4 monitors with same screen displayed

    Thanks for all your help! My little project has taken a new turn. We now wish to use HDMI and split it out. Sheesh the way things change.
  3. whughesiii

    Setting up 3 - 4 monitors with same screen displayed

    Right now I am not sure of the distance from the PC to the monitors. Assuming 25 - 30 feet. The 4 monitors will be identical. I will double check my current test setup and make sure the resolution is the same for all of them. Right now, with the onboard video, and two monitors hooked up with USB...
  4. whughesiii

    Setting up 3 - 4 monitors with same screen displayed

    I have a task of figuring out how to get Windows 7 hooked up with up to 4 monitors, and have each monitor display the same thing. What we are looking to do is have a PC in our many locations that is hooked up to 3 or 4 monitors to display a PPT show of advertisements. I have 3 monitors hooked up...
  5. whughesiii

    Windows 7 DHCP Issue

    Yes it is still running
  6. whughesiii

    Windows 7 DHCP Issue

    I haven't restarted the service on the PC, I have rebooted the server and the PC.
  7. whughesiii

    Windows 7 DHCP Issue

    A few were XP, others were 7 and they all made the DHCP switch.
  8. whughesiii

    Windows 7 DHCP Issue

    No Manual DNS, I already eliminated any prior reservations/leases. Yes he was on the first floor prior. So were a few others who are all working fine on the fifth floor. I got rid of the leases/reservations, then did a release / renew then it pulled up the same IP that it has been getting. It...
  9. whughesiii

    Windows 7 DHCP Issue

    The PC is set to use DHCP. ipconfig /all states an IP address for the first floor, and that the DHCP server is the first floor server.
  10. whughesiii

    Windows 7 DHCP Issue

    Greetings, I have a Windows 7 PC that is not pulling an IP Address from the correct DHCP server. We have multiple floors in our building and each floor is serviced by it's own DHCP server. The problem is, the computer is on the 5th floor and is pulling from the first floor DHCP server. I have...
  11. whughesiii

    Check for existence of app

    I figured it out, cancel request and lock thread.
  12. whughesiii

    Check for existence of app

    Greetings I am writing a batch script to install some software automatically, however I want to be able to check for the existence of said application before installing. Is there any way to look for such a thing?
  13. whughesiii

    Trouble with forfiles command

    I have a network drive that I copy SQL backup files to. The SQL version is an express version so I have to use a batch script to create the backup locally and then copy the files to the network drive. Any how, I am trying to use forfiles to remove any data older than 2 days so that the folder...
  14. whughesiii

    Assistance needed with data from form

    Great! Everything is working. Thank you so much!
  15. whughesiii

    Assistance needed with data from form

    I caught that :). However vpsrintf doesn't exist, and sprintf says too few arguments. I have used that before, but I am not sure why it is saying that.
  16. whughesiii

    Assistance needed with data from form

    Thanks, this has been the best and cleanest code I've used. I never get to do enough programming to learn things this way. I need to find more projects!
  17. whughesiii

    Assistance needed with data from form

    The only thing I didn't plan on was if there is no success check mark, then what. I still need to populate a field with the comment, so I may need to use the comment field as the instanceID.
  18. whughesiii

    Assistance needed with data from form

    Nevermind, I figured it out!
  19. whughesiii

    Assistance needed with data from form

    For some reason, this line: foreach ($_POST[success] as $instanceID=>$success): Is giving me this: Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\IT\sql\process.php on line 7 Perhaps I've done something wrong? Back to the drawing board.
  20. whughesiii

    Assistance needed with data from form

    Thanks, I will give that a shot!

Part and Inventory Search

Back
Top