• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Confused about addhandler

    I don't see the problem. Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load For Each pbx As PictureBox In Me.Controls.OfType(Of PictureBox)() AddHandler pbx.MouseEnter, AddressOf pbx_MouseEnter Next End Sub …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited date data type in acess and vb.net

    i am in need to retrive content from acess with date/time datatype as constraint and its checking value is from datetimepicker of vb.net. i have set both format of date …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Confused about addhandler

    This doesn't cause the error, but you should not use the form `Me.i`. Just use the variable name without the `Me` qualifier. As for the error, try the loop For …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in DuckDuck Go, New Search Engine

    Been using it off and on for more than a year.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Harald Gormsson was a king of Denmark and Norway who ruled circa 970 CE and united dissonant Danish tribes into a single kingdom. One theory to explain his nickname is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Charles “Pretty Boy” Floyd was a notorious bank robber in the Great Depression era US. While unpopular with bank executives, he was enormously popular with the public because of his …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in TrueCrypt Replacement

    Why can't you just use TrueCrypt? It still works just fine.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited COCHRANE, Patrick Joseph - Alberta

    COCHRANE, Patrick Joseph - Alberta a business consultant, howdy everyone Thanks : COCHRANE, Patrick Joseph - Alberta
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Three out of four cars that Rolls-Royce ever built are still on the road. [Source](http://www.economist.com/news/special-report/21576225-why-everyone-wants-be-top-end-market-dreams-wheels)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Unexpectably switched from jazz to blues/hard rock of late 60s

    I'm with you except for some big band, some Brubeck and some Mancini. John Coltrane should be considered cruel and unusual punishment akin to waterboarding.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Men in the US receive on average 63% longer sentences than females for the exact same crimes. [source](http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2144002)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    When the Bastille was stormed during the French Revolution, only 7 prisoners were being held at the time. One of them was Whyte de Malleville, an Irishman.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in currency teller

    And the point of this is?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    "History is becoming more and more a race between education and catastrophe." H. G. Wells
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Things I hate about TV shows

    I hate how on TV, people live in housing that they wouldn't be able to afford on the salaries they would make as their TV characters. Two cases in point, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Please Read This Before Posting

    Please read through the following suggestions before posting in this forum. Questions in this forum are answered by people who generously volunteer their time. Following these guidelines will increase the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Please Read This Before Posting

    Please read through the following suggestions before posting in this forum. Questions in this forum are answered by people who generously volunteer their time. Following these guidelines will increase the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Things I hate about TV shows

    You must love informercials and the shopping channels.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in old posts

    Unfortunately I have also seen cases where a new member has gone Rambo in a forum and posted in multiple old threads in rapid succession. This results in pushing all …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in old posts

    One more thing that I've noticed is that most resurrection of dead threads is being done by new(ish) members.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in old posts

    Take a look at [Recovering Outlook Files](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/52162/recovering-outlook-files). The only posts in the last five years were two deleted (spam) and one that basically says **shoulda made a backup, dude**. The …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    The price of freedom keeps going up but the quality keeps deteriorating. - Anonymous
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited vb .net application

    hello sir,good morning am creating one pos software ,i have done all my designing and coding its working fine in my system ,i kept my db in inside debug-->bin section …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    It's not the nuts who are the greatest threat to democracy. As history has shown us over and over, it's the unbridled power of the state over its citizens. Aaron …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    The average salary for NCAA football coaches in the US is $1.64 million. The average salary of US university/college professors is $73,000.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the best?

    See [here](https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/484044/hi-everyone#post2118530).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Count records in CSV File

    You can open the CSV as a text based database using ADO then use standard SQL statements to query to records. A detailed explanation can be found [here](http://msdn.microsoft.com/en-us/library/ms974559.aspx). Here is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Conversion from string "_0" to type 'Integer' is not valid

    "_0" is not an integer. Strip off the underscore before you try to convert.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hi everyone

    I see we have another "what is the best..." thread that is probably going to generate endless discussion from the linux/Mac/Windows camps. [Here](http://joelgrus.com/2013/12/24/why-programming-language-x-is-unambiguously-better-than-programming-language-y/) is some enlightening and amusing reading for …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Autonumber Generator

    In that case you can't use my suggestion because StudentNo is not actually a number. Using the format `####-##` you'd have to store it as a string rather than a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Chat issue

    I'll keep my eye on the telltale.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Systems design and analysis project

    The first mistake you made is asking us to tell you the requirements of a system that we know nothing about. What you have to do is meet with the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to almostbob in There is an elephant on the loo!

    The first man to [urinate on the moon](http://news.nationalgeographic.com/news/2009/07/090716-moon-landing-buzz-aldrin-pee.html) was Buzz Aldrin, shortly after stepping onto the lunar surface.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming our mind

    We've been brainwashed to believe that profits are more important than survival. Political parties will move to protect their source of funds and those funds come from the very industries …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Chat issue

    I had the same problem but it's much better now that nobody wants to chat with me ;-P
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming our mind

    In the movie, Reds, Jack Reid was asked to speak on the reason the US got involved in World War 1. He stood up, said, "Profits", then sat again. Haliburton …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming Sucks

    Discounting guns, drugs and really bad pick-up lines ;-P
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    At the same time that Apple was suing Microsoft for stealing the "look and feel" of their GUI they were defending themselves against a similar suit filed against them by …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    In the 13 states that have passed laws to legalize medical marijuana between 1999 and 2010, deaths due to opioid overdose fell 25%.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming our mind

    It's not difficult to understand. Fear sells, and the government depends on that fear to motivate people to accept just about anything. We take off our shoes at the airport …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    In Saudi Arabia, women can fly planes but it is illegal for them to drive cars.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    In 1988, Cosmopolitan published an article claiming that HIV could not be transmitted between individuals using the missionary position.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    King Abdullah II of Jordan is a fan of Star Trek and had a small non-speaking role on “Investigations,” a 1995 episode of the TV series Star Trek: Voyager.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in moving recorc from one table to another

    Of course, you should do error checking at each step to ensure that you don't delete the record if it fails to insert into Table2.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in moving recorc from one table to another

    You didn't provide the table structures so I'll assume the tables have the same structure. I have no idea how much detail you need so I'll start with a little …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to vegaseat in Is privacy over?

    A location in the troubled downtown area would be less safe for the police.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is privacy over?

    Yes. It makes sense to put the station in the centre of the area it serves. Sometimes this is not practical. In the case of my city (Winnipeg), the city …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is privacy over?

    You forgot the doughnut shops.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random Facts

    Americans consume approximately 130 lbs of sugar per year. That is the equivalent of 1,767,900 Skittles.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Is privacy over?

    >instead of waiting three minutes, they'll be around in (at the quickest) half an hour, You assume that all of the cops just sit at the station waiting for calls. …

The End.