Click here to Skip to main content
15,893,401 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to Detect a Value on a Registry Key?! Pin
Mycroft Holmes5-Sep-08 13:39
professionalMycroft Holmes5-Sep-08 13:39 
QuestionSource code to convert foxpro to MS Access database Pin
pavanip4-Sep-08 20:36
pavanip4-Sep-08 20:36 
AnswerRe: Source code to convert foxpro to MS Access database Pin
Dave Kreskowiak5-Sep-08 1:31
mveDave Kreskowiak5-Sep-08 1:31 
AnswerRe: Source code to convert foxpro to MS Access database Pin
Paul Conrad5-Sep-08 5:41
professionalPaul Conrad5-Sep-08 5:41 
Question=OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 20:03
pdnet4-Sep-08 20:03 
AnswerRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya4-Sep-08 20:25
professionalRajesh Anuhya4-Sep-08 20:25 
GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 21:00
pdnet4-Sep-08 21:00 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt4-Sep-08 22:01
Johan Hakkesteegt4-Sep-08 22:01 
You shouldn't try to remove these characters. Instead you should not put them there in the first place.
In other words, it looks like you are formatting your string, before you are sending it through your code.
When you build your string, you put in enters or line feeds or some other "invisible" character like that:
<Sql>[enter]
<Update Table="LocationMaster" IDColumnName="LocationId">[enter]
<IsFixed>false</IsFixed>[enter]
<etc></etc>

However XML does not need this formatting. It's only use is to make it readable for the developer. The code that receives the email does not care about the formatting.

Leave any enter characters out of the string, so it becomes something like this:
<Sql><Update Table="LocationMaster" IDColumnName="LocationId"><IsFixed>false</IsFixed>etc.

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 23:15
pdnet4-Sep-08 23:15 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt5-Sep-08 0:06
Johan Hakkesteegt5-Sep-08 0:06 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Guffa5-Sep-08 1:17
Guffa5-Sep-08 1:17 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt5-Sep-08 1:58
Johan Hakkesteegt5-Sep-08 1:58 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Guffa5-Sep-08 1:15
Guffa5-Sep-08 1:15 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya4-Sep-08 22:32
professionalRajesh Anuhya4-Sep-08 22:32 
GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 23:17
pdnet4-Sep-08 23:17 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya5-Sep-08 0:57
professionalRajesh Anuhya5-Sep-08 0:57 
QuestionText in Transparent Rich Text Box Pin
Bob_Stan4-Sep-08 13:59
Bob_Stan4-Sep-08 13:59 
AnswerRe: Text in Transparent Rich Text Box Pin
Thomas Stockwell5-Sep-08 3:36
professionalThomas Stockwell5-Sep-08 3:36 
AnswerRe: Text in Transparent Rich Text Box Pin
Bob_Stan5-Sep-08 16:28
Bob_Stan5-Sep-08 16:28 
Questionhelp me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
bijan.8k4-Sep-08 12:35
bijan.8k4-Sep-08 12:35 
AnswerRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Steven J Jowett4-Sep-08 12:39
Steven J Jowett4-Sep-08 12:39 
GeneralRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Guffa4-Sep-08 15:07
Guffa4-Sep-08 15:07 
AnswerRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Mycroft Holmes4-Sep-08 15:10
professionalMycroft Holmes4-Sep-08 15:10 
GeneralRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Jon_Boy5-Sep-08 1:48
Jon_Boy5-Sep-08 1:48 
AnswerRe: help me ... Pin
Paul Conrad4-Sep-08 16:37
professionalPaul Conrad4-Sep-08 16:37 

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.