I have a textbox in a dialog box. some text is entered in this textbox.

i have one more dialog box which has a list control. the columns in list control are "property" and "value"

i want the text entered in the text box to appear in the "value" column of

list control, in the other dialog box.

i am storing the value entered in the textbox,in a cstring variable

for ex: if the text box contains "c:\desktop\search" , then this shud be

displayed in the list control column "value". pls give the code to do this