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

Search:

Type: Posts; User: Tolvor

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    7,283

    Proxy only for WebBrowser

    Is it possible to set a WebBrowser control to use a proxy connection without changing all the other browsers also changing to that proxy?

    To clarify, I have an application that is monitoring a...
  2. [RESOLVED] Problem converting daylight-savings date

    I have a string "2011-06-30 09:55 EDT" that uses the US daylight savings format. Date.Parse cannot convert this because this is a non-standard format (EDT instead of EST). Is there a way to convert...
  3. Replies
    1
    Views
    2,715

    WebBrowser and multi-proxy?

    I have an application that has 4 WebBrowser control to monitor a commercial website. I would like each WebBrowser to be using its own proxy however it looks like the proxy setting affects all the...
  4. [RESOLVED] Parsing HTML - reading a particular DIV

    I need to parse a web page for blocks that contain open trouble tickets. The web page display several unresolved tickets and each one is inside a html divison labeled "issue-status". I've written the...
  5. Is there an algebra library for complex equations?

    I have a problem that has come up, and can be expressed in a series of equations. There are 1500+ independent equations, and an idential number of variables. The equations has been generated by...
  6. Replies
    1
    Views
    485

    Controls display problem when app load

    We have an MDI app that has a 5 second splash screen. Our users have an ability to turn off the splash screen. If the user is running the app on a slower computer, the controls load slow enough on...
  7. More info...

    Spy can see the window, but is not seeing the method that is being used to put text into that window. I simply cannot get the window text.

    The application that I'm trying to get the text from...
  8. Problems with static control in another app

    We are trying to get a custom suite of applications to auto synch with each other and our program. To do so we need to look at what text is displayed in each app. We have tried sending...
  9. Prob easy: Can't convert a void * to const unsigned short *

    #define test(element_num) ((const void*)((char*)orig_loc+((DWORD)(found_pos))+element_num))

    const WORD *companydata = (LPVOID) test(cdimport->yearreport);

    Cannot convert 'void *' to 'const...
  10. Replies
    1
    Views
    966

    GetWindowText does not get button text

    I trying to monitor another application to determie when it is done. To do this I need to be able to read a button. GetWindowText is returning an empty string.

    To demonstrate, run Calculator...
  11. Replies
    0
    Views
    1,260

    Get Scrollbar position of CHtmlView (please)

    I would greatly appreciate help on this.

    I have a class which inherits from CHtmlView, which displays a web page to the user. I need to programmically have the web page scroll to the bottom. ...
  12. Code to get HTML source, why doesn't this work?

    Sorry that the code below is not particulary readable (Copied directly from VC++). I've got a CHtmlView which I've been trying to get the source code of. The code below is the snippet that I have...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured