Predefined Dialog templates in VB.NET? -


in vb.net there library of template dialogs can use? it's easy create custom dialog , inherit that, seems there templates sort of thing.

i need simple save/cancel, yes/no, etc.

edit: messagebox not quite enough, because want add drop-down menus, listboxes, grids, etc. if had dialog form ask pre-defined buttons, each of returned modal result , closed form, add controls , buttons there.

why not create own template? i've done several types of forms, not dialogs. great way give jump-start.

create basic dialog, keeping generic possible, save template.

here article you:

http://www.builderau.com.au/program/dotnet/soa/save-time-with-visual-studio-2005-project-templates/0,339028399,339285540,00.htm

and:

http://msdn.microsoft.com/en-us/magazine/cc188697.aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -