User SerialKiller - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T21:27:13Z http://stackoverflow.com/feeds/user/82901 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/684289/disabling-the-exit-button-on-a-windows-form/684307#684307 0 Answer by SerialKiller for Disabling the exit button on a windows form? SerialKiller 2009-03-26T02:20:05Z 2009-03-26T02:20:05Z <p>Using visual studio select the form go to the properties and set the ControlBox property to false or try <code>this.ControlBox = false;</code> or <code>frmMainForm.ControlBox = false;</code></p> http://stackoverflow.com/questions/90726/how-do-you-do-team-building/684287#684287 1 Answer by SerialKiller for How do you do team-building? SerialKiller 2009-03-26T02:09:28Z 2009-03-26T02:09:28Z <p>A team needs an enemy image. - I lead the kitchen team at McDonald's and our goal was to crush drive through and we did, almost every time. Maybe take your team out for a game of paintball against another department or competing business.</p> http://stackoverflow.com/questions/578359/hiring-a-programmer-looking-for-the-right-attitude/684271#684271 1 Answer by SerialKiller for Hiring a programmer: looking for the "right attitude" SerialKiller 2009-03-26T02:03:55Z 2009-03-26T02:03:55Z <ol> <li>Team player: Companies don't need individuals to write code they need teams with many people and a team that doesn't get along won't communicate effectively and will write code riddled with errors and bugs.</li> <li>Goal Oriented: An employee with the goal in mind works to archive that goal where as others don't see the goal and typically waste time and slack off.</li> <li>Portfolio: People with an extensive portfolio of software they have developed in the past are more likely to enjoy there job, the more personal or privately developed software the better.</li> </ol> <p>Someone who identifies with the job is excellent manager material but if your looking for a person to write code you might want someone in between. - Code is a logical series of steps which embodies a theory or concept. - There is room for art in coding but a program is should above all be logical and efficient.</p>