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. TSR

TSR

Scheduled Pinned Locked Moved C#
tutorialcsharp
8 Posts 7 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
    ayandelhi
    wrote on last edited by
    #1

    Hi!! i need to know about TSR(terminate and stay resident) programs in C#... plz.. guide me... i wanna learn how to make TSR programs in C#

    L L K E 4 Replies Last reply
    0
    • A ayandelhi

      Hi!! i need to know about TSR(terminate and stay resident) programs in C#... plz.. guide me... i wanna learn how to make TSR programs in C#

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      TSR? I haven't seen that notion for the last 10 years. If you mean a program that loads once, and sits idle waiting to help you somehow, maybe visible in the task bar (with a NotifyIcon and a ContextMenu), yes those are just plain Windows applications. Examples are plenty here and elsewhere; I have one here: LP#TrayIconBuster[^] :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

      Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.

      1 Reply Last reply
      0
      • A ayandelhi

        Hi!! i need to know about TSR(terminate and stay resident) programs in C#... plz.. guide me... i wanna learn how to make TSR programs in C#

        L Offline
        L Offline
        loyal ginger
        wrote on last edited by
        #3

        Since Windows allows multiple programs to be loaded at the same time, TSR is no longer something special. Your C# programs are already TSR programs.

        1 Reply Last reply
        0
        • A ayandelhi

          Hi!! i need to know about TSR(terminate and stay resident) programs in C#... plz.. guide me... i wanna learn how to make TSR programs in C#

          K Offline
          K Offline
          Keith Barrow
          wrote on last edited by
          #4

          TSRs are rare (Extinct?) these days, I don't think it is possible in .net. You can look at writing a service in .net (plenty of stuff on the Internet about .net services), this will probably achieve what you need. [edit] You can tell who the old people are on this forum, because we know what a TSR is :-) !

          Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

          1 Reply Last reply
          0
          • A ayandelhi

            Hi!! i need to know about TSR(terminate and stay resident) programs in C#... plz.. guide me... i wanna learn how to make TSR programs in C#

            E Offline
            E Offline
            Ennis Ray Lynch Jr
            wrote on last edited by
            #5

            My flight sim requires 620k of base memory do I don't like pesky TSR's.

            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

            P K 2 Replies Last reply
            0
            • E Ennis Ray Lynch Jr

              My flight sim requires 620k of base memory do I don't like pesky TSR's.

              Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

              P Offline
              P Offline
              Paladin2000
              wrote on last edited by
              #6

              Make sure you have sufficient EMS and XMS. And write the IRQ and DMA for your sound card on the side of the monitor...

              1 Reply Last reply
              0
              • E Ennis Ray Lynch Jr

                My flight sim requires 620k of base memory do I don't like pesky TSR's.

                Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                K Offline
                K Offline
                Keith Barrow
                wrote on last edited by
                #7

                Wow, I forgot all about that, kicking TSRs into upper memory with EMM386 when wanting to play F15 Strike Eagle. Happy days!

                Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

                D 1 Reply Last reply
                0
                • K Keith Barrow

                  Wow, I forgot all about that, kicking TSRs into upper memory with EMM386 when wanting to play F15 Strike Eagle. Happy days!

                  Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

                  D Offline
                  D Offline
                  DaveAuld
                  wrote on last edited by
                  #8

                  It was TFX for me (http://www.mobygames.com/game/tfx[^])

                  Dave Don't forget to rate messages!
                  Find Me On: Web|Facebook|Twitter|LinkedIn
                  Waving? dave.m.auld[at]googlewave.com

                  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