Search found 45 matches

by timstspry17
Thu Feb 27, 2020 6:15 am
Forum: PowerShell Studio
Topic: Home Tab Not Showing While Editing a PowerShell Project
Replies: 1
Views: 1708

Home Tab Not Showing While Editing a PowerShell Project

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...
by timstspry17
Mon Feb 24, 2020 11:02 am
Forum: PowerShell GUIs
Topic: Displaying progress bar from Backup-SqlDatabase function via Invoke-Command
Replies: 4
Views: 3069

Re: Displaying progress bar from Backup-SqlDatabase function via Invoke-Command

Thank you jvierra. That did the trick, although I'm not quite sure why packaging with "Saping PowerShell V5 Host )Windows Form did not function the same way, especially since I am using a form as the main point of my app.
by timstspry17
Mon Feb 24, 2020 9:27 am
Forum: PowerShell GUIs
Topic: Displaying progress bar from Backup-SqlDatabase function via Invoke-Command
Replies: 4
Views: 3069

Displaying progress bar from Backup-SqlDatabase function via Invoke-Command

Hello, I have a problem where the progress bar will display from the Backup-SqlDatabase command which I execute via the Invoke-Command cmdlet. The problem is the progress bar displays just fine when I am running my PowerShell project from within PowerShell Studio 2020. However it does not display at...
by timstspry17
Wed Feb 12, 2020 7:31 am
Forum: Wish List and Feature Requests
Topic: More Controls in GUI Related Articles
Replies: 3
Views: 14564

More Controls in GUI Related Articles

Hello, I was looking for help in the GUI Related Articles area for the ListBox and the DataGridView controls. Neither one is listed in any articles. I would like to suggest including these controls in those articles.

Thanks!
by timstspry17
Sun Feb 09, 2020 8:56 am
Forum: PowerShell GUIs
Topic: How to multicolumn listbox
Replies: 2
Views: 2551

How to multicolumn listbox

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...
by timstspry17
Wed Sep 18, 2019 4:14 am
Forum: PowerShell GUIs
Topic: Include scripts in PowerShell GUI project
Replies: 2
Views: 1652

Re: Include scripts in PowerShell GUI project

Thank you for this information. Yes, I had tried it in my form project, but didn't use the full path to the scripts. This information is helpful, thanks so much!

Tim
by timstspry17
Wed Sep 18, 2019 4:12 am
Forum: PowerShell GUIs
Topic: Reorder list box by drag and drop
Replies: 4
Views: 3052

Re: Reorder list box by drag and drop

Thanks for the information. Looks a bit more involved than I had hoped. Will probably use 2 list boxes as I have seen examples of. Doing it in a single list box would have been nice, but 2 list boxes will work too.

Tim
by timstspry17
Wed Sep 18, 2019 4:09 am
Forum: PowerShell GUIs
Topic: How to use the Help Provider
Replies: 3
Views: 1965

Re: How to use the Help Provider

Thank you very much for this information. It is very helpful!

Tim
by timstspry17
Tue Sep 17, 2019 6:29 am
Forum: PowerShell GUIs
Topic: Include scripts in PowerShell GUI project
Replies: 2
Views: 1652

Include scripts in PowerShell GUI project

Hello, I would like to know if in a PowerShell project you can include other scripts in like the form_load event? I would like to include a couple of scripts in the same directory as my powershell project and have their functions available to the form project like this: .\getsomeinformation.ps1 .\ge...
by timstspry17
Tue Sep 17, 2019 5:11 am
Forum: PowerShell GUIs
Topic: How to use the Help Provider
Replies: 3
Views: 1965

How to use the Help Provider

Hello, I am looking for information on how to use the F1 help provider? I need to know:

1. How is the help file to be displayed authored? Do I need a certain tool for this?

2. How do I tie a topic in the help file to a particular control on a form?

Thanks in advance!

Tim