CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2000
    Location
    USA
    Posts
    179

    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!

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured