Search found 13 matches

by rocky.pabillore
Mon Apr 24, 2017 1:34 pm
Forum: PowerShell GUIs
Topic: SearchBox Function
Replies: 3
Views: 1932

SearchBox Function

How you grab the text or texts from a search"textbox" and use its value on another form (childform)? For more detail, I currently have a textbox and a button, The button will show the childform. The search'textbox' is literally to show the name, portname and servername of the printer. I ju...
by rocky.pabillore
Fri Apr 21, 2017 12:07 pm
Forum: PowerShell
Topic: Making data grid item a hyperlink
Replies: 3
Views: 2309

Re: Making data grid item a hyperlink

Where do you set that?
by rocky.pabillore
Fri Apr 21, 2017 7:58 am
Forum: PowerShell
Topic: Making data grid item a hyperlink
Replies: 3
Views: 2309

Making data grid item a hyperlink

Hi everyone, I have a simple but really difficult task on creating our "Printer Status hub". I want the portname to be a link so i can open it via default browser. I know I have to specify it but I can't figure this out. #region Control Helper Functions function Update-DataGridView { <# .S...