Click here to Skip to main content
15,919,613 members
Home / Discussions / C#
   

C#

 
QuestionHow can I load an image in C# Pin
apoll20-Nov-07 6:29
apoll20-Nov-07 6:29 
AnswerRe: How can I load an image in C# Pin
Judah Gabriel Himango20-Nov-07 6:41
sponsorJudah Gabriel Himango20-Nov-07 6:41 
GeneralRe: How can I load an image in C# Pin
apoll20-Nov-07 6:50
apoll20-Nov-07 6:50 
GeneralRe: How can I load an image in C# Pin
Skippums20-Nov-07 6:58
Skippums20-Nov-07 6:58 
GeneralRe: How can I load an image in C# Pin
apoll20-Nov-07 7:07
apoll20-Nov-07 7:07 
GeneralRe: How can I load an image in C# Pin
MCEdwards20-Nov-07 7:23
MCEdwards20-Nov-07 7:23 
GeneralRe: How can I load an image in C# Pin
apoll20-Nov-07 7:53
apoll20-Nov-07 7:53 
GeneralRe: How can I load an image in C# Pin
Skippums20-Nov-07 7:58
Skippums20-Nov-07 7:58 
Be careful with that, because it REQUIRES at least one argument, and ignores all others. If you want to be able to run from the command line OR open the application through explorer, you need to either...

1. Send the entire argument array into the constructor, or
2. Put an if, else in your static main method to determine whether to call the initializer with parameters or without

If you only want this to run when you double click a file (or specify a file at the command line) then ignore this post.

Jeff
GeneralRe: How can I load an image in C# Pin
apoll20-Nov-07 8:25
apoll20-Nov-07 8:25 
GeneralRe: How can I load an image in C# Pin
Skippums20-Nov-07 9:02
Skippums20-Nov-07 9:02 
GeneralRe: How can I load an image in C# Pin
apoll20-Nov-07 9:26
apoll20-Nov-07 9:26 
QuestionHow can I read the file's content on server? Pin
pcphuc20-Nov-07 5:57
pcphuc20-Nov-07 5:57 
AnswerRe: How can I read the file's content on server? Pin
Judah Gabriel Himango20-Nov-07 8:07
sponsorJudah Gabriel Himango20-Nov-07 8:07 
GeneralRe: How can I read the file's content on server? Pin
pcphuc20-Nov-07 14:14
pcphuc20-Nov-07 14:14 
GeneralRe: How can I read the file's content on server? Pin
pcphuc20-Nov-07 14:43
pcphuc20-Nov-07 14:43 
GeneralRe: How can I read the file's content on server? Pin
pcphuc20-Nov-07 17:10
pcphuc20-Nov-07 17:10 
GeneralRe: How can I read the file's content on server? Pin
Judah Gabriel Himango21-Nov-07 5:16
sponsorJudah Gabriel Himango21-Nov-07 5:16 
QuestionPreventing Control Painting Pin
DahrkDaiz20-Nov-07 5:34
DahrkDaiz20-Nov-07 5:34 
AnswerRe: Preventing Control Painting Pin
Skippums20-Nov-07 6:02
Skippums20-Nov-07 6:02 
QuestionFree unmanaged memory issue Pin
sampdoria20-Nov-07 5:33
sampdoria20-Nov-07 5:33 
Questioninteresting topic plz help Pin
sivaramireddy p20-Nov-07 4:57
sivaramireddy p20-Nov-07 4:57 
AnswerYou must be kidding! Pin
leckey20-Nov-07 5:08
leckey20-Nov-07 5:08 
AnswerRe: interesting topic plz help Pin
duncanmhor20-Nov-07 5:38
duncanmhor20-Nov-07 5:38 
AnswerRe: interesting topic plz help Pin
MasterSharp20-Nov-07 10:42
MasterSharp20-Nov-07 10:42 
GeneralRe: interesting topic plz help Pin
Pete O'Hanlon20-Nov-07 11:07
mvePete O'Hanlon20-Nov-07 11:07 

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.