View Single Post
  #8  
Old 03-18-2006, 04:18 PM
Saint_D Saint_D is offline
Senior Member
 
Join Date: Aug 2004
Location: anecdotes != data
Posts: 729
Default Re: Party Poker Hand Reviewer - Alpha Test

[ QUOTE ]
OK, first thing right off the bat, need to redo that form so that the controls actually resize. One of my biggest pet peeves is non-resizable forms. [img]/images/graemlins/smile.gif[/img]

Everytime I find a program at work that doesn't resize I have to resist the urge to track down the engineer and slap them silly, and yes, I'm an engineer myself.

Once you get your sourceforge project up and running I can take a look at some of the form stuff if you like, I'm also curious if you are using RegEx for the file parsing?

[/ QUOTE ]

Resizable is on my list of things to do. Really the IDE should handle that by Default IMHO.

I use Regex liberally in the parser. I was a Perl programmer for years, so it's like a second language to me.
Reply With Quote