Click here to Skip to main content
15,887,974 members
Home / Discussions / C#
   

C#

 
QuestionSending large Data over WCF Pin
PavanPT9-Dec-07 15:48
PavanPT9-Dec-07 15:48 
GeneralRe: Sending large Data over WCF Pin
Bob Nadler9-Dec-07 16:36
Bob Nadler9-Dec-07 16:36 
GeneralRe: Sending large Data over WCF Pin
PavanPT9-Dec-07 17:01
PavanPT9-Dec-07 17:01 
QuestionHow to set Expiry Date to .ppt/.pptx files [modified] Pin
sachinkalse9-Dec-07 14:34
sachinkalse9-Dec-07 14:34 
GeneralRe: How to set Expiry Date to .ppt/.pptx files Pin
Paul Conrad15-Dec-07 9:06
professionalPaul Conrad15-Dec-07 9:06 
QuestionWhere does the webbrowser keep images? Pin
aj.esler9-Dec-07 12:53
aj.esler9-Dec-07 12:53 
GeneralRe: Where does the webbrowser keep images? Pin
Christian Graus9-Dec-07 13:19
protectorChristian Graus9-Dec-07 13:19 
GeneralRe: Where does the webbrowser keep images? Pin
aj.esler9-Dec-07 13:47
aj.esler9-Dec-07 13:47 
I am currently doing that, by extracting the url from the src of the image combined with the page url, but as i am on dialup and they are large images, it seems pointless to download it twice.

In the cache (C:\Documents and Settings\[User]\Temporary Internet Files), there are columns with the headings Name, Internet Address, Type, and Last Accessed.
Is there anyway i can go through the list of files, and search for one with the correct Internet Address property, then import this into my project to display?

eg:
<br />
Dir directory = "C:\Documents and Settings\[User]\Temporary Internet Files";<br />
foreach(File f in directory)<br />
{<br />
    if(f.Internet Address == imgAddr)<br />
    {<br />
         LoadIntoApp(f);<br />
    }<br />
}<br />

GeneralRe: Where does the webbrowser keep images? Pin
Christian Graus9-Dec-07 13:49
protectorChristian Graus9-Dec-07 13:49 
AnswerRe: Where does the webbrowser keep images? Pin
aj.esler10-Dec-07 0:30
aj.esler10-Dec-07 0:30 
QuestionDatabase learning basics Pin
kingletas9-Dec-07 12:15
kingletas9-Dec-07 12:15 
GeneralRe: Database learning basics Pin
Christian Graus9-Dec-07 13:14
protectorChristian Graus9-Dec-07 13:14 
GeneralLocating objects that throw the NullReferenceException in Deployed Applications [modified] Pin
Brett Blatchley9-Dec-07 11:36
Brett Blatchley9-Dec-07 11:36 
GeneralRe: Locating objects that throw the NullReferenceException in Deployed Applications Pin
Christian Graus9-Dec-07 13:25
protectorChristian Graus9-Dec-07 13:25 
GeneralRe: Locating objects that throw the NullReferenceException in Deployed Applications Pin
Brett Blatchley9-Dec-07 17:58
Brett Blatchley9-Dec-07 17:58 
GeneralRe: Locating objects that throw the NullReferenceException in Deployed Applications Pin
mav.northwind10-Dec-07 2:22
mav.northwind10-Dec-07 2:22 
QuestionReusing a method that takes class as argument Pin
karthikde19809-Dec-07 11:27
karthikde19809-Dec-07 11:27 
GeneralRe: Reusing a method that takes class as argument Pin
Christian Graus9-Dec-07 13:16
protectorChristian Graus9-Dec-07 13:16 
GeneralRe: Reusing a method that takes class as argument Pin
Anthony Mushrow9-Dec-07 15:46
professionalAnthony Mushrow9-Dec-07 15:46 
GeneralRe: Reusing a method that takes class as argument Pin
Christian Graus9-Dec-07 16:23
protectorChristian Graus9-Dec-07 16:23 
Generalsize of a structure Pin
daavena9-Dec-07 8:22
daavena9-Dec-07 8:22 
GeneralRe: size of a structure Pin
Paul Conrad9-Dec-07 12:41
professionalPaul Conrad9-Dec-07 12:41 
GeneralRe: size of a structure Pin
Colin Angus Mackay9-Dec-07 14:36
Colin Angus Mackay9-Dec-07 14:36 
QuestionWPF hardware acceleration Pin
Bartosz Bien9-Dec-07 7:26
Bartosz Bien9-Dec-07 7:26 
GeneralRe: WPF hardware acceleration Pin
Christian Graus9-Dec-07 9:32
protectorChristian Graus9-Dec-07 9:32 

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.