Search found 10 matches

by NewRootUsr
Wed Aug 24, 2022 7:41 am
Forum: PowerShell GUIs
Topic: TreeView expand and focus on searched for node
Replies: 3
Views: 879

Re: TreeView expand and focus on searched for node

Not enough info to know what you are doing. You can search for a node by name, text or path and just set teh expanded property of that node to true and that node and all parent nodes will expand. There is no way to expand a child node and not expand the parent node which actually makes no sense. Wi...
by NewRootUsr
Tue Aug 23, 2022 12:42 pm
Forum: PowerShell GUIs
Topic: TreeView expand and focus on searched for node
Replies: 3
Views: 879

TreeView expand and focus on searched for node

I have figured out how to search for a node based on text that is input, however it appears to expand every single node even if the found node is only 1 level down. I am searching for a way that it will only expand the tree path where the node is found and nothing else. Has anyone done this before? ...
by NewRootUsr
Thu Aug 11, 2022 6:26 am
Forum: PowerShell GUIs
Topic: Changing right hand menu based on selection of options, but without leaving single view form?
Replies: 0
Views: 15582

Changing right hand menu based on selection of options, but without leaving single view form?

Not sure if I will describe this correctly, but we are after a single pane of glass kind of view where we have options populated via TreeView, but we're having an issue attempting to manage 3 nested tab control options which each have their own sets of tabs. Is it possible to call a show_form but ha...
by NewRootUsr
Sun Aug 07, 2022 9:01 am
Forum: PowerShell GUIs
Topic: TreeView with dynamically populating child nodes with children (Active Directory related)
Replies: 3
Views: 1144

Re: TreeView with dynamically populating child nodes with children (Active Directory related)

The attached is the best, fastest and easiest way to load a TreeView from AD and generate the hierarchy. Notice it uses almost no code and uses the hierarchy of AD and the hierarchy of the TV to work synchronously to create the tree. This form should work without changes on any AD client computer. ...
by NewRootUsr
Sat Aug 06, 2022 9:18 am
Forum: PowerShell GUIs
Topic: TreeView with dynamically populating child nodes with children (Active Directory related)
Replies: 3
Views: 1144

TreeView with dynamically populating child nodes with children (Active Directory related)

I am currently working on a project and it involves Active Directory, it is a PowerShell GUI TreeView based AD explorer, I am stuck attempting to populate child nodes, but to do it dynamically and the documentation that I have read either doesn't support what I am attempting to achieve, or something...
by NewRootUsr
Wed Oct 14, 2020 5:01 am
Forum: PowerShell Studio
Topic: Troubleshooting when script to exe does not run properly?
Replies: 4
Views: 1441

Re: Troubleshooting when script to exe does not run properly?

Hi Alexander, I tried the Hello World exe on my PC that has been making the exe's and it worked perfect, I fired up 2 virtual machines with 2 of the different images we use and both were unable to launch the exe even with the accompanying . config file. The same type of error is generated in the eve...
by NewRootUsr
Tue Oct 13, 2020 7:51 pm
Forum: PowerShell Studio
Topic: Troubleshooting when script to exe does not run properly?
Replies: 4
Views: 1441

Troubleshooting when script to exe does not run properly?

Product, version and build: PowerShell Studio v5.7.179 Operating system: Server 2016 PowerShell version(s): 5.1 Hello, I am trying to track down some issues I am running into, I am creating my PowerShell script into an exe, however when I launch the exe on a system the command prompt box opens but t...
by NewRootUsr
Wed Jun 17, 2020 10:50 am
Forum: PowerShell Studio
Topic: Script to exe, when exe is run the script appears as hidden item
Replies: 2
Views: 1522

Re: Script to exe, when exe is run the script appears as hidden item

Thank you for the quick reply, that is very interesting, I didn't even notice that text. Looks like I have some additional work to do to make it run in a memory capable way.
by NewRootUsr
Wed Jun 17, 2020 10:12 am
Forum: PowerShell Studio
Topic: Script to exe, when exe is run the script appears as hidden item
Replies: 2
Views: 1522

Script to exe, when exe is run the script appears as hidden item

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 NewRootUsr
Wed Nov 20, 2019 9:06 am
Forum: Former and Future Customers - Questions
Topic: Script Packager - Alternate Credentials how to
Replies: 1
Views: 15332

Script Packager - Alternate Credentials how to

Information about my PC build and product: Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.170 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 Hello folks, I am trying to track down some documentation on how to use the alternative credentials when building an exe from a script. I am try...