wider cursor

Moderator: Rathinagiri

Post Reply
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

wider cursor

Post by andyglezl »

Hola

Se puede hacer por programación más ancho el cursor ?
Ya que es muy delgado y en ocaciones no se nota en donde esta posicionado.
---------------------------------------------------------------------------
hello

It can be done by programming the wider cursor ?
Since it is very thin and occasionally not noticed where this positioned.
CursorAncho.jpg
CursorAncho.jpg (17.33 KiB) Viewed 6473 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: wider cursor

Post by danielmaximiliano »

Hola Andres.. tenes el recurso publicado por Microsoft

https://www.microsoft.com/spain/accesib ... krate.aspx

y me olvidaba GetSystemMetrics() https://support.microsoft.com/es-es/kb/88922

un ejemplo de Grigory Filatov de hace tiempo http://hmgforum.com/viewtopic.php?f=2&t ... rics#p1926

mira el ejemplo de C.Soto C:\hmg.3.4.1\SAMPLES\Controls\EditBox\EditBoxOverwrite
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: wider cursor

Post by andyglezl »

Gracias Max por la info, voy a leerlo a ver que capto...
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: wider cursor

Post by andyglezl »

Hola
Según lo que entendí, la función GetSystemMetrics( ) me regresa el valor del "Puntero del mouse" ( 32x32)
pero a lo que yo me refiero, es en poder modificar el ancho del "cursor" (cuando se ubica en controles de texto)
como se puede hacer en el NotePad++, como en la siguiente imagen.
-----------------------------------------------------------------------------------------------------------------------------------
hello
From what I understand, the GetSystemMetrics () function returns me the value of "mouse pointer" (32x32)
but what I mean is in order to modify the width of the "cursor" (when placed in text controls)
as you can do in Notepad ++, as in the following image.
CursorAncho3.jpg
CursorAncho3.jpg (208.43 KiB) Viewed 6448 times

mira el ejemplo de C.Soto C:\hmg.3.4.1\SAMPLES\Controls\EditBox\EditBoxOverwrite
No había visto esta linea, voy a probarlo...
----------------------------------------------------
I had not seen this line, I will try ...
Andrés González López
Desde Guadalajara, Jalisco. México.
Post Reply