Project updated 2009-03-05T15:40:00Z
A small Windows utility to generate a grid of images with a specific size.
Post updated 2009-03-05T15:43:08Z
This is not a new software we've created, instead we've created a project homepage for theImage Grid Creator (formerly known as Album Grid Creator). The software was originally released before the Intrepid Studios web site was finished but I updated it today to support some more file formats.
Post updated 2009-04-09T21:41:11Z
I am working on a project right now and I list values in a ListBox, but the text gets cut off when a value is really long. I looked around and while I found custom controls and such, I didn't need anything fancy. Here is a quick fix I found on MSDN.
Project updated 2009-05-01T15:48:00Z
A collection of various sample programs or code snippets that are standalone or part of articles/tutorials.
Post updated 2009-05-01T22:51:44Z
It's a common need in developing software to change control values based on data from a database or a property on an object. For example, choosing a customer name in a ListBox and filling in all their details into some form controls. You might first begin by implementing code in OnSelectedIndexChanged events, OnTextChanged events, etc. I will cover how to create a totally dynamic data-driven interface without using any UI logic at all.
©2012 Intrepid Studios, Inc. All Rights Reserved.