Search found 40 matches

by Rodent
Tue Nov 29, 2016 10:10 pm
Forum: PowerShell GUIs
Topic: Combobox DisplayMember & Valuemember help
Replies: 10
Views: 6304

Re: Combobox DisplayMember & Valuemember help

did you notice that If you change $combobox1.DataSource.Rows[0].Name = 'New Name' and it is the current selected item in the combobox it does not change until I select another item but if its not the currently selected item in the combobox then the item changes fine.
by Rodent
Tue Nov 29, 2016 8:17 pm
Forum: PowerShell GUIs
Topic: Combobox DisplayMember & Valuemember help
Replies: 10
Views: 6304

Re: Combobox DisplayMember & Valuemember help

Ok that worked and I can enumerate the items no problems with $button1_Click={ #TODO: Place custom script here foreach ($item in $combobox1.items) { [System.Windows.Forms.MessageBox]::Show("Name: " + $item.name + "`n`rStuff: " + $item.Stuff, 'OK') } } I can modify the name and st...
by Rodent
Tue Nov 29, 2016 6:55 pm
Forum: PowerShell GUIs
Topic: Combobox DisplayMember & Valuemember help
Replies: 10
Views: 6304

Re: Combobox DisplayMember & Valuemember help

DevinL wrote:[TOPIC MOVED TO POWERSHELL GUIS FORUM BY MODERATOR]
Sorry for putting in the wrong topic.
by Rodent
Tue Nov 29, 2016 4:19 pm
Forum: PowerShell GUIs
Topic: Combobox DisplayMember & Valuemember help
Replies: 10
Views: 6304

Combobox DisplayMember & Valuemember help

Product, version and build: (*** Please do not write "latest" as a version, specify a version number ***) 32 or 64 bit version of product: 64 Operating system: Windows 8.1 32 or 64 bit OS: 64 PowerShell Version: 5.3.130 DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN ...
by Rodent
Tue Nov 29, 2016 3:55 pm
Forum: PrimalScript
Topic: Compiled EXE that create a temp file
Replies: 5
Views: 8298

Re: Compiled EXE that create a temp file

I'll package an exe for you to run as soon as I get a chance. If you have a network folder where users have ONLY read permission, not read and execute, any executable file will simple not be started. That is normal Windows behavior and has nothing to do with packaging. The network folder is the sam...
by Rodent
Mon Nov 28, 2016 4:05 pm
Forum: PrimalScript
Topic: Compiled EXE that create a temp file
Replies: 5
Views: 8298

Re: Compiled EXE that create a temp file

OK, I have a HTA file that I turn into an EXE that runs as a different user, the EXE is placed into a network location that 1. the users only have read only rights and 2. the different user also only has read only rights. the EXE does not run, no error nothing. So I have then placed the EXE into C:\...
by Rodent
Mon Nov 21, 2016 8:52 pm
Forum: PrimalScript
Topic: Compiled EXE that create a temp file
Replies: 5
Views: 8298

Compiled EXE that create a temp file

Product, version and build:PrimalScript, 7.2.96 (*** Please do not write "latest" as a version, specify a version number ***) 32 or 64 bit version of product: 64 Operating system: Windows 8.1 32 or 64 bit OS: 64 DO NOT POST SUBSCRIPTIONS, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FOR...
by Rodent
Wed Sep 07, 2016 6:03 pm
Forum: PrimalScript
Topic: Compiled HTA into EXE
Replies: 3
Views: 2922

Re: Compiled HTA into EXE

Hi Alexander, Yes, I agree with the other users and that the C:\Temp is not a good place but also the location of the exe is not a good place either. I would suggest an option in the settings to change the location like a tick box that changes the location from exe path to temp path or a text box th...
by Rodent
Tue Sep 06, 2016 6:31 pm
Forum: PrimalScript
Topic: Compiled HTA into EXE
Replies: 3
Views: 2922

Compiled HTA into EXE

Product, version and build: PSR16Setup_7.2.92_071316_x64.exe 32 or 64 bit version of product: 64 Operating system: 8.1 32 or 64 bit OS: 64 This is a resubmitted problem that was not resolved back in April and I left the company but I am now back and running into this problem again. The previous post...
by Rodent
Tue Apr 19, 2016 10:40 pm
Forum: PrimalScript
Topic: Compiled HTA into EXE into MSI
Replies: 5
Views: 5051

Re: Compiled HTA into EXE into MSI

HI,

I have found that if I change the shortcut's Start in to C:\Temp the HTA file is created in the temp folder and Runs.

maybe some more option for creating shortcut when building MSI's could resolve some problems.

Regards
Rodney