Changing The Actual Shape Of The RichTextBox Caret?

Jun 21, 2006

How would I go about changing the actual shape of the RichTextBox caret?

I have tried using the CreateCaret and ShowCaret API calls, but they only seem to work with normal text boxes. Is there any way to modify them so they work with RichTextBoxes?

View 6 Replies


ADVERTISEMENT

Getting The Caret Position In A RichTextBox?

Apr 10, 2012

In a .NET 3.5 application, i want to get caret position in a RichTextBox control. The RTB is not XAML. Also, the RTB doesn't have CaretPosition property as described here: [URL] What is the simplest way using which i can get the caret position?

EDIT:To be more specific i want to find out what is the position of the caret from the start of the line on which it is positioned. I can get the line number by using GetLineFromCharIndex(rtb.SelectionStart) but not the offset from the start of the line.

View 1 Replies

How To Hide Caret In A RichTextBox

Feb 24, 2009

I've searched the web for an answer, but i was not able to find a way to hide the caret of a RichTextBox in VB.NET.I've tried to set the RichTextBox.Enabled property to False and then change the background color and foreground color to non-grey ones but that did not do the trick.

View 6 Replies

VS 2010 Change Caret In Richtextbox?

Aug 21, 2010

there is any way to change the caret? (no the Cursor icon but the vertical little bar at the typing position)

the caret is really very tiny and I like to have option to change it to an yellow block, an red blinking underline or so.

View 3 Replies

Insert A Table In A Richtextbox Where The Caret Is Positioned?

May 3, 2010

I need to insert a table in a richtextbox where the caret is positioned.

how can i do this without using the clipboard?

View 1 Replies

How To Set Caret Position In A System.Windows.Forms RichTextBox

Oct 7, 2011

How do I set the caret position in a System.Windows.Forms RichTextBox? ScrollToCaret in not Working. Here are my Registry settings. When I save to the registry, It saves. When I try to get were I left off from the previous read, It leaves me at the beginning of the file and not where I left off. [Code]

View 2 Replies

Cannot Seem To Find A Caret Position Changed Event On The Normal Richtextbox Control?

Oct 19, 2009

even Word Pad, when you scroll your Caret (the I-beam for browsing through text) through the text, in the font combobox, the font of the text you are browsing through will be displayed, and when you scroll your caret through a different font, the font will be changed. If you're confused, look at attatched picture.

I cannot seem to find a caret position changed event on the normal richtextbox control - and if anyone can show me a custom component with this it would help me a huge amount.So my basic question is how can i replicate the formentioned function in my own VB.NET program.No code is necessary just constructive suggestions, or links to other projects would be welcome. You don't need to quote the forum rules

View 1 Replies

VS 2008 Changing Form Shape?

Jul 14, 2009

I want to change the form shape. like round corners.

using designed images as form but are transprant.. like this

View 6 Replies

Forms :: RichTextBox - Changing Font Size Without Changing Families And Styles

Sep 21, 2010

I'm searching for a way to change the font size of selected text in a RichTextBox (rtf) having different font families (e.g. Arial and MS SansSerif) and font styles (underline, bold...) using the FontDialog, but without changing the families and styles. The following code resets all the font attributes, which is not what I want:

[Code]...

View 5 Replies

Change Shape Of A Cursor In A Richtextbox?

May 3, 2010

How do you change the shape of a cursor in a richtextbox?

View 5 Replies

Custom Cursor Changing Shape At Runtime?

May 16, 2011

I am working on a contract to repair problems in a application that interfaces with a custom built digitizer tablet.The application recognizes the tablet at startup, initiates calibration to locate the pad limits and then saves those limits to file.During the run of the application the user has a cursor that is changed to a line with a X on the left hand side of it. The user then uses this custom cursor to click in a PDF document where they would like the contents of the Digitizer pad to be placed. When they click a box signifying the size of the digitizer pad along with the same blank and X appears. What I have been having issue with is that the box and the line with the X appear most of the time but on occasion the line and X appears at either the top or bottom of the box and the click is no longer at the line with the X but somewhere in the middle of the box. This really screws up things and often the user has to uninstall and re-install the application to get it righted.

