Windows Develop Bookmark and Share   
 index > Windows Forms General > ActiveX ListView hosted in IE
 

ActiveX ListView hosted in IE

Hi everyone,

I'm wondering if anyone can help me.

I have written a .NET 2.0 activeX listview control to display data in a html web

page using the <OBJECT> tags (long history to why we chose this architecture).

The control works fine appart from flickering when each row is added. The control

uses the listview.DoubleBuffer approach and does not flicker if it is hosted in a Win

Forms application.

Does anyone know why this is happeningor have ideas on how to stop the

flickering when it is hosted in IE?

Your help is much appreciated.

Thanks in advance

Peter

PL_2000  Thursday, March 29, 2007 11:09 AM
Check this workaround to see whether it helps.
http://geekswithblogs.net/cpound/archive/2006/02/27/70834.aspx
Zhi-Xin Ye  Tuesday, April 03, 2007 9:17 AM
Check this workaround to see whether it helps.
http://geekswithblogs.net/cpound/archive/2006/02/27/70834.aspx
Zhi-Xin Ye  Tuesday, April 03, 2007 9:17 AM

You can use google to search for other answers

Custom Search

More Threads

• Hiding panels in split container
• WebBrowser interaction help
• Save As using File Stream Object
• Can you secure Remote Desktop Connection so user cannot log in if workstation has someone logged in already
• How do I get an extended RTB?
• Same context menu in multiple ListView
• Mouse Leaving/Entering Bounds of Panel Covered in Other Controls?
• Control.Invoke/BeginInvoke and PostMessage
• How to convert a word .doc file into .tif file in c#?
• Inheretance & Webservices