Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 185 results for
tsr
- Page 1
TSR Help...
Programming
Software Development
15 Years Ago
by NotNull
I am trying to create an active
TSR
which prints an 'A' when the ESC key is pressed, … what's wrong? [code] bits 16 org 100h jmp init.
tsr
int1c: push ds push ax push cs pop ds call… dl, 0x41 int 0x21 pop dx ret pre equ $ init.
tsr
: mov ax, 0x3509 int 0x21 mov [Orig_isr9], bx mov [Orig_isr9…
Re: TSR Help...
Programming
Software Development
15 Years Ago
by mathematician
… greater than zero. If you were writing a full scale
TSR
you would also need to hook int 10h and int… same way that you check indos, before popping up a
TSR
.
Re: TSR programming
Programming
Software Development
12 Years Ago
by Schol-R-LEA
… a DOS box. Under Windows, then the equivalent of a
TSR
is simply a program that launches without opening a window… it to be clicked to access the program. The 'classic'
TSR
invocation method of using some specific control-keystroke is discouraged… program, and why you want it to behave as a
TSR
?
tsr programe in borlandc v3.1?
Programming
Software Development
14 Years Ago
by c++lover
hi to all, i want to know how to compiler
tsr
programme using the borlandc v3.1 compiler anyone know plz guide me what is the command to compile and moreover what are the runtime directories that are we set for
tsr
programe or generating for .com file i will be very thankful if anyone solve me problem. regard,
Re: tsr programe in borlandc v3.1?
Programming
Software Development
14 Years Ago
by Ancient Dragon
…;hl=en&rlz=1G1GGLQ_ENUS397&q=how+to+write+
tsr
+in+c&aq=0&aqi=g1g-v1&…;aql=&oq=how+to+write+
tsr
+"]Here [/URL]are a few google links that can…
TSR programming
Programming
Software Development
12 Years Ago
by np complete
I was thinking about making a
TSR
program in C++. I did some googling but found that most of them are using "dos.h" headers. This is obsolete and its use is frowned upon. So how can I make a simple
TSR
program in C++ ?
TSR program
Programming
Software Development
18 Years Ago
by tousifpk
plz write newfunc() . A
TSR
program that changes the background color of the screen to …
TSR in assembly
Programming
Software Development
14 Years Ago
by user543820
i m making a debugger and i want to write a
TSR
for a debugger so that i can debug any ".asm" file. how should i write it?
TSR pop up window program help!!!!!
Programming
Software Development
14 Years Ago
by Sahil12354
Can anybody temme how to run a pop up window
TSR
program written in C ..... m unable to create .obj file of .c file.... TC showing ERROR like " TASM.exe not found" and "Linker error".......
Re: TSR pop up window program help!!!!!
Programming
Software Development
14 Years Ago
by Narue
Why in the world do you need to create a
TSR
? Those are about twenty years obsolete, and pretty much only usable on a true DOS system.
Re: TSR pop up window program help!!!!!
Programming
Software Development
14 Years Ago
by Sahil12354
jst wanna make a pop up notepad in C... so got to use so called
TSR
..............
Re: TSR pop up window program help!!!!!
Programming
Software Development
14 Years Ago
by Narue
… if you explain exactly why you think you need a
TSR
("pop up notepad" is not helpful), I can…
Re: Please tell me to write TSR's for windows enviorment
Programming
Software Development
20 Years Ago
by Narue
TSR
means Terminate and Stay Resident. It's a memory resident … Windows can have multiple programs running at the same time,
TSR
's aren't necessary anymore. The equivalent to a…
TSR
in a Win32 program would be something like creating a …
Re: Please tell me to write TSR's for windows enviorment
Programming
Software Development
20 Years Ago
by Fasola
[QUOTE=Narue]
TSR
means Terminate and Stay Resident. It's a memory resident … Windows can have multiple programs running at the same time,
TSR
's aren't necessary anymore. The equivalent to a…
TSR
in a Win32 program would be something like creating a …
Please tell me to write TSR's for windows enviorment
Programming
Software Development
20 Years Ago
by letmec
I'm working on
TSR
through C. i have writen dogens of them for dos, :rolleyes: but it works for dos only, can you tell me who to write
TSR
's for windows. Thankyou....
Re: Please tell me to write TSR's for windows enviorment
Programming
Software Development
20 Years Ago
by Fasola
[QUOTE=Narue]Windows is a multi-tasking system, there's no need for
TSR
's.[/QUOTE] so what does a
TSR
do why it's not needed in a multi-tasking system?
Making a Terminate & Stay Resident (TSR) program in vb6.0
Programming
Software Development
17 Years Ago
by rajeshkhanna_in
Hi all, Is there a way in which a
TSR
program could be made in vb6.0. Something like If … a software written in vb6.0 is run, then this
TSR
program should load and remain their for as long as…
Re: Making a Terminate & Stay Resident (TSR) program in vb6.0
Programming
Software Development
17 Years Ago
by debasisdas
…;515403]Hi all, Is there a way in which a
TSR
program could be made in vb6.0. Something like If… a software written in vb6.0 is run, then this
TSR
program should load and remain their for as long as…
Write a TSR program to turn off sound of aplications on computer
Programming
Software Development
16 Years Ago
by phuanon
Hey i have a home work
TSR
program anyone can help me >> Write a progam
TSR
use C to turn off sound of all aplication on computer. >> If have Sound turn off it nice if u can write code THk
Re: Please tell me to write TSR's for windows enviorment
Programming
Software Development
20 Years Ago
by Narue
Windows is a multi-tasking system, there's no need for
TSR
's.
Re: how to write TSR's for windows enviorment
Programming
Software Development
18 Years Ago
by dwks
As far as I can see, a
TSR
is simply: [quote]
TSR
Terminate and Stay Resident. A program that remains in memory after it has been loaded.[/quote]From [url]http://www.novastars.com/network/lan-glossary.htm#T[/url]
Re: Making a Terminate & Stay Resident (TSR) program in vb6.0
Programming
Software Development
17 Years Ago
by rajeshkhanna_in
… I want my application to remain in memory as a
TSR
. Rajesh Khanna
Re: Write a TSR program to turn off sound of aplications on computer
Programming
Software Development
16 Years Ago
by jbennet
Windows NT based systems dont like you writing programs like that Windows 9x and DOS wouldnt mind, but salem is right. A
TSR
to terminate sound wont run on NT, regardless of whether it is run in a command prompt or not. This is not a real dos prompt, but an emulation. And yeah, turboc is ancient. Please stop using it.
how to write TSR's for windows enviorment
Programming
Software Development
18 Years Ago
by adr1
… am using a software for my business.I want a
tsr
program which can help me stop using of some buttons…
Re: how to write TSR's for windows enviorment
Programming
Software Development
18 Years Ago
by jwenting
and it would not be a
TSR
. That name is specific to a category of DOS programs that would load and stay in the background.
C expert help me! Write a TSR program that changes the background color ...
Programming
Software Development
17 Years Ago
by bc030400412
Write a
TSR
program that changes the background color of the screen to red every 5 second and then white next 5 second, And this continues until you press ‘Q’ It should not modify the text displayed on the screen. Hint: 1_ Intercept Keyboard interrupt (0x09H) 2_ Use video text memory address 0xB000000H 3_ Use timer interrupt.
Re: C expert help me! Write a TSR program that changes the background color ...
Programming
Software Development
17 Years Ago
by bc030400412
…(9); setvect (9,newKey); keep(0,1000); //To Make it
TSR
return 0; } void interrupt newKey ( ) { if (((*scr1)&4) == 4…
Re: C expert help me! Write a TSR program that changes the background color ...
Programming
Software Development
17 Years Ago
by Ancient Dragon
… uninstall both interrupt services you have installed and uninstall the
TSR
. None of the above are trivel things to write and…
Re: tsr programe in borlandc v3.1?
Programming
Software Development
14 Years Ago
by Narue
Just to be clear, you're actually using MS-DOS as an operating system, right? Not some flavor of Windows?
Re: tsr programe in borlandc v3.1?
Programming
Software Development
14 Years Ago
by c++lover
im using window xp actually i have problem at compile time when i give command C:\BORLANDC\BIN>bcc -eno.com-ic:\borlandc\include-lc:\borlandc\lib no.c but instead of compiling it give me error Fatal: Unable to open file 'no.com-ic:\borlandc\include-lc:\borlandc\lib.exe' so i cannot understand how to remove or solve it can you tell me for …
1
2
3
4
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC