Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
compact framework
  •  

  • Can we determine automatically a full .NET Framework application can be ported in CF

    Hi,

    I am developing some application in to Compact Framework 2.0 and most of the times development start from an already developed application in Full .Net framework.

    So we start porting the application in Compact framework with hope it can be ported.

    I was wondering if there is any way we can find out an application can be ported or how much complexity is involved if we port in advance automatically....
    See more | Go to post

  • shailendrab
    started a topic Flip image vertically in Compact Framework

    Flip image vertically in Compact Framework

    Hi,

    I have been trying to flip an image vertically before saving in disk in AVI format. I really dont know why i need to flip it first before saving, any idea?

    To do this currently i am performing a simple algorithm...

    Code:
            public Bitmap RotateFlip(Bitmap source, RotateFlipType change)
            {
                Bitmap dest = new Bitmap(source.Size.Width, source.Size.Height);
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 2 '10, 01:13 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
Working...