Length of Textbox

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
rmckay9969
Posts: 63
Last visit: Fri Feb 01, 2019 6:51 pm

Re: Length of Textbox

Post by rmckay9969 »

The thing I like most about the datagridview is it's speed. I work managing data for a railroad, we have a third party that supplies our FRA testing data for each location on our system in .xml format. I can load 3000 .xml files at a time into a datagridview in under a minute with powershell. Nice tool all around.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Length of Textbox

Post by jvierra »

Windows Forms have been around for a long time. They have evolved into the best toolbox I have ever used and I have used most of the best. The new WPF version is even better but not easy to use with PowerShell.

Speaking of railroads - Hoboken is a mess.
User avatar
rmckay9969
Posts: 63
Last visit: Fri Feb 01, 2019 6:51 pm

Re: Length of Textbox

Post by rmckay9969 »

It sure is, I'm glad we haul freight instead of people.
This topic is 7 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked