| | |
Capturing contents of launching file
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
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 alignment app array barchart bitmap box broadcast c# c#gridviewcolumn cast check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datatable datetime degrees development draganddrop drawing elevated encryption enum excel file focus form format forms function gdi+ hospitalmanagementsystem httpwebrequest image index input install java label list listbox localization login mandelbrot math messagebox mouseclick mysql operator path photoshop picturebox pixelinversion plotting pointer post programming radians read regex remote remoting richtextbox server sleep socket sql statistics stream string stringformatting sun table text textbox thread time timer update usercontrol validation visualstudio webbrowser whileloop windows winforms wpf xml






