Subj : Getting Started with C++ edit box To : borland.public.cpp.borlandcpp From : "David Cominie" Date : Wed Oct 01 2003 04:12 pm Hi all, I have written a very simple class, and a array to be populated from input through the Edit box. I wrote the program in a console environment and now i would like to apply this program to windows. I am using C++ Builder 6 and I would like to know how to or if there is any books that i can purchase to learn this. I placed the program inside TForm and then inside TEdit with on change event but it only allowed one entry and returned the address of the first element. Can someone point me into the right direction. Thanks David .