Search results for query: *

  • Users: Ja2984
  • Content: Threads
  • Order by date
  1. 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)...
  2. 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...
  3. 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:
  4. 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