The values that save the calibration points are bound to variables during the build process, there is a separate routine to calibrate the digitizer pad if the user desires to do it again.

Public Structure IconInfo
Public fIcon As Boolean
Public xHotspot As Integer[code]......

View 18 Replies

VS 2010 : Changing An Oval Shape Colour?

Nov 1, 2009

im trying to make an ovalshape change colour when i click a button?

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "hello" Then
OvalShape1.FillColor = Color.Red

[code]....

View 1 Replies

Call Shape File In Richtextbox By Selecting Option In Combobox?

Jul 4, 2009

how to call shape file in richtextbox by selecting option in combobox?

View 4 Replies

Changing Font In RichTextBox?

Jul 10, 2009

I'm trying to change the font in a RichTextBox, but it's not working:

RichTextBox.Font.Name = "Times New Roman"
this apparently read only
With RichTextBox
.SlectionFont = "Times New Roman"
End With

here I need a System.Drawing.Font class and not a string

View 8 Replies

Changing The Size Of Richtextbox?

Apr 9, 2012

I have a rich textbox and when you click on it i want the size to increase from 329, 20 too 329, 285. How would i accomplish this.My current code is:

richtextbox1.size = "329, 285"

but i can an error and im not sure what i should do.

View 3 Replies

Changing Richtextbox Text Colors?

Dec 21, 2009

It's purpose is as follows:It basically is a "check list" for installed program's, and files. I image machines on a daily basis, and me making this application will save me hours, and hours of time.The basics:My program basically has 2 forms. 1st form, will be tabbed with "clients" or, different model of PC's. Each tab will have it's own checklist. I know how to pull external files already, though, that's not my issue.Basically, when I click "check list" button, it searches for an "adobe", and "Labtech" Directory. If it exists, it will throw the result into form2.richtextbox as Adobe is installed, or Adobe is not installed. Also, Checks if the second program directory is there, and then imports the info into form2.richtextbox on a seperate line. My question is, how do I change the color of the text per line?I.e. make Adobe is installed turn GREEN, and Adobe is not installed turn RED ect.

Form2.Show()
Form2.Show()
If Directory.Exists("C:\Program Files\ATI") Then

[code]......

View 3 Replies

Changing Text Colour In Richtextbox?

Jun 21, 2010

RichTextBox1.SelectionStart = RichTextBox1.Find("Not Found")
RichTextBox1.SelectionColor = Color.Red

that is my code.. my problem is in my richtextbox1, there are many line that contain "Not Found". So how can i change colour for all of that text to red colour? my code only work only with a single line that contain "Not Found".

View 2 Replies

RichTextbox - Changing Colors Automatically?

Nov 3, 2009

How do you make the word you typed in the Rich Text Box change only the words color? Example:

Example Text

* Hello World
Bye World *

Some more Example text I tried this:

If RichTextBox1.Text = "Hello World" Then
RichTextBox1.ForeColor = Color.Blue
End If

But it changed the WHOLE textbox forecolor to blue. I don't want that, just for the word.

View 14 Replies

VS 2008 : Changing Font In A RichTextBox?

Oct 31, 2009

I'm trying to figure out how to change the font in a RichTextBox without having to select the text I want to change first. I know I can select text and change it like this:

RichTextBox1.SelectionStart = RichTextBox1.Find("working")
Dim tfont As New Font("Arial", 16, FontStyle.Regular)
RichTextBox1.SelectionFont = tfont

What I want to do is set a font and then any text added to the richtextbox will use that font. Then I want to set another font and all text after that point will use that font and so on. I'm adding text to the RichTextBox with code, but I'd eventually like to add a RichTexBox to an app where the user enters the text and can change fonts like a word processor.What I'm try to accomplish would go something like this:

' Set the font for the header here
rtbPrint.Text = rtbPrint.Text & mHeader & vbCrLf
'Set the font for the body here
rtbPrint.Text = rtbPrint.Text & mBody & vbCrLf

View 3 Replies

C# :: How To Drop A Shape Inside Shape In VISIO

Mar 23, 2011

I am using Rack-mounted Equipment (US units).VSS as stencil. I need to Connect a server on Rack.

View 1 Replies

