averagepro.com
Instantiate Storyboard ViewControllers Manually | Average Pro
http://averagepro.com/2013/02/07/instantiate-storyboard-viewcontrollers-manually
Practical coding, software engineering and the business of software. Skip to primary content. Instantiate Storyboard ViewControllers Manually. February 7, 2013. I’ve started using storyboards in XCode/iOS more frequently, but I really needed something different from the normal segues and connections that Apple provides, and while Apple briefly documents how to do this, I thought I’d share my example. Here is the view in Interface Builder of the test app that I created:. The basics in the code above:.
silverlightfun.blogspot.com
Enjoy Silverlight
http://silverlightfun.blogspot.com/2008/12/here-is-scheduler-month-view-control.html
Here you can find my creation and exploration in Silverlight, WPF and C#.net. Thursday, December 18, 2008. Here is Scheduler month view control which i made in Silverlight 2.0. You can see it in action here. Demo. Subscribe to: Post Comments (Atom). There was an error in this gadget. There was an error in this gadget. Here is Scheduler month view control which i made . Copy the following and paste in your website. Simple template. Powered by Blogger.
silverlightfun.blogspot.com
Enjoy Silverlight: Hello From Kevin
http://silverlightfun.blogspot.com/2008/12/hello-from-kevin.html
Here you can find my creation and exploration in Silverlight, WPF and C#.net. Friday, December 5, 2008. This is Kevin Bhavsar from Baroda (Guj-India). Thanks for coming on my blog. Subscribe to: Post Comments (Atom). There was an error in this gadget. There was an error in this gadget. Here is Scheduler month view control which i made . Copy the following and paste in your website. Simple template. Powered by Blogger.
silverlightfun.blogspot.com
Enjoy Silverlight: About Myself
http://silverlightfun.blogspot.com/p/home.html
Here you can find my creation and exploration in Silverlight, WPF and C#.net. Indralok Technology Pvt. Ltd. Subscribe to: Posts (Atom). There was an error in this gadget. There was an error in this gadget. Custom Splash Screen using Silverlight 4.0. Simple template. Powered by Blogger.
silverlightfun.blogspot.com
Enjoy Silverlight: May 2011
http://silverlightfun.blogspot.com/2011_05_01_archive.html
Here you can find my creation and exploration in Silverlight, WPF and C#.net. Monday, May 9, 2011. Custom Splash Screen using Silverlight 4.0. In this post i am going to show you Custom Splash Screen using Silverlight 4.0. The Silverlight splash screen model relies on three properties that are exposed by the Silverlight. Splashscreensource : The URI of a XAML page that displays while the primary package (source) is being downloaded. For Adding a custom splash screen. 2 Right-click CustomSplashScreen....
samteknik.blogspot.com
Samir TekNik: Office Interop Object Collection Technique – The right way.
http://samteknik.blogspot.com/2009/12/office-interop-object-collection_13.html
Uncommon solutions to common problems. Sunday, December 13, 2009. Office Interop Object Collection Technique – The right way. In my previous article, I described the ghost excel process issue and its solution by releasing all interop references. In this article I will write about the way to release interop references. Note: Using System.Runtime.InteropServices.Marshal.ReleaseComObject(object). The refCount property of an RCW is increased when a client references it. And it is decreased either automat...
samteknik.blogspot.com
Samir TekNik: Office Interop Object Collection Technique – Ghost Excel Instance
http://samteknik.blogspot.com/2009/12/office-interop-object-collection.html
Uncommon solutions to common problems. Thursday, December 10, 2009. Office Interop Object Collection Technique – Ghost Excel Instance. After this we researched a bit to see as to what is really causing the Excel process to live in memory forever. And to answer this and several other basic questions, I wrote a small windows console application as my POC. Below is how the source appears. Using System.Collections.Generic;. Using System.Linq;. Using System.Text;. Using System.Reflection;. It is zero which ap...
memeapps.blogspot.com
Meme IDE: September 2011
http://memeapps.blogspot.com/2011_09_01_archive.html
The App development blog of Simon Monk, CTO of Meme IDE the cross platform development tool for Android, WM and IOS apps. free download from www.memeide.com. Tuesday, 20 September 2011. Meme IDE: Sketch Box in v1.13. Version 1.13 of the Meme IDE. Includes this exciting new feature - Sketch Box. This feature can be used to capture signatures drawn on the touch screen with your finger or for annotating existing images. SketchBox(image, titleText, data, callback);. The first argument is a reference to an im...