Implementing a tight render loop when using a UserControl

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: JBL (JBL_at_discussions.microsoft.com)
Date: 02/17/05


Date: Thu, 17 Feb 2005 01:49:03 -0800

Hi,
I'm writing a UserControl and was wondering how i can renderer to it in the
fastest possible way using managed DX? The OnPaint seems like a bad idea.
The user control is hosted in a IE window.

Is it possible to use native win32 code to create and have complete control
of the message pump for a user control ? ( just like the sample framework is
doing )

Cheers,



Relevant Pages

  • Re: Reload user control?
    ... you can consider customize your ascx usercontrol to expose some public ... the postback event will be the proper time you find ... | The thing is that the other user control already has been added when the ... I have a datagrid of products in the shopping ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Raising events from constituent controls
    ... and you place the infragisitics grid on a usercontrol called ... private sub infragisticsGrid_GridFilled handles infragistics.filled ... now you need to declare and raise an event in your usercontrol like this ... >> raise both standard and custom events from the user control so the form ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Problem With Winforms UserControl on VS.net design time
    ... u might have properties in ur usercontrol that might set/get values ... When the user control loads for the first time, ... Private sPath as string ... It happens when there are some unhandled exception when the ...
    (microsoft.public.dotnet.faqs)
  • Re: Trouble with using User Control in different projects
    ... Thanks for your suggestion. ... you have to recreate the UserControl. ... user control in many applications and save time laying out and coding ... the contained elements of the user control. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Stored Proc returns Numeric 0/1 values - DataGrid CheckBox wants "0"/"1" ---
    ... I have an Application that references a UserControl library and a Class ... and/or UserControl libraries. ... in a user control contained within the UserControl library. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)