Browse by Tags

All Tags » GDI+ » WinForms (RSS)

Math Quickie: Adding demo code for Circular and Wavy Text postings

Keeping track of all of this stuff is getting confusing, but Project Distributor is helping out a bit by providing a great tool-box where I can upload my code and samples. I'll try and use it as often as possible, that way people can just jump over and...
Posted by Justin Rogers | with no comments
Filed under: ,

Feedback on a custom input control and the Rumors .NET feedback system.

I'm starting to get all excited now. Before I go too much into Rumors .NET, the idea isn't entirely mine. During one of my projects working at Microsoft I had some chats with an excellent engineer on the concepts of messaging and rumor systems within...
Posted by Justin Rogers | with no comments
Filed under: , ,

Watch out for "Power Toys", sometimes you get more than you bargained for.

Okay, so I was checking out the VB PowerToys, and I have to say they are kind of nice. I can always appreciate a free download especially if it saves me some time. However, you don't reinvent the wheel when creating a new component and then append the...
Posted by Justin Rogers | 1 comment(s)
Filed under: , ,

A reader of my blog points out that System.Drawing.GDI is frigin gone in the betas...

Well, I wasn't planning on pointing this out, but I did know about it. You see, when I first glanced at this particular feature, I started playing with the performance characteristics and you know what I found? Well, it speeds up double buffering immensely...
Posted by Justin Rogers | with no comments
Filed under: , , ,

Follow-up on Screen Capturing in Whidbey, I'm a fool who doesn't do all of his homework...

In my previous article If you could pick the reason why GDI should be .NET accessible, what would it be? I talked about the new GDI namespace. Now, while I was searching and searching for a way to do screen captures on the GDI classes, they instead added...
Posted by Justin Rogers | 1 comment(s)
Filed under: , ,

What does it take to make an Asynchronously drawn ListBox in Windows Forms?

Yeah, yeah, it's been done I'm sure, but I still ran into the problem when making my own picture viewer. The basic issues were thumbnailing images to be displayed in the owner-drawn ListBox while still allowing the UI to respond to the user. Then making...

Putting your WinForms graphics into a sleep state...

While helping someone with a DirectX problem I came across what I think might be a neat feature for Windows Forms. You can always gamma correct your UI to a lower brightness value by layering a transparent black from over the top. This as mentioned in...
Posted by Justin Rogers | 1 comment(s)
Filed under: , ,

Looped GIF Animations in GDI+

Animated image display in GDI+ is fairly simple. They give you a special ImageAnimator class that internally stores a 50 ms timer to figure out when frames in an image should be updated, throws an event to control the update process in case you need to...
Posted by Justin Rogers | with no comments
Filed under: ,

Dynamic versus Cached Thumbnailing in GDI+

It seems quite a few projects are starting up to perform the common task of creating an image or photo gallery software. Some of these projects are just for managing small collections of photographs located on your local hard disk, others are allowing...
More Posts