User Profile
Collapse
-
Is it possible to change the colour of the cursor in a RichTextBox?
Title says it all, really: Can you change the colour of a RichTextBox's cursor? -
How to create animated gifs?
How might I convert a single bitmap containing multiple frames laid out in a strip into an animated gif with C#? I've searched for some time and can't find any way to do it. -
Nevermind, I'm an idiot. The problem was in the code that was taking the return value. On the plus side, I rewrote the whole function trying to solve this, and it's now much neater and cleaner. -
Problem with Bitmaps and Graphics
I'm new to C#, so please forgive the ~407,000 coding sins I'm probably making.
The purpose of this function is to take a bitmap and return a bitmap of double the height, with two of the images stacked on top of each other.
Code:private Bitmap ProcessBitmap(Bitmap sourceBitmap) { int w = sourceBitmap.Width; int h = sourceBitmap.Height;
No activity results to display
Show More
Leave a comment: