Click here to Skip to main content
15,909,498 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralGetting active window Pin
koatto6-Nov-03 0:12
koatto6-Nov-03 0:12 
GeneralRe: Getting active window Pin
Anonymous6-Nov-03 4:37
Anonymous6-Nov-03 4:37 
GeneralRe: Getting active window Pin
koatto6-Nov-03 22:35
koatto6-Nov-03 22:35 
GeneralRe: Getting active window Pin
Dave Kreskowiak7-Nov-03 4:21
mveDave Kreskowiak7-Nov-03 4:21 
GeneralRe: Getting active window Pin
Dave Kreskowiak7-Nov-03 4:21
mveDave Kreskowiak7-Nov-03 4:21 
GeneralRe: Getting active window Pin
koatto7-Nov-03 6:32
koatto7-Nov-03 6:32 
Generaldisplay rtf text in diff colors Pin
R. Thomas5-Nov-03 21:55
R. Thomas5-Nov-03 21:55 
GeneralRe: display rtf text in diff colors Pin
Csharp™6-Nov-03 21:46
Csharp™6-Nov-03 21:46 
With RichTextBox1<br />
    .SelectionStart = .TextLength<br />
    .SelectionColor = Color.Red<br />
    .SelectedText = "Beau"<br />
    .SelectionColor = Color.Green<br />
    .SelectedText = "tifu"<br />
    .SelectionColor = Color.Blue<br />
    .SelectedText = "l world"<br />
End With


Csharp™  the coder formally known as dynamic



Dim TwinsHaveArrived As String = "twins arrived safely , 17/08/2003 (18:05 & 18:07)"

GeneralRe: display rtf text in diff colors Pin
the_warlord17-Nov-03 15:55
the_warlord17-Nov-03 15:55 
Generalrtf lost colors Pin
R. Thomas5-Nov-03 21:49
R. Thomas5-Nov-03 21:49 
GeneralChaning a character in the keyboard Pin
Mr.Dave5-Nov-03 21:44
Mr.Dave5-Nov-03 21:44 
GeneralChaning a character in the keyboard Pin
Mr.Dave5-Nov-03 21:44
Mr.Dave5-Nov-03 21:44 
GeneralRe: Chaning a character in the keyboard Pin
Anonymous6-Nov-03 4:33
Anonymous6-Nov-03 4:33 
GeneralIS it possible in vb Pin
percyvimal5-Nov-03 20:53
percyvimal5-Nov-03 20:53 
GeneralRe: IS it possible in vb Pin
Anonymous6-Nov-03 4:31
Anonymous6-Nov-03 4:31 
Generalmaking windows services configurable Pin
Asad Hussain5-Nov-03 10:13
Asad Hussain5-Nov-03 10:13 
GeneralRe: making windows services configurable Pin
Guillermo Rivero5-Nov-03 10:19
Guillermo Rivero5-Nov-03 10:19 
GeneralRe: making windows services configurable Pin
Pratik Desai5-Nov-03 10:32
Pratik Desai5-Nov-03 10:32 
GeneralRe: making windows services configurable Pin
Colin Angus Mackay5-Nov-03 12:48
Colin Angus Mackay5-Nov-03 12:48 
GeneralRe: making windows services configurable Pin
Asad Hussain6-Nov-03 4:27
Asad Hussain6-Nov-03 4:27 
GeneralRe: making windows services configurable Pin
Colin Angus Mackay6-Nov-03 14:13
Colin Angus Mackay6-Nov-03 14:13 
GeneralDLL and ASP Pin
Jonavis5-Nov-03 7:37
Jonavis5-Nov-03 7:37 
GeneralRe: DLL and ASP Pin
Hesham Amin5-Nov-03 10:52
Hesham Amin5-Nov-03 10:52 
Questionhow to read and write to .xsl file by ado.net ? Pin
Tridip Bhattacharjee5-Nov-03 5:11
professionalTridip Bhattacharjee5-Nov-03 5:11 
AnswerRe: how to read and write to .xsl file by ado.net ? Pin
Dave Kreskowiak5-Nov-03 11:05
mveDave Kreskowiak5-Nov-03 11:05 

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.