Search found 117 matches

by jsira2003@yahoo.com
Mon Jun 03, 2019 8:05 pm
Forum: PowerShell GUIs
Topic: formatting the size text in datagridview
Replies: 6
Views: 2284

Re: formatting the size text in datagridview

i used the cellstyle builder and it works fine. However when you save your program and re-open it, the cellstyle builder defaults back to the 14 point setting and I lose the font size I put in. In my view the cell style builder should maintain the font size I defined and I should not have to reset i...
by jsira2003@yahoo.com
Mon Jun 03, 2019 1:16 pm
Forum: PowerShell GUIs
Topic: formatting the size text in datagridview
Replies: 6
Views: 2284

Re: formatting the size text in datagridview

and if I don't use the designer and want a text command is it something like this?:

datagridviewtable.defaultcellstyle.font.size = "12"

thanks,
John
by jsira2003@yahoo.com
Mon Jun 03, 2019 10:58 am
Forum: PowerShell GUIs
Topic: formatting the size text in datagridview
Replies: 6
Views: 2284

formatting the size text in datagridview

I was looking for the text sizing option control in datagridview. I could not find one. Is this possible? If so how?

thanks,
John
by jsira2003@yahoo.com
Wed May 22, 2019 6:43 am
Forum: PowerShell GUIs
Topic: a magnification slider toolbox item
Replies: 1
Views: 927

a magnification slider toolbox item

I don't have the opportunity to check now but figured I'd ask you guys. I am interested in a magnification toolbox control or executable that has a slider. I tried the magify.exe in windows 10 and it has no slider. I'll use it if I have too! Is there any such tool in powershell studio where I can ma...
by jsira2003@yahoo.com
Sun May 12, 2019 4:36 pm
Forum: PowerShell
Topic: (c) symbol in a form
Replies: 7
Views: 3089

Re: (c) symbol in a form

the symbol displays correctly on the form in the powershell studio editor. After it is compiled you get the caret A combo. I just recompiled a package with the newest ps studio and this is now occurring on all my packages. It does not make sense to show up properly in ps studio but not when the .exe...
by jsira2003@yahoo.com
Sun May 12, 2019 2:21 pm
Forum: PowerShell
Topic: (c) symbol in a form
Replies: 7
Views: 3089

Re: (c) symbol in a form

I wanted to say a circle around the c not the year.

John
by jsira2003@yahoo.com
Sun May 12, 2019 2:15 pm
Forum: PowerShell
Topic: (c) symbol in a form
Replies: 7
Views: 3089

(c) symbol in a form

In the editor it looks right (c) year with a circle around the year

in the executable it looks like this
^
A (c) the c in a circle. Why am i getting the A with the caret above it? The caret is immediately above the A

How do i correct this?

thanks,
John
by jsira2003@yahoo.com
Fri May 10, 2019 8:41 pm
Forum: PowerShell
Topic: CSV to Data Table Coder Application
Replies: 11
Views: 6403

Re: CSV to Data Table Coder Application

well the program is actually on the technet gallery. If anyone is interested they can do a google search csv to data table coder and you will go right to it. I created the code and it has been digitally signed. We are going to use the code to import csv data sets directly into our application and do...
by jsira2003@yahoo.com
Fri May 10, 2019 8:19 pm
Forum: PowerShell
Topic: CSV to Data Table Coder Application
Replies: 11
Views: 6403

Re: CSV to Data Table Coder Application

Actually as I said, this is a free program that writes powershell code. I wrote it and thought it was nice to share. If you think it's in poor taste remove my posts. I thought it is something quite useful that the functions you describe cannot do.

John
by jsira2003@yahoo.com
Fri May 10, 2019 7:45 pm
Forum: PowerShell
Topic: CSV to Data Table Coder Application
Replies: 11
Views: 6403

Re: CSV to Data Table Coder Application

our msi is signed. That is the best can do.

John