Thanks

  • Thread starter OHM \( Terry Burns \)
  • Start date
O

OHM \( Terry Burns \)

Thanks 4 all your help on DWT's etc. Once I understood how it worked, it
was painfully and embarrassingly simple, I guess I was expecting something
more sinister.

Regards - Terry

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Speech Recognition Files Error 0
Remember Me ? 2
DWT and CSS 2
DWT/CSS Woes 1
How to tell if a document is new ? 5
DWT Inheritence 2
One Last Question ( I promise ) 2
Forms on Letters 1

Top