- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Hi, When i open a 24bit bitmap, i need to display the number of colors used out of the 16777216 in the bitmap pallete. Is there a simple way to obtain this statistic or does it involve looping throught the pixels and counting the colors. Thanks
Briefly… Managed code compiles to Intermediate Language (IL) instead of direct to machine code. This code runs in the Common Language Runtime which converts the code to machine code and provides services such as security, threading and memory management etc. Unmanaged code compiles direct to machine code. Services such as …
Hi, I'm writing a steganography app in c# that will hide an image and text covertly inside the least significant bits of a bitmap image. I'm trying to convert this code snippet i found in matlab to c# but dont know how. Does anyone know how to convert it to …
Hi, There is an article here which shows how to find and eject usb sticks in c#: [URL="http://www.codeproject.com/KB/system/usbeject.aspx"]http://www.codeproject.com/KB/system/usbeject.aspx[/URL]
The End.
craigp1