Tom
Wed Jun 04 12:39:50 CDT 2008
"I have provided no documentation, but I guess it's pretty self explaining."
For over thirty years, the programmers who have worked for me have tried to
tell me that. But, you know, it's never true. Never has been, never will be.
Nevertheless, thanks for posting.
Tom Dacon
Dacon Software Consulting
"Ramon de Klein" <ramon.de.klein@gmail.com> wrote in message
news:9820730a-44c5-4049-93b1-bf008bb559f9@e53g2000hsa.googlegroups.com...
>I needed to use a Find/Replace dialog box in .NET and I wanted to use
> the common dialog that is available in the Win32 API. It needed a lot
> of marshalling and fiddling with window message. I have created a
> class that hides all these things and posted it on my blog. Go to
>
http://blog.ramondeklein.nl/?p=21 to download the C# source-code (in).
> I saw some requests on the net, so I thought I should post it...