-
I am writing to a list box and the contents are then written to a text file the program is intended to run all day. First question is there a more efficient way of doing this task??. Second question is why do i get the message "There is not enough memory to run the program quit some programs and try again" ?? it not a major prog!! any ideas.
Dan
-
First of all, how much is the maximum item inside your listbox? If you data is less than 32,767. than the problem may cause by the method that you write the text file. May be you can post you code & let all the guy over this forum take a look on it. :)