Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nmason

@nmason
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Looking for advice: project management / delegation...
    N nmason

    Shog9 wrote:

    Ed Gadziemski wrote: If they screw up, pin the tail on the donkey (but make sure you have documented your end to CYOA). Aye. Sounds cynical as hell, but i think that's gonna be the way to go.

    I agree with Ed, that's the only way I've found it get it done. I would add that as PM in these types of situations (poor performers) you may also want to communicate status to your boss. I've found that communcating up can be as important as communicating down - especially when there are issues.

    The Lounge help business tools tutorial question

  • Grab Value from text box
    N nmason

    It goes something like this.. public class EditBox : System.Windows.Forms.Form { private Button isOK; public TextBox aField; ... code here for the EditBox } public class MainApp { string TextfromUser; private DoSomething() { EditBox eb = new EditBox(); if (eb.ShowDialog() == DialogResult.OK) { TextfromUser = eb.aField.Text; } ... do something with text from the user } }

    C# tutorial

  • Buying CDs vs buying downloadable music online
    N nmason

    and $1.49 on mp3sugar.

    The Lounge c++ csharp visual-studio com discussion

  • Buying CDs vs buying downloadable music online
    N nmason

    Whoa... I use mp3sugar.com and pay around $2 for the entire album... download format is mp3.. So I just convert and burn my own CD's for the car, etc.. Nicholas

    The Lounge c++ csharp visual-studio com discussion

  • New job
    N nmason

    Obviously this is a personal choice. For me the answer is "no way"... I was commuting in heavy traffic 45 minutes in the morning and 60 to 90 minutes on the way home. It was taking too much out of my life, so I recently took a different job where I only have to commute about 20 - 30 minutes each way. Yes, I am making a little less money, but now I get to see my family. As a bonus, the new job has flexible hours, so I'm home by 16:30. You need to evaluate in terms of your current lifestyle and what you want to do outside of work. When the first digit of my age was a "2", I would have said go for it, but now it's not worth it.. Regards, NM

    The Lounge question career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups