473,383 Members | 1,896 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Need an application

That will allow me to track line and column regardless of the platform or current job. Does such a critter exist? Who has it? Thanks, Elaine
Jan 21 '07 #1
8 1149
More info on the thing I need for my guys. Word Star has a cursor tracker. We need something like that. It's such a simple thing, there has to be a quick utility or something already out there . . . It just has to track the x and y axis, tell the location in terms of column and line.

Thanks, Elaine
Jan 21 '07 #2
bartonc
6,596 Expert 4TB
That will allow me to track line and column regardless of the platform or current job. Does such a critter exist? Who has it? Thanks, Elaine
Are you talking about transaction logging on a DB? Read/write activity on a file?
Jan 22 '07 #3
Guys need to be able to locate the position of the cursor on the screen by column and line so that when the cursor is moved, the new location will be indicated within that file. An ASCII type file is the basis of this question.

I am hoping to find a pre-existing application that will allow for this tracking.

We are in the process of refining the question. Oh, I just love working with technology I know nothing about!

Okay, clarification. I need a word processor that has a cursor indicator on screen at all times like the old Word Star has. It has to run on a Win2000 platform.

Boy, some people like making my life interesting!

Hope this helps clarify the issue. E
Jan 22 '07 #4
bartonc
6,596 Expert 4TB
Guys need to be able to locate the position of the cursor on the screen by column and line so that when the cursor is moved, the new location will be indicated within that file. An ASCII type file is the basis of this question.

I am hoping to find a pre-existing application that will allow for this tracking.

We are in the process of refining the question. Oh, I just love working with technology I know nothing about!

Okay, clarification. I need a word processor that has a cursor indicator on screen at all times like the old Word Star has. It has to run on a Win2000 platform.

Boy, some people like making my life interesting!

Hope this helps clarify the issue. E
I really like Notepad++. Cross platform and Open Source. Get it here.
Jan 22 '07 #5
Ganon11
3,652 Expert 2GB
Notepad++ is definitely a great resource for programming - highlights keywords for easier interpretation. I don't know if it has the row/column display like you want, but it's definitely a nice little program.
Jan 22 '07 #6
bartonc
6,596 Expert 4TB
Notepad++ is definitely a great resource for programming - highlights keywords for easier interpretation. I don't know if it has the row/column display like you want, but it's definitely a nice little program.
It has the row/column display.
Jan 22 '07 #7
Thank you. The first reviews are in, and the response has been positive. Seems there is more to Note than what we had to have. It will serve us well.Thank you for the quick response. Elaine
Jan 22 '07 #8
bartonc
6,596 Expert 4TB
Thank you. The first reviews are in, and the response has been positive. Seems there is more to Note than what we had to have. It will serve us well.Thank you for the quick response. Elaine
You are welcome. Any time.
Jan 22 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

39
by: Scotter | last post by:
Okay I think my title line was worded misleadingly. So here goes again. I've got quite 20 identical MDB files running on an IIS5 server. From time to time I need to go into various tables and add...
9
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with...
7
by: cider123 | last post by:
I'm coding a project using the following article as reference: http://www.codeproject.com/csharp/DynamicPluginManager.asp In this type of project, plugins are loaded dynamically into a Plugin...
6
by: enak | last post by:
I need some help. I have a group of attorneys that need to be able to see the schedule of court dates. These dates are scheduled by the legal assistants. This is what I need: when a legal...
3
by: Julia | last post by:
I need help with architecture design,please: I have a server which constantly downloading messages from the internet and store them inside a data base. the server have two administrators...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
5
by: newjazzharmony | last post by:
I want to share one instance of an object across an ASP dot net application, and I'm trying to weigh the pros and cons of the following two approaches: a) Storing the object in ApplicationState...
8
by: pamelafluente | last post by:
I am beginning aspNet, I know well win apps. Need a simple and schematic code example to start work. This is what I need to accomplish: ---------------------- Given button and a TextBox on a...
16
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
1
by: karizmatrix22 | last post by:
Hi, I need a programmer who can write 3 programs for following questions below.Programs need to be ready before nextweek.thank you. Person who help me these 3 questions will be get paid.. I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.