Hello,
I need to create a CString that I can pass from one Class to another
within my application.
I created within the App class header file the following:
static CString MyString; (outside of the class definition)
I filled the CString with a listbox selection in a dialog class and
want to pass it to another dialog class. The second dialog class
recognizes the variable as existing but the value is "0". The variable
is filled appropriately in the first dialog class. The project
compiles fine and there are no run-time crashes.
Any help would be appreciated.
Thanks,
RABMissouri