Viewing 15 posts - 61 through 75 (of 482 total)
Thank you Sir!!!
June 20, 2018 at 8:54 am
From your example above,
$check_box_clicked= {
If($checkBox3.Checked)
{
$textBox.Text = "Clicked"
}
Else
{
$textBox.Text = "Not Clicked"
June 20, 2018 at 8:32 am
Hi ZZartin,
Thanks for taking the time to respond - and check back.
That's what I had already. What I'm trying to do it to fire the Clicked/Checked event...
June 20, 2018 at 8:01 am
I had not tried that, but it gives an error
Cannot find an overload for "add_CheckedChanged" and the argument count: "0".
All the examples I can find are in...
June 20, 2018 at 4:36 am
I guess I didn't explain myself very well.
This is all in a single powershell script. In pseudocode:
1. create label $objLabel1 with text "Black"
2. create...
June 19, 2018 at 12:31 pm
Would a try-catch construct help?
June 19, 2018 at 11:33 am
We also have some very er... zealous :ermm: people making sure nothing happens without their permission in our computer settings and registries.
If they found out i'd installed...
December 5, 2017 at 6:32 am
Yep, that's exactly where and how I set it up.
I've still got the 2K8 version installed as well, I'm guessing there must be some conflict.
December 5, 2017 at 6:13 am
It's worked fine for me from SQL 6.5 - 2008R2: Tools, Options, Text Editor, File Extensions
And at least though 2K8R2, you had the option to connect when the...
December 5, 2017 at 5:55 am
Still opens in SQL 17 disconnected. Which would be fine if there was some way to connect to something.
Thanks Sue.
October 24, 2017 at 5:48 am
So I go into Control Panel, Default Programs, Set Associations, navigate to .prc. It's currently set to 2008.
I get the choice of V17 and 2008 versions of SSMS...
October 23, 2017 at 8:19 am
"...I'm kind of sick of trying to track Powershell versions all the time."
+10
---------
I've given...
October 4, 2017 at 6:33 am
Oddly, my editor recognizes that alias for ConvertTo-EncodedSQLName, but I get cmdlet or function not found, when I try to use it outside of the here-string.
Still getting the same...
October 2, 2017 at 5:52 am
Found the solution here: https://stackoverflow.com/questions/30769809/powershell-group-by-multiple-properties
Clunky...
September 5, 2017 at 12:19 pm
Don't know why this was SO hard to find...
FYI: I understand there is an Enum function? command? in PoSh V5.
Add-Type -TypeDefinition @"
// very simple enum type
August 16, 2017 at 11:45 am
Viewing 15 posts - 61 through 75 (of 482 total)