473,386 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

registering a file type with an application in windows

8
Hi everyone.

i have written an app with a file extension and need to register it in windows with an icon. I need help on how to go about this using C#.Net.
Mar 17 '08 #1
3 895
For this u have to make the setup / deployment project of that windows application and there u can assign icon for the application, this will create the setup which can be install at any windows OS machine ..
Mar 17 '08 #2
For this u have to make the setup / deployment project of that windows application and there u can assign icon for the application, this will create the setup which can be install at any windows OS machine ..
There are no secondary ways to do this? For example I have an application that has been in existence for many years and because of customer request I am created to extension that will have independent icons and meanings but I do not want the customer to have to reinstall the entire application again.

Is there a way that this can be removed from the install process and done independently?
Mar 17 '08 #3
Plater
7,872 Expert 4TB
ShahbazAshraf explanation seemed like it only assigned an icon to your executable application? (that can be done at any point from the project's property page).

As for the default file type part, I found this:
http://www.tek-tips.com/faqs.cfm?fid=3946
It's in native Win32 c++, but the jist is the same. You need to add registry keys for your application.
The reason this is normally done at instal time is that you need to know where the .exe is located, so you can reference it.
Mar 17 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Stangonline.com | last post by:
Ok, im familiar with typical troubleshooting of this type on problem, but I do not do any programming myself. Im hoping you guys can help me with an install problem that I am having. I have an...
2
by: mtpollack | last post by:
Hi, I have an application that depends, for successful deployment, on a COM dll that needs to be registered on the user's machine. How do I include te registration of this dll in my setup...
3
by: willockguard-newsgoups | last post by:
A database converted from Access 97 to Access 2003 contained code to load jpeg photos into Microsoft Photo Editor. As Office 2003 Professional does not come with Microsoft Photo Editor, is there...
6
by: Daniel Bass | last post by:
The scenario: ------------- I've created a simple COM object according to a tutorial I found: http://www.csharphelp.com/archives/archive281.html It automatically creates a Type Library...
2
by: glenn | last post by:
I have written a COM Server in C# and its working perfectly. I am not ready to deploy to client computers to begin the real testing and am now wondering how to perform. The part that confuses me...
0
by: vishy | last post by:
I am trying to customize the behavior of CFileDialog in VC++. I am displaying images for a proprietary file type (.xyz) in thumbnails view. I am able to display proper images for .xyz files in...
3
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user...
1
by: =?Utf-8?B?UmljaA==?= | last post by:
I use "Click Once" Deployment from VS2005. Works like a charm. I have to deploy a console app and an MS Access ADP. The console app invokes the ADP. I copy the ADP to the application files to be...
1
by: shivkumar2004 | last post by:
Hi!, I am developing a chat system using vb.net in vs 2005. I am getting the following error while registering the events. error details: System.InvalidOperationException was unhandled...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.