XMLpitstop.com   |  VBnetexpert.com   |  Community Credit  
 
 
Pitstop Search:  
in
 
Sign in | Join | Help
 
 
  Blog
    Home  
 
  Entries By Date
 
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789
 
 
  Blog Categories
   
 
  Archives
    December 2009 (2)  
    October 2009 (1)  
    September 2009 (1)  
    August 2009 (2)  
    July 2009 (2)  
    June 2009 (1)  
    May 2009 (1)  
    February 2009 (1)  
    December 2008 (1)  
    November 2008 (3)  
    September 2008 (3)  
    August 2008 (3)  
    June 2008 (4)  
    May 2008 (2)  
    April 2008 (3)  
    March 2008 (3)  
    February 2008 (5)  
    December 2007 (4)  
    November 2007 (1)  
    October 2007 (3)  
 
  Syndication
    RSS  
    Atom  
    Comments RSS  
  .NET Flea Market  
 
All Tags » Ideas (RSS)
 
 

User-Selectable Multiple Instance Application

Visual Studio.NET allows you to set a property that makes your application a single-instance application, where double-clicking the icon while the app is running simply brings the already-running app to the foreground.  But what if you wanted the...
 
 
 
 

The Holidays Are All About Money

No, this post isn’t a rant on consumerism and lack of true holiday spirit.  I have another blog for that.  This is my programming blog.  I was thinking hard about what I could post to close out the year.  It doesn’t seem much has been...
Posted Dec 20 2009, 02:43 PM by anachostic with | with 12 comment(s)
Filed under: ,
 
 
 
 

A Toolbar of Your Favorite Menu Items? Interesting…

Remember that little idea that Office had a while ago that would hide infrequently-used menu items?  Wasn’t that a great idea?  For me, it was the very first thing I turned off after installing Office.  But I do understand what they were...
Posted Sep 02 2009, 12:32 AM by anachostic with | with 6 comment(s)
Filed under: ,
 
 
 
 

Dating Advice

No, I certainly can’t help you get dates or have successful dates.  But I can offer a couple of functions that might help you work with dates in your code.  I suck at dates (all types).  Every time I want to calculate dates, I need to print...
Posted Jul 19 2009, 02:05 PM by anachostic with | with 4 comment(s)
Filed under: ,
 
 
 
 

Not Enough Time

I had something that I thought was a simple task and got the solution for it, but when I researched it, I didn’t see a whole lot of other people talking about it.  Actually, in my brief searches, I didn’t see anyone talking about it.  So here...
 
 
 
 

Recurring Events in SQL

I recently had a little piece of SQL code that I thought I would post and it reminded me of something I did a long time ago (5 yrs) and thought I'd write something on it.  Anyway, first here's the little piece without much celebration. This...
Posted Dec 12 2008, 09:02 PM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Your Code Is Very Important To Us, Please Continue To Wait...

It was asked of me once: Why isn't my "please wait" form doing anything? The form had an animation, but the animation never moved. The main form code would show the "please wait" form, run some code, then hide the "please...
Posted Nov 25 2008, 10:41 PM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Autosize. No, not the control, the text.

It's nice that .NET controls have an auto-size property so you don't have to worry about overflow and all.  But what about cases where you have a fixed layout?  Well, that's simple, you turn autosize off and fix the control to the...
Posted Nov 16 2008, 02:37 PM by anachostic with | with 2 comment(s)
Filed under: ,
 
 
 
 

Casting Upwards

When binding business objects to a datagrid, often you have a need to display some information that is not directly exposed by the object itself.  Maybe it's a calculated value, maybe it's something nested deeper in the object.  When...
Posted Nov 04 2008, 10:52 PM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Columns Autosize: Listview in List View

Here's another little snip of code I couldn't find online when I needed it.  Geez, when I became a programmer, I wasn't thinking I'd have to actually figure things out on my own.  That's a lot of work. Anyway, the problem...
Posted Aug 23 2008, 01:04 AM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Questions; Twenty of 'em

I was thinking of that interesting little pocket game, 20Q, where the game knows so many words and is able to figure out what word you're thinking of in 20 questions.  For the most part, it's not too bad.  It must really be pretty complex...
Posted Aug 12 2008, 12:41 AM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Using GDI+ To Create Depth Perspective

This is a quick little bit of code that I made up after unsuccessfully finding anyone else that had done it.  What I wanted to do is take an original image, and skew it so it looked like it was going off into the distance.  That gives it perspective...
Posted Jun 19 2008, 11:53 PM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

Reading This Worthless Post... (2 minutes, 1 second remaining)

A really great book with some timeless information is Developing User Interfaces for Microsoft Windows. One of the things that I got out of it, implicitly or explicitly, is the need for user feedback. And I started making it a higher priority in my applications...
Posted Apr 25 2008, 12:47 AM by anachostic with | with no comments
Filed under: ,
 
 
 
 

In Log We Trust (or why did you have to make it so difficult?)

I guess this might be kind of a belated rant... some will know what i'm talking about. At a previous job, we had a need to log stuff: errors, debug info, etc. We were given an API by the upper programmers and it was, shall we say, less than excellent...
Posted Apr 17 2008, 12:04 AM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 
 

In CASE you were wondering...

Here's a thought I had a couple of days ago. I actually was almost done with this blog entry yesterday, but ended up closing the window and not saving any of it. Argh. My thought was on sql sorting. There are times when you want to have your results...
Posted Apr 11 2008, 09:12 PM by anachostic with | with 1 comment(s)
Filed under: ,
 
 
 

More Posts Next page »
 
Copyright © . All Rights Reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems