Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Window.status Bar

Window.status Bar

Scheduled Pinned Locked Moved C#
csharphelp
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    A Asif
    wrote on last edited by
    #1

    Hi All, I am working on the project using c# 2.0. I need to get the contents of window.status bar and save into string variable. Please help if you can. Thanks in advance.

    A.Asif

    J 1 Reply Last reply
    0
    • A A Asif

      Hi All, I am working on the project using c# 2.0. I need to get the contents of window.status bar and save into string variable. Please help if you can. Thanks in advance.

      A.Asif

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      What window are you talking about? The web browser's status bar?

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: What this world needs... (Video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      A 1 Reply Last reply
      0
      • J Judah Gabriel Himango

        What window are you talking about? The web browser's status bar?

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: What this world needs... (Video) The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        A Offline
        A Offline
        A Asif
        wrote on last edited by
        #3

        yes web browser window. I am using the following code but doesn't work. string result = LPBrowser.Document.Window.StatusBarText; Thanks.

        A.Asif

        J 1 Reply Last reply
        0
        • A A Asif

          yes web browser window. I am using the following code but doesn't work. string result = LPBrowser.Document.Window.StatusBarText; Thanks.

          A.Asif

          J Offline
          J Offline
          Judah Gabriel Himango
          wrote on last edited by
          #4

          I'm sorry, I still don't understand. Is LPBrowser something in ASP.NET? Or is this a Windows Forms web browser control? If it's a Windows Forms web browser, have you looked at browser.StatusText property? If this is something in ASP.NET, I recommend you post your question in the ASP.NET forum.

          Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

          A 1 Reply Last reply
          0
          • J Judah Gabriel Himango

            I'm sorry, I still don't understand. Is LPBrowser something in ASP.NET? Or is this a Windows Forms web browser control? If it's a Windows Forms web browser, have you looked at browser.StatusText property? If this is something in ASP.NET, I recommend you post your question in the ASP.NET forum.

            Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

            A Offline
            A Offline
            A Asif
            wrote on last edited by
            #5

            Hi, LPBrowser is just the name I gave to browser control. Currently I am using following code but for some reason these codes not working, string result; string someVar; some Var = LPBrowser.StatusBarText //This line doesn't work result = LPBrowser.StatusText; ///This line doesn't work

            A.Asif

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups