OT - Good Ideas ?

  • Thread starter One Handed Man \( OHM - Terry Burns \)
  • Start date
O

One Handed Man \( OHM - Terry Burns \)

Im looking for inspiration !

I want to put a snippit of code at the top of my company letterhead, any
ideas would be greatfully received ( provided they are constructive ), like

'MyCompany Name
Public Class CompaniesShortName

Private Enum CompanyDirection
Upwards
Onwards
SkysTheLimit
End Enum

Private OurDirection As CompanyDirection

Public Sub New()
OurDirection = CompanyDirection.SkysTheLimit


This is corney, but you get the drift !

Cheers






--
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))
--
 
C

Cor Ligthert

Terry,

Maybe you can do something with a boolean OR, something as,
Quality OR JustInTime OR Price and than let it result in your company name.

Just for inspiration of course.

Cor
 
O

One Handed Man \( OHM - Terry Burns \)

Good Idea, thanks Cor !

--
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))
--


Cor Ligthert said:
Terry,

Maybe you can do something with a boolean OR, something as,
Quality OR JustInTime OR Price and than let it result in your company
name.

Just for inspiration of course.

Cor
 
B

Bob Powell [MVP]

There's got to be a consulting fee in there somewhere ;-)

--
Bob Powell [MVP]
Visual C#, System.Drawing

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml






One Handed Man ( OHM - Terry Burns ) said:
Good Idea, thanks Cor !

--
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

Threading 16
This Group, what more do we need ? 19
Threading Performance 7
Enumerations And Random Numbers 38
Why Does This Fail ( Threading ) 17
How to tell if a document is new ? 5
Details Vs Thumnails 7
My Turn - Threading 10

Top