| | |
Capturing contents of launching file
Please support our C# advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Dec 2008
Posts: 1
Reputation:
Solved Threads: 0
I've configured my Windows system to launch my application when someone opens a file with a specific extension (example: launchMyApp.xyz). Much like double-clicking on document.txt will open Notepad.
launchMyApp.xyz contains a series of strings that I want to use in my application. What I can't figure out how to do is capture the contents of launchMyApp.xyz.
How can I determine the contents of the file used to launch my application?
launchMyApp.xyz contains a series of strings that I want to use in my application. What I can't figure out how to do is capture the contents of launchMyApp.xyz.
How can I determine the contents of the file used to launch my application?
Last edited by chortlehoort; Dec 1st, 2008 at 2:39 pm.
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
Personally I hate the idea of using the load event.
Anything that runs in the load event which causes a block can leave the poor soul wondering if they ever launched it.
What is a good idea is a timer, pass the timer the work and have the form load - all work of any potential delay should go in timers anyway, its a good practice to get into, so wether its retieve some file from the internet, or open a crappy text file of 1k on your HD...
What if that file suddenly was 20gb? Would you have your user on their 33.6k modem wait the week before your app launched?
Anything that runs in the load event which causes a block can leave the poor soul wondering if they ever launched it.
What is a good idea is a timer, pass the timer the work and have the form load - all work of any potential delay should go in timers anyway, its a good practice to get into, so wether its retieve some file from the internet, or open a crappy text file of 1k on your HD...
What if that file suddenly was 20gb? Would you have your user on their 33.6k modem wait the week before your app launched?
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
![]() |
Other Threads in the C# Forum
- Previous Thread: Open IE with a specific link
- Next Thread: C# DLL
| Thread Tools | Search this Thread |
.net access algorithm animation array asp avltree bitmap box c# check checkbox client column combobox control conversion csharp database datagrid datagridview datagridviewcheckbox dataset datetime degrees directrobot display draganddrop drawing encryption enum equation excel file form format formatting formbox forms formupdate function gdi+ hash image input install java leak linux list math mouseclick mp3 mysql namevaluepairs native networking operator packaging path photoshop picturebox pixelinversion post powerpacks print process programming radians regex remoting reporting richtextbox robot safari server sleep snooze socket sql statistics string table tables tcp text textbox thread time timer update usercontrol usercontrols validation visualstudio webbrowser wfa winforms wpf xml






