Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
cursor-control
- Page 1
Cursor control on Linux
Programming
Software Development
15 Years Ago
by shakunni
I was wondering if there was a way to
control
the
cursor
on Linux and use a C/C++ program to make a certain 'output' appear on the screen in any co-ordinate we want for a specific period of time?
Cursor control in text boxes:
Digital Media
UI / UX Design
20 Years Ago
by ethveg
… in the box, and when it does it places the
cursor
at the end of the text. But then the browser… when it returns focus to the new text box the
cursor
is in the leftmost position. Does anyone know how I… can position the
cursor
in that text box so it appears in the position…
Re: Cursor control in text boxes:
Digital Media
UI / UX Design
19 Years Ago
by ethveg
…;this.value=this.value">[/FONT] DOES put the
cursor
at the end BRIEFLY on re-Focus, but then it…()" at the end of the onFocus handler LEAVES the
cursor
at the end when the alert box is closed - but…
Re: Cursor control in text boxes:
Digital Media
UI / UX Design
20 Years Ago
by tgreer
…;/form> [/code] What this will do is move the
cursor
to the END of the current value of the textbox.
win32 mouse cursor control
Programming
Software Development
15 Years Ago
by dekaya
…iostream> //compiles and runs but the
cursor
is NOT under my
control
//It shows a pointer with a hour glass…the first "pause" . //I believe the
cursor
is changing just because the windows.h // function is involved… out, no more hour glass // Is it possible to
control
the
cursor
in console apps? #include <windows.h> …
Re: Cursor control in text boxes:
Digital Media
UI / UX Design
20 Years Ago
by tgreer
Did this work? Do you need more help? Please give us some feedback.
Re: Cursor control in text boxes:
Digital Media
UI / UX Design
20 Years Ago
by lehenry
Hi, I use this: [CODE] <TEXTAREA NAME="txt" onfocus='this.value=this.value;'> [/CODE] and it works well with any web browser... Maybe it could help you! Henry, en français dans le texte
Re: Cursor control on Linux
Programming
Software Development
15 Years Ago
by Ancient Dragon
you could use 1) ncurses or 2) vt100 mode api calls. There are probably other ways too, such as termcap
Re: Setting Cursor position
Programming
Software Development
18 Years Ago
by WaltP
…TkTkorrovi;340096]POSIX does not provide any
control
codes, functions or utilities to move
cursor
. And if to think about it …more deeply, *you do not need to move
cursor
*, the gotoxy kind of functions for console are somewhat similar…a Unix thing. There is no standard way to use
cursor
control
in C. If it's a requirement, your instructor will…
Cursor in a non-focused RichTextBox
Programming
Software Development
12 Years Ago
by NidhiSree
…show input
cursor
in a non-focused RichTextBox? In my project, I have a RichTextBox and a ListView
control
. The focus… should be on ListView
control
. I could handle the KeyPress and …to RichTextBox to enable typing. But how can I show
cursor
on RichTextBox. RichTextBox.focus() cann't be called. …
Re: Cursor typing problem w/ Vista
Hardware and Software
Microsoft Windows
16 Years Ago
by bellbiv
…. cabc. Also, i'll type a paragraph and the
cursor
will jump to the previous paragraph and start somewhere in…tryed every possable setting there is in the
control
pnl. Nothing works. Keeping the
cursor
completely as far to the side of…problem. If there was a sensitivity adjustment on the Alps
control
pnl thaat would stop it. My question is,can I…
Re: Cursor typing problem w/ Vista
Hardware and Software
Microsoft Windows
16 Years Ago
by bellbiv
… tryed every possable setting there is in the
control
pnl. Nothing works. Keeping the
cursor
completely as far to the side of…. Here is a ssolution that would work maybe, keeping the
cursor
to the far side works good but if your palm… problem. If there was a sensitivity adjustment on the Alps
control
pnl thaat would stop it. My question is,can I…
Re: Cursor in a non-focused RichTextBox
Programming
Software Development
12 Years Ago
by Ketsuekiame
You don't need to put the
cursor
back into the text box. Simply intercept the key being pressed in your keydown/up and update the string in your textbox with the new character. You may need to call refresh on your textbox
control
afterwards.
Re: Cursor problem in a game
Hardware and Software
Microsoft Windows
14 Years Ago
by cuscus
Hi, thanks for your help. I solved the problem by clicking on START,
CONTROL
PANEL, DISPLAY and changed my Display to the highest size and then I could access OPTIONS in the game with the game
cursor
and changed it to FULL SCREEN and it worked. After I exit the game I went back in
Control
Panel and changed my Display back to normal size.
Cursor disappears while typing in Text Box
Programming
Software Development
12 Years Ago
by NidhiSree
…). While typing in the text box,
cursor
disappears. How can I disable "Hiding
cursor
while typing" in my application. I…. How can I turn-off this only in my custom
control
?
Cursor keeps hanging
Hardware and Software
Information Security
18 Years Ago
by ep2002
… FF vs. 1.5.0.7 & the
cursor
keeps hanging every so often. It cleared up when… O16 - DPF: {193C772A-87BE-4B19-A7BB-445B226FE9A1} (ewidoOnlineScan
Control
) - [url]http://download.ewido.net/ewidoOnlineScan.cab[/url] O16…WINDOWS\system32\brsvc01a.exe O23 - Service: ewido security suite
control
- ewido networks - C:\Program Files\ewido anti-malware\…
Re: Cursor in a non-focused RichTextBox
Programming
Software Development
12 Years Ago
by NidhiSree
Yes I did it. I can intercept the key press events in Listview to textbox. But I need to show the
cursor
in textbox when the ListView has the focus. How....?
Re: Cursor in a non-focused RichTextBox
Programming
Software Development
12 Years Ago
by Ketsuekiame
Why do you need to show the
cursor
in the box? I think without override the `OnPaint` event, you won't be able to.
Re: Cursor disappears while typing in Text Box
Programming
Software Development
12 Years Ago
by Ketsuekiame
… global level, so if you want it only on one
control
, you will need to ensure that you turn it on…
Cursor acting crazy
Hardware and Software
Information Security
19 Years Ago
by mara
… intruder! My mouse
cursor
is acting crazy, jumping all around my screen, leaving me frequently unable to
control
it for long periods…
Re: Cursor typing problem w/ Vista
Hardware and Software
Microsoft Windows
16 Years Ago
by naz82
… high, pressing the keys can cause the
cursor
to jump. you can fix this in
control
panel->mouse. You could also… try hiding the
cursor
when you type(pointer options tab…
Re: Cursor typing problem w/ Vista
Hardware and Software
Microsoft Windows
16 Years Ago
by comlor
… high, pressing the keys can cause the
cursor
to jump. you can fix this in
control
panel->mouse. You could also… try hiding the
cursor
when you type(pointer options tab…
control mouse and keyboard
Programming
Software Development
18 Years Ago
by anivmy
i want to
control
mouse and keyboard from a program. ie if we are clicking mouse in one machine, we have to create a mouse click in another machine. if we are moving mouse in one machine, mouse
cursor
of other should move. kindly help me.
Re: Cursor Movement In Console Applications
Programming
Software Development
18 Years Ago
by WaltP
You have to
control
the
cursor
which is not something that [I]Standard C++[/I] can do. This takes commands that are system and/or compiler defined. And they are optional so they might not be defined for your system.
Re: Cursor disappears while typing in Text Box
Programming
Software Development
12 Years Ago
by NidhiSree
… mentioned technique will not work with RichTextBox. That means mouse
cursor
will disappear while typing in RichTextBox even though ListView.Capture…
Re: Cursor is disappearing
Community Center
Meta DaniWeb
17 Years Ago
by MidiMagic
For some reason, the ads are not moving in
Control
Panel, or any other page I open while the Task … to 100 percent , the no-scroll problem appears, and the
cursor
disappears, but only when the Verizon ads are on and…
Re: control output
Programming
Software Development
17 Years Ago
by Ancient Dragon
… you have to do is output '\r' to move the
cursor
back to the beginning of the line. This assumes you… is a little tricker because you have to move the
cursor
to a specific location. [code] for(int count = 0; count…
Re: control output
Programming
Software Development
17 Years Ago
by Ancient Dragon
… no opposite of '\n'; If you want to move the
cursor
to another line you have to use some operating-specific…
cursor
moving function. For MS-Windows console that means using some …
Re: Cursor Postion
Programming
Software Development
14 Years Ago
by poorchap
but drag drop is very sensitive i tried using it before, even i try to
control
the mouse precisely ,trying not to move a little , the drag drop still runs
Re: Cursor Blinks/flickers During Games
Hardware and Software
Hardware
9 Years Ago
by Michael_49
Disable mouse trails in
Control
Panel.
1
2
3
17
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
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC