Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: improtant Pin
Brian Van Beek15-Dec-05 9:56
Brian Van Beek15-Dec-05 9:56 
AnswerRe: improtant Pin
marmosha16-Dec-05 22:54
marmosha16-Dec-05 22:54 
QuestionCreate File Format Pin
kenexcelon15-Dec-05 7:52
kenexcelon15-Dec-05 7:52 
AnswerRe: Create File Format Pin
enjoycrack15-Dec-05 8:14
enjoycrack15-Dec-05 8:14 
GeneralRe: Create File Format Pin
kenexcelon15-Dec-05 8:17
kenexcelon15-Dec-05 8:17 
GeneralRe: Create File Format Pin
enjoycrack15-Dec-05 8:35
enjoycrack15-Dec-05 8:35 
GeneralRe: Create File Format Pin
kenexcelon15-Dec-05 10:34
kenexcelon15-Dec-05 10:34 
AnswerRe: Create File Format Pin
Andrew Bleakley15-Dec-05 12:35
Andrew Bleakley15-Dec-05 12:35 
The easiest way to do both is:

to make the file extension add a deployment project (to create a installer) go to the file type editor and add the details about extensions, commands and what not. when you run the setup the file association will be made for you, complete with icons etc etc

As for a file format, have you considered using a Dataset to store your recipe internally. You can validate the "file format" with schema's and you can read and write datasets to disk with the XML functions. You can easily share them with other apps etc, and they provide a nice logical way to manage a recipe.
GeneralRe: Create File Format Pin
kenexcelon15-Dec-05 12:41
kenexcelon15-Dec-05 12:41 
GeneralRe: Create File Format Pin
Andrew Bleakley15-Dec-05 12:55
Andrew Bleakley15-Dec-05 12:55 
GeneralRe: Create File Format Pin
kenexcelon15-Dec-05 14:46
kenexcelon15-Dec-05 14:46 
GeneralRe: Create File Format Pin
kenexcelon15-Dec-05 12:45
kenexcelon15-Dec-05 12:45 
QuestionASPX using C# : Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. Pin
jmfekete15-Dec-05 7:42
jmfekete15-Dec-05 7:42 
AnswerRe: ASPX using C# : Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. Pin
enjoycrack15-Dec-05 7:56
enjoycrack15-Dec-05 7:56 
GeneralRe: ASPX using C# : Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. Pin
jmfekete15-Dec-05 8:06
jmfekete15-Dec-05 8:06 
GeneralRe: ASPX using C# : Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. Pin
enjoycrack15-Dec-05 8:09
enjoycrack15-Dec-05 8:09 
GeneralRe: ASPX using C# : Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. Pin
jmfekete15-Dec-05 8:25
jmfekete15-Dec-05 8:25 
QuestionComposite Pattern and Generics Pin
RogerRabbit7815-Dec-05 7:20
RogerRabbit7815-Dec-05 7:20 
QuestionASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
jmfekete15-Dec-05 6:57
jmfekete15-Dec-05 6:57 
AnswerRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
enjoycrack15-Dec-05 7:00
enjoycrack15-Dec-05 7:00 
GeneralRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
jmfekete15-Dec-05 7:25
jmfekete15-Dec-05 7:25 
GeneralRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
jmfekete15-Dec-05 7:30
jmfekete15-Dec-05 7:30 
GeneralRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
enjoycrack15-Dec-05 7:52
enjoycrack15-Dec-05 7:52 
AnswerRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
chinky singh15-Dec-05 7:22
chinky singh15-Dec-05 7:22 
GeneralRe: ASPX using C# : System.InvalidCastException: Specified cast is not valid Pin
jmfekete15-Dec-05 7:29
jmfekete15-Dec-05 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.