Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 1:44
Balagurunathan S23-Apr-08 1:44 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 1:56
darkelv23-Apr-08 1:56 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 2:06
Balagurunathan S23-Apr-08 2:06 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 2:15
darkelv23-Apr-08 2:15 
Questionstring Replace in vb.net Pin
RajeevKumarSharma23-Apr-08 0:54
RajeevKumarSharma23-Apr-08 0:54 
GeneralRe: string Replace in vb.net Pin
Christian Graus23-Apr-08 1:06
protectorChristian Graus23-Apr-08 1:06 
GeneralRe: string Replace in vb.net Pin
RajeevKumarSharma23-Apr-08 1:28
RajeevKumarSharma23-Apr-08 1:28 
GeneralRe: string Replace in vb.net Pin
Dave Kreskowiak23-Apr-08 3:34
mveDave Kreskowiak23-Apr-08 3:34 
VB doesn't understand C-style escapes. Additionally, you escaped the string delimiters, not the quotes inside the string. Double quotes must be paired up to be escaped in VB, so your statement would look like:
str = Replace(str, "<a href=""> 

<div class="ForumSig">  <small>
    <a href="http://www.codeproject.com/scrapbook/ForumGuidelines.asp">A guide to posting questions on CodeProject</a>[<a href="http://www.codeproject.com/scrapbook/ForumGuidelines.asp" target="_blank" title="New Window">^</a>]</small>
  <br>
<font color="Blue">Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic<br />     2006, 2007, 2008</font>
</br>
</div></a>

GeneralRe: string Replace in vb.net Pin
Icharus23-Apr-08 19:28
Icharus23-Apr-08 19:28 
Questionreceive file names sent to your application Pin
Member 467598623-Apr-08 0:08
Member 467598623-Apr-08 0:08 
GeneralRe: receive file names sent to your application Pin
Christian Graus23-Apr-08 1:06
protectorChristian Graus23-Apr-08 1:06 
Questionhow to update rows in datatable in vb.net 2.0 windows application Pin
vijaylumar22-Apr-08 20:50
vijaylumar22-Apr-08 20:50 
GeneralRe: how to update rows in datatable in vb.net 2.0 windows application Pin
Christian Graus22-Apr-08 21:48
protectorChristian Graus22-Apr-08 21:48 
QuestionHow to Zip and Unzip a file Pin
Dotnetkanna22-Apr-08 20:42
Dotnetkanna22-Apr-08 20:42 
AnswerRe: How to Zip and Unzip a file Pin
Ajay.k_Singh22-Apr-08 21:33
Ajay.k_Singh22-Apr-08 21:33 
Questionhow to add a setup file in a setup Pin
sumit703422-Apr-08 20:28
sumit703422-Apr-08 20:28 
AnswerRe: how to add a setup file in a setup Pin
Christian Graus22-Apr-08 20:32
protectorChristian Graus22-Apr-08 20:32 
GeneralRe: how to add a setup file in a setup Pin
sumit703422-Apr-08 20:40
sumit703422-Apr-08 20:40 
GeneralRe: how to add a setup file in a setup Pin
Christian Graus22-Apr-08 21:47
protectorChristian Graus22-Apr-08 21:47 
QuestionPrinter control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
drexler_kk22-Apr-08 17:28
drexler_kk22-Apr-08 17:28 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
Christian Graus22-Apr-08 17:56
protectorChristian Graus22-Apr-08 17:56 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
drexler_kk22-Apr-08 18:09
drexler_kk22-Apr-08 18:09 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
Christian Graus22-Apr-08 19:13
protectorChristian Graus22-Apr-08 19:13 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
darkelv22-Apr-08 19:13
darkelv22-Apr-08 19:13 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
drexler_kk22-Apr-08 20:12
drexler_kk22-Apr-08 20:12 

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.