Viewing 15 posts - 2,626 through 2,640 (of 3,221 total)
You're welcome. Did you work out what was wrong in the first place?
January 16, 2014 at 6:56 am
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:...
January 16, 2014 at 6:55 am
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...
January 16, 2014 at 6:35 am
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...
January 16, 2014 at 4:47 am
Also, step forward and you will find others will step forward with you who wouldn't have done so alone.
January 16, 2014 at 4:17 am
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...
January 15, 2014 at 9:19 am
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...
January 15, 2014 at 3:38 am
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....
January 14, 2014 at 4:00 am
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...
January 14, 2014 at 2:31 am
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,...
January 7, 2014 at 1:51 am
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...
January 6, 2014 at 5:48 am
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...
January 3, 2014 at 9:08 am
g.brennan (1/3/2014)
I think the data world outside of the physical database is starting to mature, driven by governance which will be driven regulatory...
January 3, 2014 at 5:11 am
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...
January 3, 2014 at 1:54 am
Doctor Who 2 (1/2/2014)
Gary Varga (1/2/2014)
January 3, 2014 at 1:41 am
Viewing 15 posts - 2,626 through 2,640 (of 3,221 total)