example of a commondialog

  • Thread starter Thread starter Dominique Vandensteen
  • Start date Start date
D

Dominique Vandensteen

hi,
I want to create a CommonDialog.
How do I start with that? I can't find any examples :-(
Does somebody have a simple example

Dominique
 
It's not realy that what I'm looking for...
What I want to do is create a new type of common dialog...

Public Class MyOwnDialog
Inherits System.Windows.Forms.CommonDialog
....
 
* "Dominique Vandensteen said:
I want to create a CommonDialog.
How do I start with that? I can't find any examples :-(
Does somebody have a simple example

Create a new or use an existing one?
 
create a new



Public Class MyOwnDialog
Inherits System.Windows.Forms.CommonDialog
....

but no idea what to write instead of the ... :-)
 
Back
Top