Click here to Skip to main content
15,886,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHelp making a listbox appear when I write something Pin
Rylogy23-Oct-04 4:57
Rylogy23-Oct-04 4:57 
GeneralRe: Help making a listbox appear when I write something Pin
MohammadAmiry23-Oct-04 22:13
MohammadAmiry23-Oct-04 22:13 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy24-Oct-04 4:00
Rylogy24-Oct-04 4:00 
GeneralRe: Help making a listbox appear when I write something Pin
Dave Kreskowiak24-Oct-04 14:46
mveDave Kreskowiak24-Oct-04 14:46 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy24-Oct-04 14:47
Rylogy24-Oct-04 14:47 
GeneralRe: Help making a listbox appear when I write something Pin
Fade (Amit BS)24-Oct-04 19:10
Fade (Amit BS)24-Oct-04 19:10 
GeneralRe: Help making a listbox appear when I write something Pin
Rylogy25-Oct-04 11:12
Rylogy25-Oct-04 11:12 
GeneralHelp modifying text Pin
Rylogy23-Oct-04 3:06
Rylogy23-Oct-04 3:06 
Hi i'm having problems here I made this code but after it finds and p I try to write more stuff but it gets stuck selecting the p. Can anyone help me out here with the codes?

Private Sub Timer1_Tick_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Try
RichTextBox1.SelectionStart = RichTextBox1.Find("p")
Dim SelectorFont As New Font(RichTextBox1.Font, FontStyle.Bold)
RichTextBox1.SelectionFont = SelectorFont
RichTextBox1.SelectionColor = RichTextBox1.SelectionColor.Black
Catch ex As Exception
End Try
GeneralRe: Help modifying text Pin
Dennis C. Dietrich23-Oct-04 4:21
Dennis C. Dietrich23-Oct-04 4:21 
GeneralRe: Help modifying text Pin
Rylogy23-Oct-04 4:26
Rylogy23-Oct-04 4:26 
GeneralRe: Help modifying text Pin
Rylogy23-Oct-04 4:33
Rylogy23-Oct-04 4:33 
GeneralRe: Help modifying text Pin
Rylogy23-Oct-04 4:39
Rylogy23-Oct-04 4:39 
GeneralHalt Sequence Pin
Red Sunday22-Oct-04 11:28
Red Sunday22-Oct-04 11:28 
GeneralRe: Halt Sequence Pin
Dennis C. Dietrich22-Oct-04 13:01
Dennis C. Dietrich22-Oct-04 13:01 
GeneralRe: Halt Sequence Pin
Fade (Amit BS)24-Oct-04 19:21
Fade (Amit BS)24-Oct-04 19:21 
GeneralDatatable copy Pin
cooldev22-Oct-04 11:27
cooldev22-Oct-04 11:27 
GeneralRESTRICTING WEBSITE ON IE Pin
MalikRizwan22-Oct-04 7:12
MalikRizwan22-Oct-04 7:12 
GeneralMath Operators Pin
Desi Bravo22-Oct-04 6:47
Desi Bravo22-Oct-04 6:47 
GeneralRe: Math Operators Pin
Colin Angus Mackay23-Oct-04 14:09
Colin Angus Mackay23-Oct-04 14:09 
GeneralRe: Math Operators Pin
Desi Bravo23-Oct-04 15:03
Desi Bravo23-Oct-04 15:03 
GeneralDisplaying photo from access Pin
stevemwangi22-Oct-04 5:22
stevemwangi22-Oct-04 5:22 
GeneralRe: Displaying photo from access Pin
mmcdonald22-Oct-04 9:05
mmcdonald22-Oct-04 9:05 
GeneralCommunication Pin
Daminda21-Oct-04 18:22
Daminda21-Oct-04 18:22 
GeneralRe: Communication Pin
Ray Cassick21-Oct-04 18:47
Ray Cassick21-Oct-04 18:47 
GeneralArrays and Converting String to Double Pin
ConfusedStudent21-Oct-04 16:08
ConfusedStudent21-Oct-04 16:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.