AxMSChart20Lib.AxMSChart Behavior (VB .Net)

  • Thread starter Thread starter theGliberal
  • Start date Start date
T

theGliberal

In v1.0.x of the .Net framework, doing and EditCopy() on
an AxMSChart20Lib.AxMSChart object allowed me to get the
contents of the clipboard as a bitmap in all operating
systems.

In v.1.1.x of the .Net framework, the same code does
not "place" a bitmap in the clipboard for W98 or NT 4.0.
Instead, a DIB is found. Other operating systems still
place a bitmap. I've had to change the code and use a
GetDataPresent (DataFormats.Bitmap) so that subsequent
procedures won't fail.

Is it just me?

Thanks...Denny
 
Back
Top