Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
David Skelly7-Dec-09 2:35
David Skelly7-Dec-09 2:35 
AnswerRe: Multithreaded App using 100% CPU...how can i make it use less? PinPopular
Luc Pattyn7-Dec-09 0:43
sitebuilderLuc Pattyn7-Dec-09 0:43 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Aaron @ Think Software7-Dec-09 0:59
professionalAaron @ Think Software7-Dec-09 0:59 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 1:11
sitebuilderLuc Pattyn7-Dec-09 1:11 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
N a v a n e e t h7-Dec-09 3:03
N a v a n e e t h7-Dec-09 3:03 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 3:17
sitebuilderLuc Pattyn7-Dec-09 3:17 
QuestionHow to print out a Quotation mark. Pin
thebiostyle6-Dec-09 16:16
thebiostyle6-Dec-09 16:16 
AnswerRe: How to print out a Quotation mark. Pin
Dave Kreskowiak6-Dec-09 17:47
mveDave Kreskowiak6-Dec-09 17:47 
You already did it. VB.NET uses two double-quote marks to escape one. So, this:
TextBox1.Text = "<a href="""">LINK</a>"

will show this in the textbox:
<a href="">LINK</a>



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionHow to MDI child form call method from MID parent form??? Pin
cotdot111116-Dec-09 15:49
cotdot111116-Dec-09 15:49 
AnswerRe: How to MDI child form call method from MID parent form??? Pin
dan!sh 6-Dec-09 17:44
professional dan!sh 6-Dec-09 17:44 
AnswerRe: How to MDI child form call method from MID parent form??? Pin
Andy_L_J6-Dec-09 17:58
Andy_L_J6-Dec-09 17:58 
Question[Message Deleted] Pin
Diana shorafa6-Dec-09 8:02
Diana shorafa6-Dec-09 8:02 
AnswerRe: Graduation Project Pin
Dave Kreskowiak6-Dec-09 15:38
mveDave Kreskowiak6-Dec-09 15:38 
GeneralRe: Graduation Project Pin
Paul Conrad7-Dec-09 10:02
professionalPaul Conrad7-Dec-09 10:02 
AnswerRe: Graduation Project Pin
Mycroft Holmes6-Dec-09 18:57
professionalMycroft Holmes6-Dec-09 18:57 
AnswerRe: Graduation Project Pin
MikeMarq6-Dec-09 21:47
MikeMarq6-Dec-09 21:47 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:06
Diana shorafa6-Dec-09 22:06 
GeneralRe: Graduation Project Pin
dan!sh 6-Dec-09 22:36
professional dan!sh 6-Dec-09 22:36 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:40
Diana shorafa6-Dec-09 22:40 
GeneralRe: Graduation Project Pin
MikeMarq7-Dec-09 7:21
MikeMarq7-Dec-09 7:21 
GeneralRe: Graduation Project Pin
EliottA7-Dec-09 15:15
EliottA7-Dec-09 15:15 
Questionlist box inconsistency (same post, found the Preview button and fixed the formatting) Pin
Tim Kredlo6-Dec-09 6:58
Tim Kredlo6-Dec-09 6:58 
AnswerRe: list box inconsistency (same post, found the Preview button and fixed the formatting) Pin
Luc Pattyn6-Dec-09 7:02
sitebuilderLuc Pattyn6-Dec-09 7:02 
QuestionResetting a ListBox Pin
marty levin6-Dec-09 6:49
marty levin6-Dec-09 6:49 
AnswerRe: Resetting a ListBox Pin
Luc Pattyn6-Dec-09 7:04
sitebuilderLuc Pattyn6-Dec-09 7: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.