Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 22nd, 2003, 09:45 AM
Authorized User
 
Join Date: Jul 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default File Extensions

Hi,
when creating my own file extensions while deploying a project, do i have to register the extension with anyone? Like, is there a master list of all the file extensions used?

Thanks,
Nick
 
Old August 23rd, 2003, 01:11 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 453
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Ankur_Verma Send a message via MSN to Ankur_Verma
Default

The extentsion and its description (if you have
provided any) and the action on it like open, print
get listed at appropiate places in the registry.
This you can check by running the setup and
making a doc with the extension you mentioned in
the setup project, and see if the explorer
provides its appropriate description.

You can also confirm this by opening registry
(regedit)- among many other extenstions listed
under HKEY_CLASSES_ROOT you can find the extension you defined in your setup project.
Also lets say if the document name you difined
for this extension is ABC, you will find an
entry ABC under the same key with all the
operations like print open listed under shell
subkey.



Ankur Verma
.Net and C++ Specialist
Wiley Tech Support
 
Old August 25th, 2003, 12:09 PM
Authorized User
 
Join Date: Jul 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hey thanks a lot!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum Extensions plb BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 130 November 24th, 2009 07:10 PM
Some Extensions plb BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 July 29th, 2008 11:57 AM
PHP Extensions Dnigma Pro PHP 0 June 22nd, 2006 12:41 AM
Access 97 VBA: Change file extensions yackyack75 Access VBA 2 December 1st, 2005 02:23 PM
Changing File Extensions thebert Classic ASP Professional 1 September 4th, 2003 09:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.