How do I understand these codes

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>        <span style="color:blue Try
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>           
<span style="color:blue Dim dlg <span style="color:blue As
<span style="color:#2B91AF SaveFileDialog = <span style="color:blue New
<span style="color:#2B91AF SaveFileDialog
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>           
dlg.Title = <span style="color:#A31515 &quot;Save&quot;
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>           
dlg.Filter = <span style="color:#A31515 &quot;Rich Text Files (*.rft)|*.rft&quot;
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>           
<span style="color:blue If dlg.ShowDialog() = System.Windows.Forms.<span style="color:#2B91AF DialogResult.OK
<span style="color:blue Then
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>               
RichTextBox1.SaveFile(dlg.FileName, <span style="color:#2B91AF RichTextBoxStreamType.RichText)
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>           
<span style="color:blue End <span style="color:blue If
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>       
<span style="color:blue Catch ex <span style="color:blue As
<span style="color:#2B91AF Exception : <span style="color:blue End
<span style="color:blue Try
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none

<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none

<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span>   
<span style="color:blue End <span style="color:blue Sub
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span style="color:blue
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span style="color:blue
<p style="margin-bottom:0in; margin-bottom:.0001pt; line-height:normal; text-autospace:none
<span style="font-size:9.5pt; font-family:Consolas <span style="color:blue  (*.rft)|*.rft* is hard to understand

View the full article
 

Similar threads

Back
Top