User SerialKiller - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T21:27:13Zhttp://stackoverflow.com/feeds/user/82901http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/684289/disabling-the-exit-button-on-a-windows-form/684307#6843070Answer by SerialKiller for Disabling the exit button on a windows form?SerialKiller2009-03-26T02:20:05Z2009-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#6842871Answer by SerialKiller for How do you do team-building?SerialKiller2009-03-26T02:09:28Z2009-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#6842711Answer by SerialKiller for Hiring a programmer: looking for the "right attitude"SerialKiller2009-03-26T02:03:55Z2009-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>