Click here to Skip to main content
15,886,137 members
Home / Discussions / C#
   

C#

 
GeneralRe: DirectX, issues... Pin
Oyvind Bratland19-May-03 0:23
Oyvind Bratland19-May-03 0:23 
GeneralRe: DirectX, issues... Pin
Jonas Follesø19-May-03 0:48
Jonas Follesø19-May-03 0:48 
GeneralRe: DirectX, issues... Pin
Oyvind Bratland19-May-03 0:55
Oyvind Bratland19-May-03 0:55 
Generalfile transfer between ip addresses Pin
cmsamfe18-May-03 23:12
cmsamfe18-May-03 23:12 
GeneralRe: file transfer between ip addresses Pin
MrEyes19-May-03 5:00
MrEyes19-May-03 5:00 
GeneralToolbar gripper Pin
neo_the_118-May-03 22:57
neo_the_118-May-03 22:57 
GeneralRe: Toolbar gripper Pin
Vasudevan Deepak Kumar19-May-03 0:06
Vasudevan Deepak Kumar19-May-03 0:06 
GeneralURLDownloadToFile fails (???) on 1 site Pin
GriffonRL18-May-03 22:42
GriffonRL18-May-03 22:42 
Hello,

I'm trying to use URLDownloadToFile and a have a strange behaviour (and WebClient doesn't fit my needs):

URLDownloadToFile(IntPtr.Zero,"http://www.kimo.com.tw",@"c:\test1.htm",0,IntPtr.Zero);
<-- create the file

URLDownloadToFile(IntPtr.Zero,"http://www.yahoo.com",@"c:\test2.htm",0,IntPtr.Zero);
<-- create the file

URLDownloadToFile(IntPtr.Zero,"http://www.boursorama.com",@"c:\test3.htm",0,IntPtr.Zero); <-- doesn't create the file (but no apparent failure returned from the function)

Any idea ? Try by yourself.


R. LOPES
Just programmer.
GeneralMonitoring &quot;notepad.exe&quot; process Pin
eggie518-May-03 9:44
eggie518-May-03 9:44 
GeneralRe: Monitoring &quot;notepad.exe&quot; process Pin
Mike_V18-May-03 12:09
Mike_V18-May-03 12:09 
GeneralRe: Monitoring &quot;notepad.exe&quot; process Pin
eggie518-May-03 12:50
eggie518-May-03 12:50 
GeneralRe: Monitoring &quot;notepad.exe&quot; process Pin
Emilio Guijarro19-May-03 6:58
Emilio Guijarro19-May-03 6:58 
QuestionHow to programmatically cause a button click? Pin
jmelgar18-May-03 8:28
jmelgar18-May-03 8:28 
AnswerRe: How to programmatically cause a button click? Pin
Mike_V18-May-03 11:19
Mike_V18-May-03 11:19 
AnswerRe: How to programmatically cause a button click? Pin
Vasudevan Deepak Kumar19-May-03 0:05
Vasudevan Deepak Kumar19-May-03 0:05 
GeneralGetProcAddress and P/Invoke Pin
Mike_V18-May-03 4:49
Mike_V18-May-03 4:49 
GeneralRe: GetProcAddress and P/Invoke Pin
leppie18-May-03 6:31
leppie18-May-03 6:31 
GeneralRe: GetProcAddress and P/Invoke Pin
Mike_V18-May-03 9:18
Mike_V18-May-03 9:18 
GeneralRe: GetProcAddress and P/Invoke Pin
leppie18-May-03 10:19
leppie18-May-03 10:19 
GeneralRe: GetProcAddress and P/Invoke Pin
Mike_V18-May-03 11:17
Mike_V18-May-03 11:17 
GeneralRe: GetProcAddress and P/Invoke Pin
leppie18-May-03 11:31
leppie18-May-03 11:31 
GeneralRe: GetProcAddress and P/Invoke Pin
Bo Hunter19-May-03 10:24
Bo Hunter19-May-03 10:24 
GeneralRe: GetProcAddress and P/Invoke Pin
Mike_V21-May-03 3:01
Mike_V21-May-03 3:01 
GeneralWho can tell me how to use &quot;event &amp; delegate&quot; Pin
llk9881116unicorn18-May-03 3:23
llk9881116unicorn18-May-03 3:23 
GeneralRe: Who can tell me how to use &quot;event &amp; delegate&quot; Pin
leppie18-May-03 6:38
leppie18-May-03 6:38 

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.