CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: d-u

Page 1 of 13 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    787

    [Serious] Probable solutions to a challenge

    Anyone who wants to take a stab at the following challenge:

    From among a large group of people who will pass a specific line, how do you determine the exact order of finishers without using any...
  2. Replies
    1
    Views
    1,064

    Slow codeguru and vbforums?

    Is it just me or are they just slow since yesterday?
  3. Replies
    9
    Views
    1,342

    Re: Suggestions for DELL OUTLET REFRESHER

    Thanks Thread1, will try it out!

    Though I want to imply that I am open to other suggestions other than using createDocumentFromURL method... Perhaps the fastest way to get the source of a website,...
  4. Replies
    9
    Views
    1,342

    Re: Suggestions for DELL OUTLET REFRESHER

    No one?
  5. Replies
    9
    Views
    1,342

    Re: Suggestions for DELL OUTLET REFRESHER

    Here is my idea...

    I'll use createDocumentFromURL to do the search since it's faster, my problem would be to syncronize the document object of the webbrowser with that of the HTMLDocument object...
  6. Replies
    1
    Views
    989

    Suggestions: DELL Outlet Checker

    The site is here

    Actually I have already made a program that does it: automatically refresh the site and look for items that meets some criteria, eg. price, specs, ect, and automatically add them...
  7. Replies
    9
    Views
    1,342

    Re: Suggestions for DELL OUTLET REFRESHER

    Yup, that is what I want and I am looking for ways to do just that. Can you suggest a very fast way to do just that? :)

    In .Net could I employ HTTPRequest object for this?
  8. Replies
    9
    Views
    1,342

    Re: Suggestions for DELL OUTLET REFRESHER

    Actually there are many programs that does what I need and they are fast, they can be configured to search the site a few times per second so I am wondering what I am missing. I use the webbrowser...
  9. Replies
    9
    Views
    1,342

    Suggestions for DELL OUTLET REFRESHER

    The site is here.

    Actually I have already made a program that does it: automatically refresh the site and look for items that meets some criteria, eg. price, specs, ect, and automatically add...
  10. Re: How to show a HTML page, loaded by the 'CreateDocumentFromUrl' function

    I want to load a page FAST so I wish to use createDocumentFromURL then display it accordingly. Using a webbrowser is slow...
  11. How to show a HTML page, loaded by the 'CreateDocumentFromUrl' function

    Anyone who can suggest a right path for me to go?

    TIA
  12. Re: Passing data between DAL and BLL, which is the best way

    DAL = Data Access Layer
    BLL = Business Logic Layer

    BTW, this is for .Net 2.0...
  13. Passing data between DAL and BLL, which is the best way

    There's just too many ways, in your experience what method would you recommend? I hope it would not involve circular reference...

    Thanks! :)
  14. Replies
    0
    Views
    591

    Intelligent base class of business object

    I aim to make an intelligent base class that could make the appropriate sql
    statements for insert, update, etc. based on some behaviour or perhaps settings in the child classes, as of now my idea is...
  15. Replies
    4
    Views
    667

    Re: One public connection or not?

    How about in desktop applications, what is best practice in the instantiation of connection object? Just once?
  16. Replies
    4
    Views
    667

    One public connection or not?

    What's the recommended way in .Net? Or create one as you need it?
  17. Replies
    29
    Views
    2,483

    Re: CodeGuru MVP's for 2006

    Dee-u and d-u are not the same? :D
  18. Replies
    29
    Views
    2,483

    Re: CodeGuru MVP's for 2006

    I wonder who is that member? ;)
  19. Replies
    29
    Views
    2,483

    Re: CodeGuru MVP's for 2006

    Anyone here recognizes this 'unknown' member? He is an MVP too! :wave:
  20. Replies
    29
    Views
    2,483

    CodeGuru MVP's for 2006

    Is there anybody here? :)
  21. Replies
    6
    Views
    949

    Re: Recovering data from Access

    I suspect it might have been our faulty lan wirings, it may have lost connection in a middle of processing, I don't have the code of the application but it may have been not optimized as well... The...
  22. Replies
    6
    Views
    949

    Re: Recovering data from Access

    Thanks, we actually found that utility even before you posted it... :)
  23. Replies
    6
    Views
    949

    Recovering data from Access

    One of our Access database has encountered an error (attached image), anyone here who could suggest on how to fix it? We tried repairing it but to no avail... :(
  24. Replies
    4
    Views
    2,468

    Icons for ContextMenu used in NotifyIcon

    Anyone have a snippet for this? Or is it possible using VB.Net 2003?

    TIA
  25. Replies
    1
    Views
    724

    Advice on DB Design of 'Audit' Trail

    If one wants to log all the fields that has been edited (Original to Modification, Date of Edit, etc...) how should one design it?

    Database is Access and SQL Server...
Results 1 to 25 of 302
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured