Search found 21 matches

by theotherkidd
Tue Dec 11, 2018 4:17 pm
Forum: PowerShell Studio
Topic: Here-String not working PowerShell Studio 2019
Replies: 6
Views: 3745

Here-String not working PowerShell Studio 2019

Product, version and build: PowerShell Studio 2019 5.6.156.0 32 or 64 bit version of product: 64 bit Operating system: Windows 10 32 or 64 bit OS: 64 bit I have a GUI app that uses a here-string to format output to a text file. After installing PowerShell Studio 2019, this is no longer working. The ...
by theotherkidd
Wed Apr 18, 2018 11:15 am
Forum: PowerShell GUIs
Topic: Adding TabControl to a GUI
Replies: 5
Views: 4000

Re: Adding TabControl to a GUI

Got it. I'll give that a try. Thanks!
by theotherkidd
Wed Apr 18, 2018 8:59 am
Forum: PowerShell GUIs
Topic: Adding TabControl to a GUI
Replies: 5
Views: 4000

Re: Adding TabControl to a GUI

I've tried adding the tabcontrol but I lose all of my buttons, labels and textboxes. I've created multitab apps before but always did so at the start of the app. This is the first time I've tried adding tabs to a single tab app that is already in production. I don't know how to add the tabcontrol an...
by theotherkidd
Fri Apr 06, 2018 12:17 pm
Forum: PowerShell GUIs
Topic: Adding TabControl to a GUI
Replies: 5
Views: 4000

Adding TabControl to a GUI

I have a PowerShell Studio form that I created without tabs. My question is, is there a way to add tabs via TabControl after the form has been created or do I have to start over from scatch?
by theotherkidd
Tue Sep 05, 2017 7:57 am
Forum: PowerShell GUIs
Topic: DLL Error when running exe
Replies: 1
Views: 1119

DLL Error when running exe

Hello, I created a GUI app that I later converted to an exe. When I try to run this on a new computer I'm getting "Failed to locate Framwork DLL" message.
by theotherkidd
Wed Oct 01, 2014 12:20 pm
Forum: VersionRecall
Topic: Menu options grayed out
Replies: 3
Views: 7284

Re: Menu options grayed out

Got it. Thanks!
by theotherkidd
Tue Sep 30, 2014 2:07 pm
Forum: VersionRecall
Topic: Menu options grayed out
Replies: 3
Views: 7284

Re: Menu options grayed out

Just an update, if I right click on a file and select "Open in VersionRecall explorer, it opens as normal. My menu items are available and I can see all of my files in the repository. It does not open correctly if I launch VersionRecall from start programs, or via PowerShell Studio
by theotherkidd
Tue Sep 30, 2014 1:50 pm
Forum: VersionRecall
Topic: Menu options grayed out
Replies: 3
Views: 7284

Menu options grayed out

- Product, version, build (Please do not use abbreviations, "PS" can mean "PowerShell Studio" as well as "PrimalScript") VersionRecall 2014v1.0.102 - Specify if you are running a 32 or 64 bit version 32 Bit - Your operating system and if it is 32 or 64 bit. 32 Bit - If ...
by theotherkidd
Tue Mar 09, 2010 12:36 pm
Forum: Productivity Pack Support
Topic: ftp dll send in ASCII mode
Replies: 2
Views: 4499

ftp dll send in ASCII mode

The script that I wrote copies files from a UNIX server to a Windows Servers. In testing with the user we notice file size differences between files I copied with a ftp GUI client in ascii mode and the files copied with the script. Also, on the windows server when opening the file(sent by script) it...
by theotherkidd
Tue Mar 09, 2010 3:44 am
Forum: Productivity Pack Support
Topic: ftp dll send in ASCII mode
Replies: 2
Views: 4499

ftp dll send in ASCII mode

Is it possible to send ftp files in ASCII mode with ftp.dll? By the way, it works great in binary mode.