Make Bullet In Richtextbox?
May 13, 2009Can you give the example of source code to make bullet in richtextbox?
View 1 RepliesCan you give the example of source code to make bullet in richtextbox?
View 1 RepliesI'm making a space invaders type game. Everything is working except I'm not sure how to make the bullet dissapear from the form after it collides so it doesn't hit the second enemy line. I tried dispose, hide and enabled = false and visible = false. If I dispose I can't shoot again. Hiding it means it will still collide with the second enemy line it's just invisible. Also, my bullets only shoot as low as the lowest wave of enemies. So after I kill enemies it's like it's still colliding with an invisible enemy. After like 30 seconds the I guess "invisible" enemies glide all the way down the page and I can shoot as high as I can after that. I published and compressed my game into a rar if you want to see what I'm talking about and I will include the code. I've tried for like 3 days to get this to work.
[code]...
how to make 45 angle shoot or 45 angle movement of bullet in vb.net
View 1 RepliesI can add a bullet in word document through vb.net by using applybulletDefault() method but how can i remove it in next line??
View 1 RepliesI need to allow hard returns and bullet points in all Textbox area field.
View 2 RepliesI need to create a custom label. I need to put a triangle shape into the label as a bullet point. I want to be able to click on the label and have the triangle spin. For example is the base case the label will look like this (I am using a ">" and a "V" to represent the triangle shape):
> "Caption"
When I click on it, I want the label to look like this:
V "Caption"
I need to have a space between the triangle and the first letter of the caption.
I have a rtb and I need the user to be able to switch between bullet styles. How would i do this. I can not figure this out, i do not even see a bullet style properties.
View 4 RepliesSo for my final project in my Visual Basic.net class I am making a airplane game quite similar to Space Invaders.I think I have a good idea as to how to get the bullet from the planes to shoot. However, I was wondering where exactly the bullet picture box is going to be placed. I don't understand it. Is it going to be under the picture box of the plane or what?
View 17 RepliesI need to allow hard returns and bullet points in all Text fields
View 1 RepliesHow can i create bullet points in a Rich Text Box?
View 1 Replieswhen a tank cannon shoots, what I want is make the shell come out on the tip of its cannon. The same thing when the cannon is facing on a different angle.I only know the rotation thing but not these trigonometric function I am looking for.
View 3 RepliesIm using RichTextBox from Visual Studio 2008 to show various RTF content and it is slow. I mean really slow. Is there any way to improve the loading speeds of LoadFile function?I tried to load directly from memorystream (without saving file to disk) but it's still slow.I read plenty info about how RichTextBox is slow and all. Has there been any improvements in Visual Studio 2010?
View 5 RepliesMS Word shows page breaks and other formatting characters. Is there a way to display that in a RichTextBox?
View 7 RepliesI need to use a richtextbox, not a normal textbox because of the way it keeps the caret position, from line to line. But I need to keep the text at the same font all the time even if it is pasted. At the moment I have it selecting the entire text and changing the font to the original (Lucida Console) but it look horrible when you paste into it as it flashes blue.
View 2 Replies1.how can i resize my project's form1?i mean my form1 only has fixed size.when i'm trying to maximize the form(by click a square on the top right corner of the form) my form remains in the same size even the window has fullfill my screen.
2.how can i make my project to become an installer?
3.how to make exe file from the project?
I have a richtextbox .. i have added some text in that dynamically .. Like when i click on a button some text is added to the richtextbox. Suppose my Text is " Customer R Stepens , age - 40, Gender- Male, Etc CUSTOMERDATA i want to make CUSTOMERDATA invisible... But it should be there in Text , Because i need it for further reference i Made the CUSTOMERDATA font to 0.5! but still it takes some space. that i do not want
View 2 RepliesI have a RichTextBox embedded in Tab control. and i have a Mail system how do i make the body of the Mail as that of RichTextBox? how ever i did not drag and drop Rich text box , instead
Dim tp As New TabPage("New Document")
Dim rtb As New RichTextBox()
rtb.Dock = DockStyle.Fill
[Code].....
Is there any to make Transparent RichTextBox in Vb.net (Vs2010) ,so the forms background shows through it?
View 1 RepliesI need to change the border of richtextbox and make it like a textbox. How can i do it?
View 1 Replieshow can make a text in richtextbox to become superscript or subscript?
View 1 RepliesI got a button, textbox1 and a richtextbox1.When i press button1, folderdialog appears: [code] How to make the items, which are in folder, display on richtextbox(maybe change it to something different)?
View 5 RepliesI am trying to make a format string to order a list in richtextbox. I already done this, however not as I like to.
So I want this symbol: <-- symbol And I only have got other symbol that I can't tell you guys which is. The code that I use is:
"{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\froman\fprq2 Times New Roman;}{\f3\fnil\fprq2\fcharset2 Wingdings;}}" & vbCrLf & _
[Code]....
how do you make a richtextbox scroll down automatically when text fills the screen so that the new line can be seen,
View 2 RepliesI need to make a RichTextBox transparent in order to display a background for it.
So far I've managed to find a custom control for it, but when I scroll the text gets all messed up (the scrollbars are bugged too). how to fix this or how to make a standard RichTextBox transparent?
i'm trying to make a search using richtextbox.find which is both MatchCase and Reverse. how can i do this?
View 3 Repliessimple and easy code to find/findnext/replace richtextbo
View 1 RepliesI found that code and how could i change it so it will also make correction(including upper case):[code]
View 1 RepliesPrivate Sub RichTextBox1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged
RichTextBox1.SelectionLength = 0
Dim words As New List(Of String)
words.Add("Test")
[code]....
I was wondering if anyone knew how to create a intellisense type form for a rich text box word. Really I only need help with the code that gets the highlighted words location and places my form under the word to the left.For example: When I highlight a word in my RichTextBox and click on a button, a form of my choice would popup under the word to the left.
View 2 RepliesI have a problem here regarding to html and html preview..I have 3 tabs and I want the first tab to be plain text..My Second tab will be the html codes wherein i can let the user paste define an html code there. While in the third tab i want it to preview the html...
View 11 Replies