- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
Categories
Recent Comments
Archives
Category Archives: Geen categorie
Showing a SmartPart in a Windows form
Tags van Technorati: CAB,SCSF The easy part: create a form with a SmartPartPlaceholder on it. Second: provide a property like this: public UserControl SmartPart{ get { return (UserControl)smartPartPlaceholder1.SmartPart; } set { smartPartPlaceholder1.SmartPart = value; }} Third: From within a presenter … Continue reading
Posted in Geen categorie
Leave a comment
Deploying a SCSF Application
First attempt: right click shell > Deploy, then follow the wizard. This works, and it will allow you to deploy the files that are referenced in the Shell application. That doesn’t include any Business or Foundational modules because they’re added … Continue reading
Posted in Geen categorie
Leave a comment
Font ‘Arial’ does not support style ‘Regular’
I had this error regularly in Visual Studio (2005) when I tried to add some controls to a form. And then I started having it in other applications as well so I started to look around what it could be. … Continue reading
Posted in Geen categorie
Leave a comment