#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Cursor


Is there any way, in a text box, to make the Cursor white so it's
invisible?

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Cursor

Why would you want to do that? A textbox is a control where the user can type
something. You shouls use a lable instead, and make it's background white or
whichever color you like.

greetz

T.Janssens (Pro-Profit)

"kirkm" wrote:


Is there any way, in a text box, to make the Cursor white so it's
invisible?

Thanks - Kirk

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Cursor

On Wed, 7 Mar 2007 05:59:13 -0800, Tamar
wrote:

Why would you want to do that?


Because the text box is being used to display a carefully formatted
string. The cursor is both unnecessary and distracting.

A textbox is a control where the user can type
something. You shouls use a lable instead, and make it's background white or
whichever color you like.


I'm fairly new to this and may be wrong, but I thought a label
didn't have scroll bars and couldn't grow to fit the text.

Cheers - Kirk

greetz

T.Janssens (Pro-Profit)

"kirkm" wrote:


Is there any way, in a text box, to make the Cursor white so it's
invisible?

Thanks - Kirk

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Cursor

Kirk,
As long as the user does not need to interact with the text, you can
..Enabled=false for the textbox.
You will lose the scroll bars though.
However, Tamar suggestion of a label may work better.
You can set the label's AutoSize=True, .Width to something suitable,
..MultiLine=true.
No scroll bars, but you can't have everything <g.

NickHK

"kirkm" wrote in message
...
On Wed, 7 Mar 2007 05:59:13 -0800, Tamar
wrote:

Why would you want to do that?


Because the text box is being used to display a carefully formatted
string. The cursor is both unnecessary and distracting.

A textbox is a control where the user can type
something. You shouls use a lable instead, and make it's background white

or
whichever color you like.


I'm fairly new to this and may be wrong, but I thought a label
didn't have scroll bars and couldn't grow to fit the text.

Cheers - Kirk

greetz

T.Janssens (Pro-Profit)

"kirkm" wrote:


Is there any way, in a text box, to make the Cursor white so it's
invisible?

Thanks - Kirk



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Cursor

On Thu, 8 Mar 2007 11:54:41 +0800, "NickHK"
wrote:

Kirk,
As long as the user does not need to interact with the text, you can
.Enabled=false for the textbox.
You will lose the scroll bars though.
However, Tamar suggestion of a label may work better.
You can set the label's AutoSize=True, .Width to something suitable,
.MultiLine=true.
No scroll bars, but you can't have everything <g.


So true - and very frustrating ! But I've got a lot further than
expected.
It's a bugger that outputting to the screen is so inflexible.

I don't suppose adding scroll bars to the form would work with the
textbox (or label). Probably not...

I even tried making an image up to cover the cursor, but you can't
have an image on a textbox either. In the end I positioned the cursor
in the least obtrusive place.

I'll play with .Enabled=false because the scrollbars
are only needed where more than 21 lines are output.

Many thanks - Kirk
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
My cursor always in selection mode,wat about other cursor option Deepu[_2_] Excel Discussion (Misc queries) 1 March 2nd 10 01:05 AM
move cursor on one sheet moves cursor on all sheets tdworden Excel Discussion (Misc queries) 2 July 22nd 07 10:50 PM
why am I getting a 3 d cross cursor instead of a pointer cursor? 3 d cross cursor - turn it off Excel Discussion (Misc queries) 1 April 12th 06 12:38 AM
Cursor disappears / Cursor verschwindet Cevikel Excel Programming 1 February 16th 06 04:01 PM
Can I change the "white cross" cursor in Excel to another cursor? KFEagle Excel Discussion (Misc queries) 1 May 3rd 05 08:01 PM


All times are GMT +1. The time now is 04:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"