Search results

  1. Ron_dK

    Border color Office 2007

    This may sound silly, but is there a way to change the light blue border color of Office 2007 programs ( i.e. Acces, Outlook, ...) to another color ? If yes, how to do that ? Thanks in advance.
  2. Ron_dK

    Unrecognized Database Format

    Since the OP posted this in 2005, I figure this may be SPAM. Reported as such.
  3. Ron_dK

    Thoughts from UK members on where to live

    Doesn't the Wing provide for homes then ? A good friend of mine stayed with the RAF in Mildenhall for some two years and they provided for homes/living and all that jazz.
  4. Ron_dK

    What do you consider to be the best "con" of recent years?

    You can feed it back to the main net and get paid for it. However, the costs of a KWhr is approx € 0.09 , while returning electricity will only give you some 0.7 x 0.09 which equals some 0.063 per Kwhr
  5. Ron_dK

    Thoughts from UK members on where to live

    Are they joining the 100th Air Refueling Wing ;)
  6. Ron_dK

    What do you consider to be the best "con" of recent years?

    Champagne or Windows Vista ? :rolleyes:
  7. Ron_dK

    Do you know me?

    Since St Pauli Girl is brewed in Bremen, I assume he moved to Germany :D
  8. Ron_dK

    3,000

    Yep, congrats Tony. You've been a great help on this forum. Especially the Excel>Access threads were very usefull : http://www.access-programmers.co.uk/forums/showthread.php?t=143336 Keep them coming. Cheers, Ron
  9. Ron_dK

    Do you know me?

    Tess, I figured the name Pam came from this thread : http://www.access-programmers.co.uk/forums/showthread.php?t=107533 so it's simply a matter of going thru some older posts, nothing magic there. I'm the dutch guy formerly known as rak, but since I moved to France, I thought I'd better change...
  10. Ron_dK

    Do you know me?

    Good to see you're back Joe. Greetings from a snowy France ;)
  11. Ron_dK

    Some things to ponder about.

    That makes sense Rich. Putting this into context I figure Knopfler is painting a scenery which looks a bit like this :
  12. Ron_dK

    Some things to ponder about.

    Not having English as the mother-tongue, there are a couple of songs which I very much like , but from which I hardly understand the lyrics. For example, the song : The Ragpicker's Dream by Mark Knopfler ( real pice of beauty) it says : " Where the whiskey keeps following Cold pitchers of beer...
  13. Ron_dK

    Do you know me?

    I thought it was Pam ;) Now where's that prize :confused:
  14. Ron_dK

    Do you know me?

    Yup, thought he was sort of going to sort of leave ? :D http://www.access-programmers.co.uk/forums/showthread.php?t=99231&highlight=leave
  15. Ron_dK

    Do you know me?

    Sounds like he's from the States, probably Texas. Wasn't that JSanders, who was doing the kerfs and the knots ??
  16. Ron_dK

    Happy Birthday Len

    Happy Birthday Len, and here's that medal you deserve : ;)
  17. Ron_dK

    Happy Christmas all

    Correct Pono, I moved to here : :cool:
  18. Ron_dK

    Binary string into ASCII converstion?

    I haven't tested this , but maybe something like this : Dim bin As String = "1000001" 'Binary string (A's ASCII Code 65) Dim decimalAscIIValue As Integer decimalAscIIValue = Convert.ToInt32(bin, 2) 'First convert Binary to Decimal Intger Dim AscIIChar As String = Chr(decimalAscIIValue) 'Then...
  19. Ron_dK

    Happy Christmas all

    Now that's good news. Who wouldn't get a G&L for X-mas. ;) ps would that be the 4 or 5 string ?
  20. Ron_dK

    Happy Christmas all

    Why don't make it 24 km than ? :rolleyes:
Back
Top Bottom