-
Deployment Dialog boxes
Hi all!
Does anybody work with Deployment Dialog boxes in Visual Studio .NET?
I know that Visual Studio .NET provides a number of predefined user interface dialog boxes that can be displayed during installation to present or gather information.
But I need to make pretty same my own Dialog. Where can I find template or something else for this purpose? Or should I make all this work by hand?
Thx in advance!
-
what kind of dialog boxes you are talking about. you can derive messagebox.
if its a customized dialog box then u have to do it anyway.
Paresh