Re: Menu Bar - Controls.Add works differently on different emails

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



It said so in the code i.e. "This code sample ... is designed for VB
only (not VBA) ".

The compiler also choked on things such as the following during
compile;

- constants such as vbPicTypeBitmap
- code such as ' Let VB copy the bitmap to the clipboard (for the
CF_DIB).
Clipboard.SetData picSource, vbCFDIB

Thanks for looking at it again
.



Relevant Pages

  • C++ compiler crash - template base class in precompiled header
    ... There doesnt seem to be any other mechanism to report compiler problems - ... I've included a small code sample to reproduce the problem. ... // - should this be required when its a template? ...
    (microsoft.public.vc.language)
  • Re: Reusing the name of local variable
    ... Code sample 1: ... Compiler says: "You can't do that. ... If code readability is the only argument in this situation, ... hardly convincing. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: const and valarray reference
    ... "Jim West" wrote... ... > Is this undefined behavior, or have I found a problem with one compiler? ... > Code sample is: ...
    (comp.lang.cpp)
  • Re: Difference between variables and functions
    ... >>could tell from the code sample that he meant to call the function named ... But the compiler cannot do this, and so it shouldn't try, since ... >>guessing what the programmer meant and calling the function would be ...
    (comp.unix.programmer)
  • Re: Interfaces: out vs. var
    ... > Every newly declared interface is automatically nilled out. ... > demonstrate in the code sample should not happen, AFAIK. ... but what I think and what I observe in the compiler are ...
    (borland.public.delphi.language.objectpascal)