Search results for query: *

  1. Ja2984

    Question Deselect All items in a Check List Box

    Thanks for the quick reply, i'll give it a go and let you know if i run into any problems.... Cheers :D
  2. Ja2984

    Question Deselect All items in a Check List Box

    hi guys Thanks for the suggestions. Both worked fine. Just curious, can i create a sub procedure of its own and then call it using a button instead of using the check box? E.g. i want to have a button so that when i click on it with the left mouse button it Selects all and if i click it with...
  3. Ja2984

    Question Deselect All items in a Check List Box

    Hi all hope this is the correct forum to post in. I have some code that selects all items in a check list box and i'm having trouble trying to writing some code to deselect all items. Here is my code to select all: Private Sub GeoCheckItems(ByVal IsChecked As Boolean)...
  4. Ja2984

    List Searched files in Checked List Box

    Of the 3 different types of people in the world, i'm in the 3rd category. Hey juggalo sorry to be a pain but I finally finished my project and installed on my workmates computer thinking i'd fully debugged and fix up any little problems only find out that the first number he searched for caused...
  5. Ja2984

    List Searched files in Checked List Box

    Hi guys i finally found some time to give the renaming a go. SUCCESS:D I used ur code juggalo and only had to make a minor adjustment cos it was renaming and then moving the files to the debug folder of my project. The code i used: Private Sub RenamePrtButton_Click(ByVal sender As...
  6. Ja2984

    List Searched files in Checked List Box

    Thanks guys for your suggestions. I'm as eager as a little child at christmas to try them but there's that little thing called work that must be done first :rolleyes: As before i'll check back in with my progress. Cheers
  7. Ja2984

    List Searched files in Checked List Box

    Hi Juggalo, I've spent the past few days developing my program based on your helpful code suggestions. :D Just 1 or 2 things left that i cant quite nut out on my own. After i've searched for files and i have them listed in my check list box, i want to then rename the files i've...
  8. Ja2984

    List Searched files in Checked List Box

    wow that was a quick reply. Thanks i'll give that a go today and i'll get back to you with my status.:D
  9. Ja2984

    List Searched files in Checked List Box

    Hi i'm currently planning on developing a program that needs to do a wildcard find/search for files of all types (*.lst *.pdf *.tmt ...etc) based on user input. So e.g. User input = 12345 Display all files containing that number in the name: 2D12345.pdf TF12345.lst TF12345_1.tmt etc.. I...
  10. Ja2984

    Text Files with non .txt extension

    Never mind peoples... for some strange reason its all working now... have no clue as to what i've changed hehe
  11. Ja2984

    Text Files with non .txt extension

    Hi i have some files i need to open, change a few lines of text and then save as a new file. My code will work with .txt files which is a good start :rolleyes: Problem being is the files i need to change are .lst U can open and edit them in notepad Any suggestions:confused:
  12. Ja2984

    Using 1st two numbers from a textbox

    Thanks heaps. That worked great. Sorry bout it being posted in the wrong spot.
  13. Ja2984

    Using 1st two numbers from a textbox

    Hi all great people of wisdom. Sorry if this has already been covered in another thread but i've been saerching for nearly 2 hours now and havn't found a solution. Is it possible to use just the first 2 characters/numbers of a textbox and store them as a value for later use? eg i enter...
Back
Top