首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

基于mfc ocx播放器 ie8不能关闭,该怎么解决

2013-12-26 
基于mfc ocx播放器 ie8不能关闭本人做了一个用vc6.0 做了一个MFC ocx播放器视频输出用的ffmpeg+sdlie8加载

基于mfc ocx播放器 ie8不能关闭
本人做了一个用vc6.0 做了一个MFC ocx播放器  视频输出用的ffmpeg+sdl  ie8加载我的控件后 播放时ie无法点击关闭 没有播放时是可以关闭的 百思不得其解 求各位大侠 指点一下(360浏览器可以关闭)
[解决办法]
 
Test Container
Home 
[解决办法]
  Overview 
[解决办法]
  How Do I 
[解决办法]
  Tutorial 
[解决办法]
  Sample

The Test Container application, shipped with Visual C++, is an ActiveX control container for testing and debugging ActiveX controls. Test Container allows the control developer to test the control’s functionality by changing its properties, invoking its methods, and firing its events. Test Container can display logs of data-binding notifications and also provides facilities for testing an ActiveX control’s persistence functionality: you can save properties to a stream or to substorage, reload them, and examine the stored stream data. This section describes how to use the basic features of Test Container. For additional information, select the Help menu while running Test Container.

To test your ActiveX control 

On the Tools menu of Visual C++, click ActiveX Control Test Container.


On the Edit menu of Test Container, click Insert New Control.


In the Insert Control box, select the desired control and click OK. The control will appear in the control container. 
Note   If your control is not listed in the Insert Control dialog box, make sure you have registered it with the Register Controls command from the File menu of Test Container.

At this point you can test your control’s properties or events.

To test your ActiveX control with the debugger 

Build a debug version of the control with symbolic debugging information.


From the Build menu, select Settings. 
The Project Settings dialog box appears.

Select the Debug tab.


In the Executable for Debug Session box, type TstCon32.exe—the filename for Test Container. 
Choose OK.

After you complete this procedure, Test Container starts automatically when you begin debugging your control (by selecting Go from the Debug submenu of Build or pressing F5). If a message box appears stating that no debug information is available for the Test Container, ignore the message and choose OK. You can now step through your code, set breakpoints, and use other debugging features.

To test properties 

On the Control menu, click Invoke Methods.


In the Method Name drop-down list, select the PropPut method for the property you want to test.


Modify the Parameter Value or Parameter Type and click on the Set Value button.


Click Invoke to apply the new value to the object. 
The property now contains the new value.

To test events

You can specify the destination of event information. 

On the Options menu, click Logging.


Specify the destination of event information. 


See Also   ActiveX controls

热点排行