Winston Posted July 12, 2003 Posted July 12, 2003 Hey guys i would like to know and get a example of how to associate a file with ur program and link that file to a icon and also wen that file is double clicked it will open the program and do let the program take over Quote
aewarnick Posted July 17, 2003 Posted July 17, 2003 look up file association on the net. I downloaded a source file from somewhere with classes that do it. It is just registry edits. Quote C#
a_jam_sandwich Posted July 17, 2003 Posted July 17, 2003 When you create you deployment you can do all the above from (File Types) when creating your setup file. Andy Quote Code today gone tomorrow!
*Experts* mutant Posted July 17, 2003 *Experts* Posted July 17, 2003 Also remeber that you will have to accept the file name that your program will open as a command line argument. Use this property for retrieving the arguments: System.Environment.CommandLine Quote
Simon Posted July 17, 2003 Posted July 17, 2003 Deployment in .NET is really powerful. It takes a while to find all the tools (the help library is rather complicated :( ). Dev studio also has an icon editor :) that's cool, i never thought they'd think about that. _______________ SiMoN. Quote SiMoN.
Winston Posted July 24, 2003 Author Posted July 24, 2003 ive looked quite a few places http://www.vb2themax.com/Item.asp?PageID=CodeBank&Cat=1401&ID=659 thats the closest i got but i need to add an icon too could sum 1 help me with modifying that function so that i can allocate the icon as well thanks btw i did it in setup and deploy already but i want to re assure every startup to re-associate Quote
Simon Posted July 25, 2003 Posted July 25, 2003 Any good ideas on how to keep track of reckord number with sequential acces? The advantages of sequential is that it provides carriage return-linefeed which random acces does not. Is there a simple way of keeping track of reckord with seqential or is there a way of using carriage return-linefeed with random? Quote SiMoN.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.