Dlgedit.exe, is it no more...?

S

SpotNet

Hello Newsgroup,

Made my own assembley that enables highly customisable Windows Common
Dialogs, specifically FileOpen, FileSave, ChooseColor and ChooseFont. I'd
done these before using VB 6.0. In order to place these dialogs on custom
templates I need to construct the dialog templates (and compile as
resources) using a utility that came with the C++ compiler called
Dlgedit.exe. I want to create custom templates for my C# (2.0) dialogs but
can't seem to find Dlgedit.exe. Is this facility still available with VS
..NET 2005 or is there some other resource creator I need to use?

Your consideration is much appreciated.

Regards,
SpotNet.
 
C

cody

In .NET there are no more Dialog Templates, everything is done through
classes.
If you need template functionality, create dialogclasses from which you
later can derive from.
 
S

SpotNet

Thanks heaps cody, had a gut feeling the dialog templates were gone, guess I
now have to learn the different way. Thanks again for your response cody.

Regards,
Winux P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top