opening forms like a browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Max99

    opening forms like a browser

    Hello

    I'd like to develop a program that fave a graphical
    interface like Microsoft Money where you navigate through
    the forms just like a browser
    How can I do that or where can I find an example with
    this capability? (Using Microsoft Visual c# .net or
    Microsoft Visual Basic .net)
    Thanks

    Max

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: opening forms like a browser

    Max,

    I'm not too familiar with Microsoft Money, but if you are looking for
    browser-like functionality, have you considered using the WebBrowser control
    in your project (using COM interop?).

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - nicholas.paldin o@exisconsultin g.com

    "Max99" <Max99@hotmail. com> wrote in message
    news:049c01c377 97$e61cccc0$a00 1280a@phx.gbl.. .[color=blue]
    > Hello
    >
    > I'd like to develop a program that fave a graphical
    > interface like Microsoft Money where you navigate through
    > the forms just like a browser
    > How can I do that or where can I find an example with
    > this capability? (Using Microsoft Visual c# .net or
    > Microsoft Visual Basic .net)
    > Thanks
    >
    > Max
    >[/color]


    Comment

    • max99

      #3
      Re: opening forms like a browser

      yes that is what I need

      where can I find the sample?

      thanks

      Max
      [color=blue]
      >-----Original Message-----
      >
      >"Max99" <Max99@hotmail. com> wrote in message
      >news:049c01c37 797$e61cccc0$a0 01280a@phx.gbl. ..[color=green]
      >> Hello
      >>
      >> I'd like to develop a program that fave a graphical
      >> interface like Microsoft Money where you navigate[/color][/color]
      through[color=blue][color=green]
      >> the forms just like a browser
      >> How can I do that or where can I find an example with
      >> this capability? (Using Microsoft Visual c# .net or
      >> Microsoft Visual Basic .net)[/color]
      >
      >Max,
      >
      >I've seen this question asked alot of times so I've put[/color]
      together a sample[color=blue]
      >app that demonstrates how to get the web browser to load[/color]
      html from a string,[color=blue]
      >as well as calling C# code using the windows.externa l[/color]
      object inside of a web[color=blue]
      >page. The code used has been collected off google when i[/color]
      need to provide[color=blue]
      >this functionality in an app once. Let me know if this[/color]
      is what you wanted.[color=blue]
      >
      >hth
      >andrew
      >
      >
      >[/color]

      Comment

      • andrew lowe

        #4
        Re: opening forms like a browser


        "max99" <max99@hotmail. com> wrote in message
        news:01df01c379 da$c384af30$a00 1280a@phx.gbl.. .[color=blue]
        > yes that is what I need
        >
        > where can I find the sample?
        >
        > thanks[/color]

        I attached it to the previous reply....If you want me to email you directly
        i can..

        andrew


        Comment

        Working...