Search found 41 matches

by shiroscout
Fri Jun 07, 2019 2:21 pm
Forum: PowerShell Studio
Topic: How to open PDF or HTML file within project folder?
Replies: 3
Views: 2764

How to open PDF or HTML file within project folder?

Hello, If I have my project folder, and one of the folders is DOCS, How do I use a button or linklabel and reference a file in the DOCS folder? The document is a steps guide and that is all I need on that particular page, but... Is there a way to reference files in folder better than me linking one ...
by shiroscout
Fri Jun 07, 2019 11:03 am
Forum: PowerShell GUIs
Topic: How to get buttons or link label to use web browser box for websites?
Replies: 1
Views: 1145

Re: How to get buttons or link label to use web browser box for websites?

Hello, After many mistakes, I tried: $linklabelDellChatSupport_LinkClicked=[System.Windows.Forms.LinkLabelLinkClickedEventHandler]{ #Event Argument: $_ = [System.Windows.Forms.LinkLabelLinkClickedEventArgs] #TODO: Place custom script here $webBrowser1.Navigate("https://www.dell.com/support/inci...
by shiroscout
Fri Jun 07, 2019 10:28 am
Forum: PowerShell Studio
Topic: What languages or code can be used in Powershell Studio Forms?
Replies: 3
Views: 2671

Re: What languages or code can be used in Powershell Studio Forms?

David, Thank you for your gentle answers. I noticed on other users posts you are very informative and helpful. Thank you for clarifying as I would see the .net assemblies, "System.Windows.Forms" portions of code and I was / am confused what it is doing. Also, not sure if this is limited to...
by shiroscout
Fri Jun 07, 2019 10:17 am
Forum: PowerShell GUIs
Topic: Are there any showcase examples of PowerShell Studio GUI?
Replies: 6
Views: 2810

Re: Are there any showcase examples of PowerShell Studio GUI?

Alexander,

Thank you.
I looked and found several and 3 of them I found were made with Powershell Studio.

It really helps to be able to see something similar to what you have in your head, and see others code and what is happening.This especially helps being new to .Net, Windows Forms, PS, and PSS.
by shiroscout
Fri Jun 07, 2019 10:13 am
Forum: PowerShell GUIs
Topic: How to get buttons or link label to use web browser box for websites?
Replies: 1
Views: 1145

How to get buttons or link label to use web browser box for websites?

Hello, I have a page, with 4 menu items, which will be weburl links. I'm using the web browser box, snippet of code is $webbrowser1_DocumentCompleted=[System.Windows.Forms.WebBrowserDocumentCompletedEventHandler]{ #Event Argument: $_ = [System.Windows.Forms.WebBrowserDocumentCompletedEventArgs] http...
by shiroscout
Wed Jun 05, 2019 8:34 pm
Forum: PowerShell GUIs
Topic: Output to RichTextBox Font Color Changing Colors ( Not Desired)
Replies: 8
Views: 3171

Re: Output to RichTextBox Font Color Changing Colors ( Not Desired)

Hello,

Thank you for the links and references. I'll be studying the information you provided.
by shiroscout
Wed Jun 05, 2019 5:59 pm
Forum: PowerShell GUIs
Topic: How do I freely Allow Mouse Click ON and OFF a Form?
Replies: 3
Views: 1344

Re: How do I freely Allow Mouse Click ON and OFF a Form?

Is there other options you can share that I might implement? I can just have them use the notepad for notes when launched, and use the paste button. It is just not as eloquent of a solution, but still would function fine and do what is desired. Thank you for your quick replies and helpful answers. I...
by shiroscout
Wed Jun 05, 2019 5:52 pm
Forum: PowerShell GUIs
Topic: Form Freezes until a command line tool completes
Replies: 2
Views: 1051

Re: Form Freezes until a command line tool completes

Thank you!

Is that it?
1 itty-bitty word is locking it up like that? :lol:
I congratulate it for doing what it was told! :D
by shiroscout
Wed Jun 05, 2019 5:49 pm
Forum: PowerShell GUIs
Topic: Are there any showcase examples of PowerShell Studio GUI?
Replies: 6
Views: 2810

Re: Are there any showcase examples of PowerShell Studio GUI?

Hello, Thank you for the quick reply. I see I will need to use correct use of words so that I can be understood. Have you seen the LazyWinAdmin "Packaged Script"? So, I am just not sure where to look for more example of what people might be creating for databases, SCCM, or other tools they...
by shiroscout
Wed Jun 05, 2019 5:03 pm
Forum: PowerShell Studio
Topic: What languages or code can be used in Powershell Studio Forms?
Replies: 3
Views: 2671

What languages or code can be used in Powershell Studio Forms?

Hello, This is a little embarrassing :oops: :? , but it is something I am confused about. Inside the PSS forms what types of programming languages / Code can be used? I know powershell can be used because that is what I am mostly currently using, but I also know there is the Windows Forms Assemblies...