Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionParent - Child Question Pin
Trupti Mehta29-Aug-07 7:04
Trupti Mehta29-Aug-07 7:04 
AnswerRe: Parent - Child Question Pin
Ian Shlasko29-Aug-07 7:22
Ian Shlasko29-Aug-07 7:22 
GeneralRe: Parent - Child Question Pin
Trupti Mehta31-Aug-07 4:27
Trupti Mehta31-Aug-07 4:27 
GeneralRe: Parent - Child Question Pin
Ian Shlasko31-Aug-07 12:13
Ian Shlasko31-Aug-07 12:13 
GeneralRe: Parent - Child Question Pin
Trupti Mehta31-Aug-07 18:20
Trupti Mehta31-Aug-07 18:20 
GeneralRe: Parent - Child Question Pin
Ian Shlasko31-Aug-07 19:26
Ian Shlasko31-Aug-07 19:26 
Questiontextbox border color Pin
manisghouri29-Aug-07 5:43
manisghouri29-Aug-07 5:43 
AnswerRe: textbox border color Pin
Dave Kreskowiak29-Aug-07 7:05
mveDave Kreskowiak29-Aug-07 7:05 
The TextBox doesn't expose any functionality for changing its border colors. You'd have to implement your own version of the TextBox, inheriting from the current TextBox class, and override the painting code and replace it with your own. You'd also have to supply new properties to allow you to specify the border color you want.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: textbox border color Pin
manisghouri30-Aug-07 6:07
manisghouri30-Aug-07 6:07 
QuestionWorking with selected text in 2 different apps. Pin
programmerwantabe29-Aug-07 4:42
programmerwantabe29-Aug-07 4:42 
AnswerRe: Working with selected text in 2 different apps. Pin
Dave Kreskowiak29-Aug-07 8:34
mveDave Kreskowiak29-Aug-07 8:34 
GeneralRe: Working with selected text in 2 different apps. Pin
programmerwantabe29-Aug-07 9:37
programmerwantabe29-Aug-07 9:37 
QuestionCross-thread operation not valid: Pin
Cory Kimble29-Aug-07 4:33
Cory Kimble29-Aug-07 4:33 
AnswerRe: Cross-thread operation not valid: Pin
Luc Pattyn29-Aug-07 6:44
sitebuilderLuc Pattyn29-Aug-07 6:44 
GeneralRe: Cross-thread operation not valid: Pin
Cory Kimble29-Aug-07 9:27
Cory Kimble29-Aug-07 9:27 
GeneralRe: Cross-thread operation not valid: Pin
Luc Pattyn29-Aug-07 9:32
sitebuilderLuc Pattyn29-Aug-07 9:32 
GeneralRe: Cross-thread operation not valid: Pin
Cory Kimble29-Aug-07 10:03
Cory Kimble29-Aug-07 10:03 
GeneralRe: Cross-thread operation not valid: Pin
Luc Pattyn29-Aug-07 11:22
sitebuilderLuc Pattyn29-Aug-07 11:22 
GeneralRe: Cross-thread operation not valid: [modified] Pin
Cory Kimble30-Aug-07 4:08
Cory Kimble30-Aug-07 4:08 
QuestionGet file ext. from database Pin
jds120729-Aug-07 3:46
jds120729-Aug-07 3:46 
AnswerRe: Get file ext. from database Pin
Dave Kreskowiak29-Aug-07 7:49
mveDave Kreskowiak29-Aug-07 7:49 
GeneralRe: Get file ext. from database Pin
jds120729-Aug-07 8:15
jds120729-Aug-07 8:15 
GeneralRe: Get file ext. from database Pin
Dave Kreskowiak29-Aug-07 8:30
mveDave Kreskowiak29-Aug-07 8:30 
Questionhelp Pin
somunu29-Aug-07 1:49
somunu29-Aug-07 1:49 
AnswerRe: help Pin
Christian Graus29-Aug-07 2:04
protectorChristian Graus29-Aug-07 2:04 

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.