Search found 3 matches

by millertime
Sun Nov 22, 2015 9:24 am
Forum: PowerShell
Topic: Question about Variables with Trial Version
Replies: 4
Views: 2989

Re: Question about Variables with Trial Version

$form1_Load={
#TODO: Initialize Form Controls here
$folder = C:\Users\user\Desktop
$foldername = $textbox1_TextChanged

}

$button1_Click={

New-Item -ItemType directory -Path $F

}

$textbox1_TextChanged={

}
by millertime
Sun Nov 22, 2015 5:43 am
Forum: PowerShell
Topic: Question about Variables with Trial Version
Replies: 4
Views: 2989

Question about Variables with Trial Version

Hello, I am writing a proof of concept app for my manager to attempt to get a license. My variables are $Path = C:\Users\UserID\Desktop $FolderName = $Folder The form has 1 text input box (design name = $folder) where the user would type in a folder name. From the text inputbox (design name = $Folde...
by millertime
Sat Nov 21, 2015 7:19 am
Forum: Customer Service
Topic: Offline License not working for Forum Acccess
Replies: 1
Views: 2912

Offline License not working for Forum Acccess

Hello my offlie license for my work computer is not allowing to post to the Sapien PowerShell Studio Forum.

It's a offline key and I think the purchasers used a different e-mail than my work e-mail.

Is there anyway to get access to the Forum so I can post>