Search found 49 matches

by ocsscott6969
Mon Jun 10, 2024 1:17 pm
Forum: PowerShell GUIs
Topic: windowform background color to rgb or hex value
Replies: 1
Views: 1897

windowform background color to rgb or hex value

I was given rgb and hex values and can't find how to set the form backcolor to either of those values

unrelated but also is there a way in a text string being displayed on a label control to Bold just 1 word

Thanks so much
by ocsscott6969
Mon Dec 04, 2023 5:41 am
Forum: Customer Service
Topic: Sapien Doesn't return sales calls
Replies: 2
Views: 5195

Sapien Doesn't return sales calls

How do we contact and get a return call from sales. My company and I have made several calls, left messages. You can't seem to talk to a person and in 2 weeks not 1 returned call.

any direct numbers beyond the main number?
by ocsscott6969
Wed Jul 17, 2019 8:06 am
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

Thanks for the code and explanation of the issue
by ocsscott6969
Tue Jul 16, 2019 10:43 am
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

im about to upload uncomment line 53-65 to see the behavior the first sections for $a and $b

the code for $C is working but previously the $a code was what you suggested I use.

thanks
by ocsscott6969
Tue Jul 16, 2019 6:42 am
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

The MSGbox was a issue when the path was black it failed that's why I didn't get all of them. I am compiling as windows forms I Upgraded to .166 but still get the Issue. In the debugger all my path varialbes are correct when running the compiled exe they are blank. code and screenshots below 1) $A =...
by ocsscott6969
Mon Jul 15, 2019 1:32 pm
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

all my output is on the windows form itself or via the show-messagebox code I attached. what is best for that scenario? but for my original questions any idea why the message boxes are not showing up compiled but work perfect inside pss? and the same for the path issue it always shows in PSS but not...
by ocsscott6969
Mon Jul 15, 2019 1:02 pm
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

no errors see below. should I be compiling as windows, windows forms or windows applications I am having a hard time understanding the difference > Package 'P:\!!PowerShell_GUI_Projects\AppInstaller2.3\AppInstallerMain.psf' >> Building (AppInstallerMain.psf) ... SAPIEN Package and Deploy Tool 4.1 (c...
by ocsscott6969
Mon Jul 15, 2019 11:29 am
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

Re: not getting output from msgbox

5.6.165 64 bit on win 10 64bit
by ocsscott6969
Mon Jul 15, 2019 8:22 am
Forum: PowerShell Studio
Topic: not getting output from msgbox
Replies: 14
Views: 7717

not getting output from msgbox

PSS 019 current build. win 10 64bit code works in PSS but once compiled I am not getting the message boxes not am I getting the correct path of the exe that is running Ive tried compiling as windows form and application neither seems to work. (which is the better option for a windows form and msgbox...
by ocsscott6969
Thu Jun 27, 2019 1:54 pm
Forum: PowerShell GUIs
Topic: $openfiledialog1.InitialDirectory not opening in correct folder
Replies: 7
Views: 3837

Re: $openfiledialog1.InitialDirectory not opening in correct folder

that worked much better and allowed the open dialog to work as expected.

Much thanks