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 strongm 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. kevinnaomi

    Multiple Values for My.Settings.Save

    I am trying to use my.settings.save to save the text in a combobox. I have been successful in saving one entry only. I was wondering if anyone knows how I can modify this to allow multiple entries to be saved, and have the combobox use these entries. e.g. combobox1 saves entry "a" after pressing...
  2. kevinnaomi

    Dynamic Collection Creation

    I am trying to create a colletion that will update once a month. The member of this collection will be pcs that haven`t run metered application "XX" for at least 90 days. I am able to do this if I statically put the date in the criteria of the collection, but was wondering if there was a way to...
  3. kevinnaomi

    List of Files in ComboBox

    I was wondering... Now that I have a list of files, how can I select one and have it open? The idea of this is to be able to open log files on a computer.
  4. kevinnaomi

    List of Files in ComboBox

    TipGiver, Sorry, I misread your instructions. I was able to get it to work. However, I am not sure how to do the substring() and lastindexof("/"). Could I ask for some more help.
  5. kevinnaomi

    List of Files in ComboBox

    PGoRule, Thank you very much. It works fine. I was wondering if it is possible to get the file name only, instead of the entire path and file name?
  6. kevinnaomi

    List of Files in ComboBox

    TipGiver, I tried this, but it doesn`t show the files that are in the temp folder. My code looks like this: Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged Dim files() As String =...
  7. kevinnaomi

    List of Files in ComboBox

    TipGiver, Thanks. But where should this go in the code?
  8. kevinnaomi

    List of Files in ComboBox

    PGoRule, Thank you for this code. I am sorry, I am not sure where to copy and paste this code. I tried to put in within the combobox code: Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged...
  9. kevinnaomi

    List of Files in ComboBox

    Hi, I am trying to obtain a list of files in a folder, and have the populate to a combo box. I have no idea how I should do this. Can anyone give me a suggestion. e.g. I want to list the files in c:\temp and be able to select one in a combo box..thus opening the file.
  10. kevinnaomi

    Update Field 2 depending on Field 1 value

    KenReay, I have no idea how I should be doing it.. If your suggestion is the better way, then I`m in for that. Will this way automatically update field 2, or do I have to run an update occassionally? Any hints on how to code this would be appreciated. Regards.
  11. kevinnaomi

    Update Field 2 depending on Field 1 value

    I have a database which contains a table with 2 fields. Field 1 and Field 2. I want to have field 2 update depending on the value in field 1. e.g. Field 1 is an IP address 11.22.33.44 I want Field 2 to be 33 (this is from 33 in field 1 If Field 1 is 11.22.34.55, then Field 2 should be 3. Can...
  12. kevinnaomi

    CR10 Chart Drill Down Help

    Hi, I am very new to CR and Charts. I need to create some reports that have charts and which drilling down can be done. I have read a lot of different posts, but really don`t understand the entire process. Does anyone know where the steps to create drill down charts is explained in easy to...
  13. kevinnaomi

    folating license timeout < 1h

    If you go to Manage User Licenses from the File -> Licenses menu, you will see who is currently using licenses. If you RELEASE a user, then they will change to read only permissions and the license will be freed. Currently, there is no way to set to less that 1hr that I know of.. interested in...
  14. kevinnaomi

    Cannot search in Remedy 6.0

    Hey, It might be good if you let us know what the error message is.
  15. kevinnaomi

    Remotely Shut W2K Down

    Thanks, But I found that the PSTools shutdown utility works great.
  16. kevinnaomi

    Remotely Shut W2K Down

    Can someone help. I am using the shutdown.exe seems to shutdown the PC. However, although it shuts down the PC, it doesn`t fully shutdown and the "you can turn off power now" type message appears. Is there some way to stop this from happening?
  17. kevinnaomi

    Run actions on restart

    Sorry, maybe I didn`t add enough detail. I am: using ghost to create machines. I want to: 1. automate the process after the ghost image has been loaded. processes such as changing the netbios name, adding to the domain, updating MS Patches, changing resolution settings, etc. I have batches...
  18. kevinnaomi

    Run actions on restart

    Hi, I am trying to automate the building of PCs. I would like to create a batch file that will do everything. However, some things require a restart once they have finished. This means I have to wait for it to restart, login as administrator again, and run the next actions that are required. I...
  19. kevinnaomi

    Printer Status in ASP Page

    Hi, I am trying to create an ASP page that will display the status of all network printers. Printers are setup as shares on a specific server... I was wondering if anyone knew if this was possible/how?

Part and Inventory Search

Back
Top