This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Showing posts with label Tutorial Programming. Show all posts
Showing posts with label Tutorial Programming. Show all posts
Tuesday, March 15, 2022
Tuesday, August 26, 2014
Running 32bit powershell on a 64bit server from c# - Stack Overflow
It is possible to get a Powershell to check to see what platform is running: 21 or 64-bit.
Running 32bit powershell on a 64bit server from c# - Stack Overflow
if ([System.IntPtr]::Size -eq 8) {'64-bit'} else {'32-bit'}Running 32bit powershell on a 64bit server from c# - Stack Overflow
Labels:
Poweshell,
Scripts,
Tutorial,
Tutorial Programming,
Windows PowerShell
Monday, October 29, 2012
Wednesday, October 6, 2010
Blend PDF with Silverlight - CodeProject
Details & demo project of plumbing works that blend PDF and Silverlight visually with bi-directional data exchange.
Blend PDF with Silverlight - CodeProject
Blend PDF with Silverlight - CodeProject
Labels:
Microsoft Silver,
PDF,
Silverlight,
Tutorial Programming
Subscribe to:
Posts (Atom)

