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

    row change in table

    I am navigating a table with text boxes using the arrow keys on the keyboard with the script below. I need to change it so is does not need the id of the text boxes. but it still needs to go you and down in the same column as the one you started in. The below script assumes you are using aspx...
  2. cornboy88

    Datagrid reorder

    I have some javascript that will work with 2 buttons on the side of the datagrid. then when the user selects the row they can move the row up or down. I need some help changing the script. I need 2 buttons at the end of each row. When a button is pressed it moves the record either up or down in...
  3. cornboy88

    Saving Data to text file.

    I have a program that prints out pdf files. I have a list of 30 Bulk centers. Right now I print out one bulk center per sheet, each sheet has 3 spots to print the center info. It kind of looks like this: 1 1 1 < this is one page 2 2...
  4. cornboy88

    file shares stop after reboot

    I am currently running Web Server 2008 and I have shared 2 folders. When I reboot the system the server stops sharing the folders. I have 2 NICs in the system both have static IPs. One of the NICs has our "domain name" with it and the other has "unidentified network". Not really sure how to...
  5. cornboy88

    onfocus/onblur problem

    I have a input(file) box that is loaded with the web page with a button to dynamically add more input boxes. I want to change the color of the background of the input boxes when they have focus. the input box that is static works fine in IE7 but not FF3. When the add button is clicked the boxes...
  6. cornboy88

    Listview

    I need to change the text color of a subitem(1) in a listview. Any help would be great. Thanks
  7. cornboy88

    Capture Data from a command window

    Does anybody know how to capture data from a command window? I am sending the ping command and want to retrieve the data from the command window and write it to a file. sub pingit Dim VarX Dim msg txtName = Inputbox(&quot;Enter the IP our workstation name:&quot;) If txtName <>...
  8. cornboy88

    getting registry key names

    I am trying to read the the names of registry keys under(HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\). I can get them using regobj.dll, but i would like to use WSH to get them. Any ideas?

Part and Inventory Search

Back
Top