Click here to Skip to main content
15,920,031 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help In TWain Pin
Nick Parker25-Oct-04 11:37
protectorNick Parker25-Oct-04 11:37 
Generalprint job copies Pin
jartometienen25-Oct-04 1:11
jartometienen25-Oct-04 1:11 
GeneralRe: print job copies Pin
Duncan Edwards Jones25-Oct-04 1:39
professionalDuncan Edwards Jones25-Oct-04 1:39 
GeneralRe: print job copies Pin
jartometienen25-Oct-04 3:17
jartometienen25-Oct-04 3:17 
GeneralRe: print job copies Pin
Duncan Edwards Jones25-Oct-04 4:33
professionalDuncan Edwards Jones25-Oct-04 4:33 
GeneralRe: print job copies Pin
jartometienen25-Oct-04 22:25
jartometienen25-Oct-04 22:25 
Generaldownload File into local machine Pin
juanito197525-Oct-04 0:36
juanito197525-Oct-04 0:36 
GeneralRe: download File into local machine Pin
Alex Korchemniy25-Oct-04 7:29
Alex Korchemniy25-Oct-04 7:29 
If the file is shared you can create a FileInfo object using "\\server\path" and then call CopyTo().

If that doesn't work then have a function return the bytes for the file. Use the FileStream to write to disk. Depending on the size of the file you might want to split the file up.

This posting is provided "AS IS" with no warranties, and confers no rights.

Alex Korchemniy
QuestionWhy I cann't get the message device type:DBT_DEVTYP_DEVICEINTERFACE? Pin
momer25-Oct-04 0:16
momer25-Oct-04 0:16 
AnswerRe: Why I cann't get the message device type:DBT_DEVTYP_DEVICEINTERFACE? Pin
WilsonProgramming25-Oct-04 5:56
WilsonProgramming25-Oct-04 5:56 
GeneralRe: Why I cann't get the message device type:DBT_DEVTYP_DEVICEINTERFACE? Pin
momer25-Oct-04 14:51
momer25-Oct-04 14:51 
Questionhow to save a GDI+ Pin
xiaowenjie24-Oct-04 19:51
xiaowenjie24-Oct-04 19:51 
AnswerRe: how to save a GDI+ Pin
J4amieC24-Oct-04 21:48
J4amieC24-Oct-04 21:48 
GeneralRe: how to save a GDI+ Pin
xiaowenjie25-Oct-04 10:34
xiaowenjie25-Oct-04 10:34 
AnswerRe: how to save a GDI+ Pin
Anonymous24-Oct-04 22:07
Anonymous24-Oct-04 22:07 
QuestionObfuscators: Xenocode, opinion? Pin
Carl Mercier24-Oct-04 18:06
Carl Mercier24-Oct-04 18:06 
QuestionHow to define INVALID_HANDLE_VALUE in C#? Pin
momer24-Oct-04 17:21
momer24-Oct-04 17:21 
AnswerRe: How to define INVALID_HANDLE_VALUE in C#? Pin
Nick Parker24-Oct-04 17:47
protectorNick Parker24-Oct-04 17:47 
GeneralRe: How to define INVALID_HANDLE_VALUE in C#? Pin
momer25-Oct-04 1:08
momer25-Oct-04 1:08 
Generalrelation between mouse event and showintaskbar Pin
yu-yu24-Oct-04 16:11
yu-yu24-Oct-04 16:11 
GeneralRe: relation between mouse event and showintaskbar Pin
Dave Kreskowiak25-Oct-04 9:20
mveDave Kreskowiak25-Oct-04 9:20 
GeneralRe: relation between mouse event and showintaskbar Pin
yu-yu25-Oct-04 14:20
yu-yu25-Oct-04 14:20 
GeneralRe: relation between mouse event and showintaskbar Pin
yu-yu25-Oct-04 14:36
yu-yu25-Oct-04 14:36 
GeneralRe: relation between mouse event and showintaskbar Pin
Dave Kreskowiak25-Oct-04 14:59
mveDave Kreskowiak25-Oct-04 14:59 
GeneralRe: relation between mouse event and showintaskbar Pin
yu-yu25-Oct-04 15:14
yu-yu25-Oct-04 15:14 

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.