| 
                 cdrozdowski111 
                 
                
                USA 
                247 Posts  | 
                
                  
                    
                      
                       Posted - 12/17/2012 :  10:34:00 AM
                        
                        
                        
                        
                        
                      
  | 
                     
                    
                       OriginPro 9.0.0 (Student Version), Win7 64-bit, running in VMware Fusion 5.0.2
  I created a custom dialog (resource DLL, header files, etc). In a header file, I declared a class for the dialog whose constructor is as follows:
  SelectListDialog(const string& availList, string *selList, const string& dlgTitle = "", const string& dlgDesc = "") : Dialog(IDD_SELECT_LIST_DIALOG, "SelectListDialog_64") { }
  How can I wrap the the creation of the dialog (along with a call to it's DoModal(GetWindow()) method in an X-Function?
  And how can I keep all my files (inc compiled X-Function) within a folder in my User directory?
  | 
                     
                   
                 |