Steve Welborn <[EMAIL PROTECTED]> wrote:
> Hello everyone. I am in the process of writing an Extension to the Windows
> Shell
>
> My environment will be C# and Windows 2003 and up.
You shouldn't write in-process extensions to the shell in managed code,
because it causes the shell to load a spec
Hello everyone. I am in the process of writing an Extension to the Windows
Shell and although I have majority of it complete I am having problems being
able to view the contents of an .iso file. With my extension I will be working
with iso files and a few other formats.
Can someone set me in th
On Wed, 21 Nov 2007 10:27:48 -0500, Peter Ritchie
<[EMAIL PROTECTED]> wrote:
>Yes, the built-in multilingual support in WinForms is dependant on culture
>names (like "en-US"). If you wanted to use the built-in functionality
>you'd have to create and install your own locales.
sounds unpleasant.
Hi all,
I am providing functionality on an ASP.NET page to download word documents. I
can get this functionality working with the following C# code:
private void CheckOut()
{
_planController.CheckOut(plan, UserHelper.CurrentUser);
string documentPath = PlanController.GetFullDocumentPath(p