Re: Implementing a window



The data is not "saved," as it hasn't gone anywhere. It is simply not drawn.
Every System.Windows.Forms.Control has an OnPaint method that paints the
Control to the screen. Any part of the Control that is covered is not
painted.

--
HTH,

Kevin Spencer
Microsoft MVP
Bit Player
http://unclechutney.blogspot.com

Expect the unaccepted.

"e_yossi" <eyossi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:79F0358F-1956-4ABF-9089-15D1BD184961@xxxxxxxxxxxxxxxx
Hi,

Does anyone have an idea or reference about the implementation of a
windows
Form?
I'm intrested in the idea of how a form visualization data saved while
other
form is covers part of it. meaning: if Form B is in front and "covers"
part
of
Form A, where and how does the "covered area" of A is saved? does all of
it
saved
for each form? moreover, when A comes back to focus does it loads again?

any ideas or references is welcome.
Thanks in advance.


.



Relevant Pages

  • RE: Built in function errors.
    ... located on other tabs in a tab control. ... I had to find a way to use the reference. ... TLBs on the client computer. ... reselect libraries simply makes the application not worth building using ...
    (microsoft.public.access.modulesdaovba)
  • Re: Reference forms and fields with variables
    ... There are so many ambiguities here, that it may not really help to follow ... If Field2 is a field in the underlying recordset, ... but the reference is unstable. ... LinkChildFields property of a subform is NOT represented by a control in the ...
    (microsoft.public.access.formscoding)
  • RE: f7s4r4v
    ... speaking this is a reference to the current instance of the class, ... Similarly any references to a control on the form simply by the ... Private Sub Form_AfterUpdate ... intSecond As Integer) ...
    (microsoft.public.access.gettingstarted)
  • Re: Referencing problem
    ... Re:> Activecontrol does not return the correct reference for controls ... Dim ctlSpell As Control ... If TypeOf ctlSpell Is TextBox Then ... If the tab is on a subform, ...
    (comp.databases.ms-access)
  • RE: ObjectDataSource in ASP.NET 2.0
    ... For datasourcecontrol and databindig control, ... it don't quite makesense to maintain such a in-memory reference. ... again from orginal datasource, e.g: ... | Customer customer = new Customer; ...
    (microsoft.public.dotnet.framework.aspnet)