x0n

3,991
Reputation
195 views

Registered User

Name x0n
Member for 1 year
Seen 11 hours ago
Website
Location
Age
Microsoft MVP for PowerShell
1d
comment How can I know the ACTUAL maximum number of elements a .net array of a given type can be allocated?
Sorry, I wasn't around - I think I misunderstood the question. I didn't notice that the allocations were Doubles (value types).
1d
comment PowerShell: an elegant way to create closures
Keith, we really need to beat bruce and jeffrey into coming up with a more natural syntax. I hate the GetNewClosure() method. It's so clumsy. I was thinking using double braces: {{ $ix }} ?
2d
answered How can I know the ACTUAL maximum number of elements a .net array of a given type can be allocated?
2d
revised How do I express a void method call as the result of DynamicMetaObject.BindInvokeMember?
added 1055 characters in body; added 27 characters in body
2d
answered How do I express a void method call as the result of DynamicMetaObject.BindInvokeMember?
Nov
28
answered Getting information from button1_click() to button2_click()
Nov
28
comment Refresh/Restart Vista’s graphical login screen using JScript (WSH)
Yes, you can sometimes see that user in task manager's process list - running logon.scr. You could try using psexec - technet.microsoft.com/en-us/sysinternals/… - take a closer look at the -i and -s parameters for interact with session and run as system respectively.
Nov
26
answered ASP.NET 3.5 properties’ private member access within class
Nov
26
comment ASP.NET 3.5 properties’ private member access within class
you always need to declare both the getter and the setter with c# 3.0 automatic properties - see answers below - the trick is to mark the setter as privte.
Nov
26
revised Refresh/Restart Vista’s graphical login screen using JScript (WSH)
title typos
Nov
26
answered Refresh/Restart Vista’s graphical login screen using JScript (WSH)
Nov
26
answered C#, Flags Enum, Generic function to look for a flag.
Nov
25
revised How to determine if a Publishing Page in Sharepoint 2007 is actually published
title clarity
Nov
25
answered How to determine if a Publishing Page in Sharepoint 2007 is actually published
Nov
25
revised Accessing Bugzilla from .NET
title typo.
Nov
16
accepted Start-job vs. Invoke-command -asjob
Nov
16
accepted Start a program in active user session with PowerShell remoting
Nov
15
answered Limit the number of available/visible Content Types in document libraries
Nov
14
answered Detect page is loaded into Sharepoint Designer
Nov
13
answered Start a program in active user session with PowerShell remoting
Nov
12
comment PowerShell Copy-Item what I’m doing wrong?
You can avoid these kinds of problems by using Set-StrictMode cmdlet at the start of your script. It will not let you use any variables you have not declared (it would have caught this error).
Nov
12
answered Start-job vs. Invoke-command -asjob
Nov
12
answered how to open the last opened files in ISE at the starting
Nov
8
answered Sharepoint portal to ActiveX to WebClient back to Sharepoint
Nov
8
comment Prevent Concurrent Editing of a List Item
Mondo, do you have MOSS enterprise? You could also knock up an infopath form to replace the custom list's webform. Of course, you'd have to use a content type then (but that's always good practice). With infopath you'll have more options; calling out to a list in the root of the site collection containing "locks" for example and displaying a message inline.
Nov
7
answered Prevent Concurrent Editing of a List Item
Oct
31
answered Cannot run 32bit compiled WPF applications on Windows 7 64bit
Oct
30
accepted How do I set minumum password requirements in Umbraco for the membership provider?
Oct
30
answered Ubiquitous way to get the root directory an application is running in via C#
Oct
30
answered How do I set minumum password requirements in Umbraco for the membership provider?
Oct
30
answered Moving Active jobs in a Shell from the Background to Foreground and the Other Way Around
Oct
30
comment OS X ‘Quick Look’ stopped working
...or installing Windows 7
Oct
28
answered Can MonoDevelop (2.2b2) running on Windows use the Microsoft compilers?
Oct
28
answered COM interface wrappers in PowerShell?
Oct
27
answered Is HttpContext.Current Ever Null in a Web Application?
Oct
27
revised What is <input type=”image” /> typically used for?
clarified question
Oct
23
answered Routing Classic ASP Requests To .NET - SEO Redirects
Oct
22
comment Sharepoint 2007: Possible to change document library folder permissions inside a workflow?
What sort of workflow, SharePoint designer or Visual Studio built?
Oct
18
comment SearchListItems returns 0 results, but SharePoint search returns 5 pages of results
operations > services on server
Oct
18
answered SearchListItems returns 0 results, but SharePoint search returns 5 pages of results
Oct
18
answered Having problems getting divs to line up properly.
Oct
17
revised Virtual Machines and Handling Memory and System Calls
added homework tag
Oct
17
accepted How to scrape the contents of an axd resource?
Oct
16
answered How to scrape the contents of an axd resource?
Oct
16
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
Heh, ever escalating techniques. Ok, my next post will be a multi-format clipboard module with no temp files that can handle more than just text.
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
I just updated my blog post to use a temp file - this avoids your problem. No limit now for text size.
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
alternatively, you could modify my functions to read/write from a temporary file.
Oct
14
comment Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
ouch. well I guess stick with a binary cmdlet, or by starting powershell.exe itself with the -STA flag and using the clipboard methods directly (or use ISE which is in STA mode by default)
Oct
14
answered Convert Keith Hill’s PowerShell Get-Clipboard and Set-Clipboard to a PSM1 script
Oct
13
answered ASP.NET, login control, authentication, https/ssl, cookie path