Re: maximise form

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



Dough,

> Even with the dacCheckUpdate remarked out and the timer re-enabling
> remarked
> out it re-opens Normal.
> ie it loads and opens maximised then if you minimise it and then click on
> the Task Bar it re-displays Normal
>
> dacCheckUpdate was retrieving soome data.

That would than mean that the only instruction in this would be
\\\
WindowState = FormWindowState.Maximized
///

Sorry, however I cannot believe that with this as last instruction the form
is showed as normal. There should be something behind that.

Cor


.



Relevant Pages

  • Re: IBM 45nm -- new or licensed from Intel?
    ... constant table would be used while in cache, ... that much of the code in an instruction block is likely to be used. ... Yes constant loads can be scheduled freely, ... number of registers (which is not the case between x86-64 and ARM), ...
    (comp.arch)
  • Re: Programs ro evaluate speed and size of L1 / L2 Cache
    ... - The next load address does not have a data dependency on the ... a lot of loads can be started/queued ... I would prefer to replace the "or" instruction with the "bts" instruction so that the loop is: ... This loop will be used to sieve for prime numbers with "edx" ranging over all the primes ...
    (comp.lang.asm.x86)
  • LFENCE instruction (was: [rfc][patch 3/3] x86: optimise barriers)
    ... MFENCE is for preventing of moving stores past loads. ... But what is LFENCE for? ... In Intel instruction reference, the description for LFENCE is copied from ...
    (Linux-Kernel)
  • Re: Fastcode Move B&V 7.0
    ... replacing the movdqu instruction with the lddqu ... The lddqu instruction loads 128 bits. ...
    (borland.public.delphi.language.basm)