Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~481 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for craigp1

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

0
50
Member Avatar for zizi

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 …

Member Avatar for Lusiphur
0
197
Member Avatar for craigp1

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 …

Member Avatar for vdeych
0
152
Member Avatar for asad_dani

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]

Member Avatar for craigp1
0
82

The End.