Edit boxes Interaction
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am working on MFC SDI Application. I hav attached two dialogs. Both hav one editbox control. In these text boxes, file names are to be displayed. They can be edited in them as well as browsed using the browse button on the same dialog. Browse button is working. I also want that, the second dialog, which has the editbox for destination file path , should show the path of the source file, after changing the file extension. how to do it??? Now, the problem is , it es showing "Enter Source File", even if, the source file is already entered. Thanx for ur valuable time.