Recent content by Elmo187

  1. E

    .NET HttpWebRequest/Response

    Yep, thanks for the heads up, I've made sure that they aren't. :)
  2. E

    .NET HttpWebRequest/Response

    Its not really possible because of the nature of the data. But I did find a different solution, it turns they have an FTP site, and it appears that the timestamp weirdness has something to do with the mirroring between the FTP and the HTTP servers.
  3. E

    .NET HttpWebRequest/Response

    Its not my server, I'm just grabbing files from it, but they are running apache 2.0.52
  4. E

    .NET HttpWebRequest/Response

    Thats possible, but then why if I browse to the directory myself, would I see the correct timestamp? Thats whats throwing me off.
  5. E

    .NET HttpWebRequest/Response

    I am using HttpWebRequest and HttpWebResponse in VB.NET to check the timestamp of a specific file which i know is updated periodically(every 4-10 minutes or so). The thing is, it seems like this is caching results because there is a lag between when the file is updated and when my program sees...
  6. E

    VB.NET Dataset Column Properties

    I'm working in VB.NET, I have a DataTable which contains columns of the Decimal type. I can't, for the life of me, figure out how to find the Precision and Scale properties of these fields. If anyone can help out that would be fantastic.
  7. E

    C Programming Guru's please help (Simple C Programming)

    It looks like you are accessing a 2-Dimensional array like it is a 1-Dimensional array.
  8. E

    Internet Explorer Won't Fully Load Pages

    I've got a computer here that has a problem with IE6, it won't fully load pages. When i go to pages, some will fully load, others will load partially, but not display the full page. For example when I go to Shacknews, I see only the Shacknews logo and header bar. I've done full spyware and virus...
  9. E

    C++ Iterators

    Ah, that did indeed fix the problem that I was having. It was simply me confusing myself trying to figure out how to properly use iterators, and as a result screwing up the syntax.
  10. E

    C++ Iterators

    Ok, heres what I'm having a problem with, I'll post a portion of the code that is causing the problem, then see if i can explain what im trying to do. struct Course { string name; string grade; }; struct Student { string firstName; string...
  11. E

    IE7.. it is causing this?? Outlook

    To uninstall, when you are in the add/remove window, select "Show Updates". IE7 will be in the big list of installed patches and whatnot.
  12. E

    How do i take screenshots of video in media players?

    Turn off hardware acceleration in the player you are using, then take the screenshot.
  13. E

    Poll: Reliability of Various Storage Drives

    1. Yes 2. Yes 3. N/A 4. Yes 5. Yes 6. Yes
  14. E

    Motherboard for P3 Xeons

    Thanks for the responses, a friend had these two processors sitting around and said I could have them if I wanted them so I figured I may as well take them. I'll look around for a board and build a box as I find parts.
Back
Top