sorry if its been asked i couldn’t find answer anywhere, New to this and forms … Im creating a form with text boxs but they always include the “System.Windows.Forms.TextBox, Text:” in front of the value
when i click button i output the value for the “Title” text box on form
$Clicked_Scheduled_Tasks = {
[System.Windows.Forms.MessageBox]::Show("$Title")
}
using the PSSCRIPTPAD not sure how to get that off the output values (ive tried $Title.text as other online suggestions but it just adds .text to the end of my value)