Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Access Database Pin
mmjf969629-Jan-10 2:22
mmjf969629-Jan-10 2:22 
GeneralRe: Access Database Pin
Roger Wright29-Jan-10 2:30
professionalRoger Wright29-Jan-10 2:30 
GeneralRe: Access Database Pin
mmjf969629-Jan-10 8:21
mmjf969629-Jan-10 8:21 
QuestionHow to read binary file with dvi extension. Pin
T-Joe27-Jan-10 12:48
T-Joe27-Jan-10 12:48 
AnswerRe: How to read binary file with dvi extension. Pin
harold aptroot27-Jan-10 12:59
harold aptroot27-Jan-10 12:59 
AnswerRe: How to read binary file with dvi extension. Pin
DaveyM6927-Jan-10 13:00
professionalDaveyM6927-Jan-10 13:00 
Questionapplication start from file open request? Pin
Mark H Bishop27-Jan-10 11:29
Mark H Bishop27-Jan-10 11:29 
AnswerRe: application start from file open request? Pin
Luc Pattyn27-Jan-10 12:20
sitebuilderLuc Pattyn27-Jan-10 12:20 
when you double-click a file in Windows Explorer, it will launch the application associated with the file extension, and pass the full path as the first command line parameter (or several if several files were selected). So let your app look for command line arguments, and if there are any, open them.

Either use the optional parameters of the Main() method, or use the Environment class to get the command line.

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


AnswerRe: application start from file open request? Pin
Dan Mos27-Jan-10 12:22
Dan Mos27-Jan-10 12:22 
GeneralRe: application start from file open request? Pin
Mark H Bishop28-Jan-10 9:48
Mark H Bishop28-Jan-10 9:48 
QuestionForm Not Closing Pin
Wamuti27-Jan-10 11:10
Wamuti27-Jan-10 11:10 
AnswerRe: Form Not Closing Pin
DaveyM6927-Jan-10 11:13
professionalDaveyM6927-Jan-10 11:13 
AnswerRe: Form Not Closing Pin
Jimmanuel27-Jan-10 11:22
Jimmanuel27-Jan-10 11:22 
GeneralRe: Form Not Closing Pin
Wamuti27-Jan-10 11:29
Wamuti27-Jan-10 11:29 
GeneralRe: Form Not Closing Pin
Jimmanuel27-Jan-10 11:35
Jimmanuel27-Jan-10 11:35 
GeneralRe: Form Not Closing Pin
Wamuti27-Jan-10 11:39
Wamuti27-Jan-10 11:39 
QuestionSppech to text & Text to speech Pin
SajjadZare27-Jan-10 9:08
SajjadZare27-Jan-10 9:08 
AnswerRe: Sppech to text & Text to speech Pin
Jimmanuel27-Jan-10 9:42
Jimmanuel27-Jan-10 9:42 
Questionhelp Pin
hu_kh0027-Jan-10 8:20
hu_kh0027-Jan-10 8:20 
AnswerRe: help Pin
hammerstein0527-Jan-10 8:39
hammerstein0527-Jan-10 8:39 
GeneralRe: help Pin
hammerstein0527-Jan-10 9:39
hammerstein0527-Jan-10 9:39 
GeneralRe: help Pin
DaveyM6927-Jan-10 12:11
professionalDaveyM6927-Jan-10 12:11 
AnswerRe: help Pin
Eddy Vluggen27-Jan-10 8:48
professionalEddy Vluggen27-Jan-10 8:48 
AnswerRe: help Pin
DaveyM6927-Jan-10 9:18
professionalDaveyM6927-Jan-10 9:18 
GeneralRe: help Pin
Luc Pattyn27-Jan-10 9:35
sitebuilderLuc Pattyn27-Jan-10 9:35 

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.