VS 2008 Changing The Mousepointer When The Forecolor Of Text Richtextbox Changes

Sep 9, 2009

I have an ap that requires the user to fill in information in certain areas in a richtext box. The areas that the user needs to complete is colored blue. To give the user some cue that input is required, I would like to change the mouse pointer when the pointer moves over blue text in the rtb.

View 2 Replies

VS 2008 RichTextBox Clears Formatting When Changing Font?

Nov 25, 2009

I have a richtextbox with multiple colored text in it. When I change the font, the color table is removed and everything changes to the default fore color. Anyone know of a why to preserve the color table and formatting when changing the font? I know I could build the RTF manually, but I really want to avoid that if possible.

View 2 Replies

Custom Caret In DataGridViewCell?

Nov 4, 2010

I'm creating a new windows form application based on an existing AS400 application (don't ask).Now the users are used to have a fat, white, blinking caret all over the place, so the first thing they mentioned when they saw my initial release was "where did the cursor go?" "We don't know which field we're filling in"

I tried to explain that there is in fact a cursor inside the textboxes (and that it is called a caret), but they want their big, fat cursor back.After some searching on the internet, combining snippets, I managed to make the caret look like I want (in fact you can use any bitmap image as a caret as long as you invert the colours).Now this seems to work like a charm for textboxes but they want the same caret when they edit a cell of a datagridview (who could have guessed)

[Code]...

View 4 Replies

Forcing The Caret To Show?

Feb 4, 2009

I have console application embedded in a Panel on my Form. The problem is that the Vertical scrollbar of this application always stays at the top, and I would prefer that I was always able to see the caret (prompt) so I can see the latest info.

How do you force a Window to display the caret?

Do solutions give the option of the caret being at the top of the window or the bottom? I would prefer that the carat is at the bottom so I can see all the info immediately prior to the caret, as in this screenshot.

View 6 Replies

Remove Caret From Textbox?

May 8, 2012

This may sound a daft question but how can you remove the caret from a textbox after the text has been entered without having to use the mouse to click outside the box.The reason for this is I have a textbox which when the user clicks the mouse on it a virtual keyboard allows them to enter text which is then displayed in the textbox. If the user got it wrong and wanted to reload the virtual keyboard they have to move the mouse outside the box, click and then re-enter again.

View 3 Replies

VS 2010 No Caret In Textbox?

Mar 1, 2012

I have a login form with a background image. The image is OK during coding but not perfect when run. Now, I tried to superimpose two textboxes on it, one for username and one for password. However, unlike a normal form there is no caret in any textbox even when clicked. Though text can be entered in the textboxes, the characters are also say blurred.

View 6 Replies

Rest The Caret Position At The Beginning?

May 10, 2010

This is what I am trying but it doesn't work. The idea is to rest the caret position at the beginning after I hit enter and the conents od Textbox1 are deleted

Private Sub TextBox1_Keydown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
If e.KeyCode = Keys.Enter Then

[Code].....

View 9 Replies

VS 2010 Caret Disappears In Textbox?

May 3, 2012

I am using a virtual keyboard I have created to write text to a textbox. Before I start typing the caret is showing the current typing position and will continue to do so if I use the physical keyboard. The problem I have is as soon as I enter a character using the virtual on-screen keyboard the caret disappears and will not come back until I use the mouse to click inside the textbox. The following is the code I use for entering an 'h'

Private Sub H_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles H.Click
If My.Computer.FileSystem.FileExists(Application.StartupPath & "Click.WAV") Then
My.Computer.Audio.Play(Application.StartupPath & "Click.WAV")

[Code].....

View 3 Replies

Parsing Caret Position In A Rich Text Box

Feb 13, 2010

How do you parse the caret position in a text box, then use that for setting the index in a listbox, all in VB.NET

View 1 Replies

Getting Caret Position Inside Any Application In VB 2010

Sep 4, 2011

I'm making a Singlish-English Word Prosessor.When user typing in a active window's TextBox those letters were automatically converted to the Sinhala language.I did that hard part with sendKeys() Function.But Now I want to set my application windows's location at Active Window's Blinking cursor(Caret) position.So It will easy to user with English-Sinhala Translation thing.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved