Gå til innhold

Hva skjuler det seg bak din Ctrl+v?


Anbefalte innlegg

Add-Type -AssemblyName System.Windows.Forms

 

$Form = New-Object system.Windows.Forms.Form

$Form.Text = "Form"

$Form.TopMost = $true

$Form.Width = 200

$Form.Height = 200

 

$button2 = New-Object system.windows.Forms.Button

$button2.Text = "button"

$button2.Width = 60

$button2.Height = 30

$button2.location = new-object system.drawing.point(11,89)

$button2.Font = "Microsoft Sans Serif,10"

$Form.controls.Add($button2)

 

$textBox3 = New-Object system.windows.Forms.TextBox

$textBox3.Width = 154

$textBox3.Height = 20

$textBox3.location = new-object system.drawing.point(10,20)

$textBox3.Font = "Microsoft Sans Serif,10"

$Form.controls.Add($textBox3)

 

$textBox3 = New-Object system.windows.Forms.TextBox

$textBox3.Width = 154

$textBox3.Height = 20

$textBox3.location = new-object system.drawing.point(10,20)

$textBox3.Font = "Microsoft Sans Serif,10"

$Form.controls.Add($textBox3)

 

[void]$Form.ShowDialog()

$Form.Dispose()

Lenke til kommentar
Videoannonse
Annonse

I read an interview that Corey Taylor did on the Roadrunner Records website. He talks about how the new album will reflect alot on how his wife, Scarlett, has helped him battle alchoholism. He attempted to jump off the 8th floor balcony of a hotel but Scarlett was there and managed to stop him. The phrase "Through the Glass" could mean that he's looking at himself through a mirror, wondering what he's become or it could also mean that he's looking through a drinking glass at his wife.

Lenke til kommentar
  • 4 uker senere...

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...