Sup guys...
Ive been working on a program and im having to problems.
The first one is How do i add a TScrollBar into a TMemo?
My Second one is: You Know TFileList. im working with one and im trying to get the program to do something similar to depending on the Type on the file(eg .txt .jpg) it opens a different program to open the Files.
But
IF(FileList.FileName = 'Test.txt')Then//Rest of the code
I know Test.txt doesnt only count has the Type but its just a test to show my problem.
The Error is basically FileName isnt a boolean expression. So id doesnt work with ifs(or While Do) so thnx in advance