Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Commented Posts
0 Endorsements
Ranked #3K
~3K People Reached

16 Posted Topics

Member Avatar for ITKnight

Try these: RichTextBox.SelectionFont = New Font("Tahoma", 12, FontStyle.Underline) RichTextBox.SelectionFont = New Font("Tahoma", 12, FontStyle.Bold) RichTextBox.SelectionFont = New Font("Tahoma", 12, FontStyle.Italic) Then add the text to the RichTextBox Control.

Member Avatar for Jx_Man
0
546
Member Avatar for trinidad_techie

I would like to know what your program is considering you have no idea what the .NET Framework is.

Member Avatar for trinidad_techie
0
158
Member Avatar for bharanidharanit

Your posting couldn't be more vague. I am guessing that English is your second language. No problem, just ask someone who is fluent (In English) to write down your question for you and then post it here.

Member Avatar for Alexpap
0
95
Member Avatar for Potato.Head

Check this out. If it does not help, let the forum know. [url]http://msdn.microsoft.com/en-us/library/ms178139.aspx[/url]

Member Avatar for SheSaidImaPregy
0
181
Member Avatar for Guigo
Member Avatar for bharanidharanit

Step #1. Go to local job service. Step #2 Apply for a non-programming job. Step #3 Get non-programming jojb. Problem solved.

Member Avatar for poguemahone
0
117
Member Avatar for cassie_sanford
Member Avatar for vmaskeyit

Step #1. Go to local job service. Step #2 Apply for any job that does not involve programming. Problem solved.

Member Avatar for poguemahone
0
89
Member Avatar for mujaqo

You could start off by using the System.IO namespace of the .NET Framework. What is the purpose of storing all that info in textbox? You could store some sort of a unique identifier as the value of the textbox and then when a user selects something from the textbox, showw …

Member Avatar for poguemahone
0
128
Member Avatar for laks_samy
Member Avatar for Anwarmt

You cannot possibly learn all you need to know from some examples. Go to classes, or some other schooling. The fact that people don't take programming seriously is why we have so much bloat and crapware out there. Please, for the good of mankind, educate yourself with something other than …

Member Avatar for poguemahone
0
139
Member Avatar for GonKas

Try: SELECT COUNT(*) FROM Producao WHERE ProdUserID=UtilizadorID. This will give the number of rows that meet this criteria.

Member Avatar for Jx_Man
-1
149
Member Avatar for leroi green

Try this: <code> Dim strInput As String = "" Dim str1stCharacter As String = "" Dim strOutput As String = "" Dim intStringLength As Integer = 0 strInput = Me.xEnterText.Text str1stCharacter = Microsoft.VisualBasic.Left(strInput, 1) Select Case str1stCharacter Case "A", "E", "I", "O", "U", "Y", "0", "1", "2", "3", "4", "5", …

Member Avatar for poguemahone
0
232
Member Avatar for sreelakshmi

Try using the RichTextBox_SelectionChanged Event. Inside of the event handler test the SelectionLength property of the RichTextBox like this: If RichTextBox.SelectionLength > 0 Then MenuStripItems.Visible else End If

Member Avatar for poguemahone
0
118
Member Avatar for ads248

You could start the file IO in a separate class from the UI and use Thread.Start(). In your file IO class, you can raise an event after each operation (or whatever interval you choose) and have it call back to the UI to perform updates.

Member Avatar for poguemahone
0
1K
Member Avatar for vishal.mehta

Try the SerialPort Class. .NET 2.0, 3.0, 3.5 Namespace: System.IO.Ports Assembly: System (in system.dll)

Member Avatar for poguemahone
0
70

The End.