Skip to main content

Afficher un formulaire abstract en mode design

Visual Studio 2005 n'accepte pas d'afficher un formulaire abstract en mode design. "By design", dit-on chez Microsoft, car après tout pour afficher il faut instancier, et une classe abstraite ne peut pas être instanciée. Mais Visual Studio reste incapable d'afficher la classe dérivée en mode design, et pour ça il n'y a aucune justification: une classe non abstract peut être instanciée...

Seulement, quand on se lance dans l'héritage de formulaires, on se retrouve vite à placer dans les classes de base des membres abstraits, donc à les rendre abstraits eux-mêmes.

Heureusement, il y a toujours des solutions à tout. En l'occurrence, c'est Urban Potato qui nous fournit une solution très élégante: un attribut qui résoud le problème.

Avec sa solution qu'il décrit en détails, Visual Studio accepte d'afficher le formulaire de base et le formulaire dérivé en mode design. Comme il l'écrit lui-même, ce n'est pas une solution qui fonctionne à 100%, et j'ai quelques problèmes avec, mais ça vaut la peine d'essayer. Merci M. Patate!

Comments

Popular posts from this blog

Learn Meteor book available

I'm pleased to announce the general release of my Learn Meteor book. It is now available as an ebook or print book from various sources: Learn Meteor print (paperback) on Lulu Learn Meteor ebook on LeanPub Learn Meteor ebook on Barnes & Noble Learn Meteor ebook on iBooks Learn Meteor ebook on Kobo Learn Meteor ebook on Scribd Learn Meteor ebook on Inktera Page Foundry Learn Meteor ebook on 24symbols Learn Meteor ebook on Amazon US Learn Meteor ebook on Amazon UK Learn Meteor ebook on Amazon France Learn Meteor ebook on Amazon Deutschland Learn Meteor ebook on Amazon Canada Learn Meteor ebook on Amazon India Learn Meteor ebook on Amazon Brasil Learn Meteor ebook on Amazon Mexico Learn Meteor ebook on Amazon España Learn Meteor ebook on Amazon Italia Learn Meteor ebook on Amazon Netherlands Learn Meteor ebook on Amazon Japan Learn Meteor ebook on Amazon Australia More sources are coming soon for the print version. Learn Meteor has been a fun experienc

Learn ASP.NET Core MVC book: published

As promised, the Learn ASP.NET Core MVC - Be ready next week using Visual Studio 2017  book is out today. You know nothing to ASP.NET Core but need to start coding your next application within a week. Don't worry: this book has you covered. Get your copy now: ebook on Leanpub , Amazon  (also in your local Amazon store), Kobo , Barnes&Noble Nook , Google Play , iBooks , 24symbols , Inktera , Scribd, Playster , Tolino, OverDrive, Bibliotheca Paperback on Lulu (soon available with other retailers) More about the book: You're a developer who knows nothing about ASP.NET Core MVC. Which is fine, except that you need to start coding your next application using ASP.NET Core 1.1 MVC and Visual Studio 2017.  Don't worry: I have you covered. I've been training hundreds of developers like you during 15 years, and converted my experience into this book. I know from experience teaching what takes more time to learn in ASP.NET Core MVC, and will spend time only