Click here to Skip to main content
15,909,193 members
Home / Discussions / C#
   

C#

 
GeneralRe: Point out the error Pin
WizardOfPeyton15-Jan-03 5:14
WizardOfPeyton15-Jan-03 5:14 
Generaladding extensions to the standard window's context menu Pin
jtmtv1818-Dec-02 18:36
jtmtv1818-Dec-02 18:36 
GeneralRe: adding extensions to the standard window's context menu Pin
Kannan Kalyanaraman18-Dec-02 21:30
Kannan Kalyanaraman18-Dec-02 21:30 
QuestionAnything I should watch out for doing this? Pin
LongRange.Shooter18-Dec-02 11:05
LongRange.Shooter18-Dec-02 11:05 
GeneralWeb Service Question Pin
Larry Rutledge18-Dec-02 6:54
Larry Rutledge18-Dec-02 6:54 
GeneralRe: Web Service Question Pin
Adrian Hall18-Dec-02 7:09
Adrian Hall18-Dec-02 7:09 
GeneralRe: Web Service Question Pin
Daniel Turini18-Dec-02 8:52
Daniel Turini18-Dec-02 8:52 
GeneralRe: Web Service Question Pin
Wilco B.18-Dec-02 10:43
Wilco B.18-Dec-02 10:43 
You could give a string as parameter to the path of the file when calling a webservice method (eg. DownloadFile("C:\\blah.exe") ).. That method just reads the file you specified into a byte[] and returns that. Then it would be the best to write a client which you run, and which allows you to specify the path and write the byte[] to a file so you actually saved the file.
Ofcourse, if you do it exactly like this, you can download like everything, but I think thats another question Wink | ;) .
GeneraltextBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 6:22
Jassim Rahma18-Dec-02 6:22 
GeneralRe: textBox -to- Binary Registry Pin
Adrian Hall18-Dec-02 7:07
Adrian Hall18-Dec-02 7:07 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 7:22
Jassim Rahma18-Dec-02 7:22 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J18-Dec-02 17:05
Jeff J18-Dec-02 17:05 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma21-Dec-02 10:20
Jassim Rahma21-Dec-02 10:20 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J21-Dec-02 17:52
Jeff J21-Dec-02 17:52 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma22-Dec-02 20:01
Jassim Rahma22-Dec-02 20:01 
GeneralMinimized window on Stausbar Pin
Jassim Rahma18-Dec-02 6:18
Jassim Rahma18-Dec-02 6:18 
QuestionWhy is my C# so big? Pin
Adrian Hall18-Dec-02 5:58
Adrian Hall18-Dec-02 5:58 
AnswerRe: My C# is bigger than yours Pin
Daniel Turini18-Dec-02 6:54
Daniel Turini18-Dec-02 6:54 
AnswerRe: Why is my C# so big? Pin
Omega50118-Dec-02 10:38
Omega50118-Dec-02 10:38 
GeneralRe: Why is my C# so big? Pin
Stephane Rodriguez.18-Dec-02 21:47
Stephane Rodriguez.18-Dec-02 21:47 
GeneralRe: Why is my C# so big? Pin
Omega50119-Dec-02 9:33
Omega50119-Dec-02 9:33 
GeneralRe: Why is my C# so big? Pin
Stephane Rodriguez.19-Dec-02 18:47
Stephane Rodriguez.19-Dec-02 18:47 
GeneralRe: Why is my C# so big? Pin
Omega50119-Dec-02 21:14
Omega50119-Dec-02 21:14 
AnswerRe: Why is my C# so big? Pin
Burt Harris18-Dec-02 22:43
Burt Harris18-Dec-02 22:43 
GeneralRe: Why is my C# so big? Pin
Kannan Kalyanaraman19-Dec-02 2:20
Kannan Kalyanaraman19-Dec-02 2:20 

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.