Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 3,221 total)

  • RE: Forms and controls

    You're welcome. Did you work out what was wrong in the first place?

  • RE: We're not craftsmen and craftswomen

    chrisn-585491 (1/16/2014)


    For all those who think that you shouldn't be striving to do a better job (NOTE: I didn't say always going to absolute perfection), I have to ask this:...

  • RE: Forms and controls

    The following works so perhaps you can step by step change it to what you are looking for:

    [void][Reflection.Assembly]::Load("System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")

    [void][Reflection.Assembly]::Load("System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")

    $form1 = New-Object System.Windows.Forms.Form

    $form1.ClientSize = New-Object System.Drawing.Size(900,500)

    $group1...

  • RE: We're not craftsmen and craftswomen

    Luis Cazares (1/15/2014)


    Tom Bakerman (1/15/2014)


    Luis Cazares (1/15/2014)


    In my experience, doing just enough to complete a job has resulted (most of the times) in errors that require extra work and more...

  • RE: Step Up, Don’t Step Back

    Also, step forward and you will find others will step forward with you who wouldn't have done so alone.

  • RE: Forms and controls

    This doesn't sound like a PowerShell question.

    Assuming that I am wrong and this is a PowerShell question, please can you post some more information in particular concrete examples of the...

  • RE: We're not craftsmen and craftswomen

    Good points. The hardest balance I struggle with is the competition of my time between practicing existing skills to ensure I am not too rusty as well as moving with...

  • RE: The Desktop Setup

    I work freelance so the only guaranteed common tools I use are a pad and a pen. Seriously. OK I have some sort of PC (usually Windows) and word processor....

  • RE: Double Checks

    It is just the IT equivalent of double entry book keeping; without the check one cannot be certain of the result. We have plenty of technical examples e.g. checksums. This...

  • RE: DBAs Need to Learn to Develop

    There are too many people in the technical side of IT who do not have a foundation in IT knowledge. We should all understand binary, logic, declarative programming, functional programming,...

  • RE: Budget for Training

    Jeff Moden (1/4/2014)


    I've been tackling the Powershell Challenge for a little over a month now,

    Ok, so let me ask...

    1. Is the book any good?

    2. Is it any good WRT...

  • RE: Breaking Down Barriers

    I worked on a project developing a system which could store in either SQL Server or Oracle. There were about 10 .NET developers, 1 SQL Server Dev DBA and 1...

  • RE: Looking to 2014

    g.brennan (1/3/2014)


    "In the rest of the data world,..."

    I think the data world outside of the physical database is starting to mature, driven by governance which will be driven regulatory...

  • RE: Breaking Down Barriers

    I think that sometimes the friction exists because of a fundamental lack of understanding about the longevity of different software artifacts and the effort it takes to change them.

    If we...

  • RE: Memories of 2013

    Doctor Who 2 (1/2/2014)


    Gary Varga (1/2/2014)


    Helping out a few people on the forums here. There was nothing special about what I did. There are many here that do it. A...

Viewing 15 posts - 2,626 through 2,640 (of 3,221 total)