只是做一个简单的浏览器功能。但由于我是初学者,看了别人的代码              
也看不懂。用Extended Combo Box控件加在rebar上,现在我要得到在
这里面加入网址能够浏览到相应的网页。我看的代码有这么一段:   
在视图类中void CMIEView::OnInitialUpdate()加入:                                                                    
CString address=((CMainFrame *)GetSafeOwner())->address;                        
Navigate2(_T(address),NULL,NULL);                                       
theViewManager.SetViewName(address, this);                              
   
address是一个CMainFrame变量,但是总出错,这是怎么回事呀?