• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    Funny if you are in the 1%. Not so funny to the rest of us.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Creating an array

    When you do Dim myarr(2) As Integer You are declaring an array of integers (indices 0, 1, 2). When you do Dim myarr(2)() As Integer You are declaring an array …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Key Press event

    I suggest using CTRL instead of ALT for two reasons: 1. CTRL-ENTER is used in many other apps for this purpose 1. ALT typically activates the menu
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in feed design

    Is that a question?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in program

    This sounds like a homework assignment. We don't do your homework for you.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Best first lines of a song

    Midnight at the oasis Send your camel to bed Maria Muldaur It's not poetic or deep. It's just odd, and that's why I like it.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Return the Sub Value (Newbie Asking for Help)

    Do you have a question?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Convert Int type column to String type in DataGridView - Windows Forms

    Try SELECT CASE fldname WHEN 0 THEN 'No' ELSE 'Yes' END AS fldname FROM tablename
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Stuugie in How is the weather today in your country?

    It's warming up!! [Winnipeg Weather](http://www.theweathernetwork.com/weather/canada/manitoba/winnipeg)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in hi im a newbie here

    I just get suspicious when I see things like that. It's unusual, when copying and pasting a block of code, to have one line in the middle left out. It …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Stuugie in Birthdays

    Happy belated AD.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in hi im a newbie here

    Did you happen to notice that the code as posted is incomplete? For example, even though it starts with **Private Sub** there is no opening **If** statement. That means some …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in EA Has Officially Ruined Dungeon Keeper !

    > I don't see the point of playing since essentially you just pay money to win. In my day we called that pinball.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Birthdays

    Happy birthday Mr. Kubelski.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to Stuugie in What movie have you seen lately?

    Archer, not a movie but damn funny imo. I'm easy like that!
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited what wrong with my codes?

    an i ask for help? what is wrong with my codes thanks in advance Sub show1() Dim DReader As MySqlDataReader SqlCmd = New MySqlCommand("SELECT * FROM book WHERE accesion_num = …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Sorting Access Database

    You can specify the sort order when you retrieve the records by using the ORDER BY clause in the query. SELECT * FROM mytable ORDER BY fieldname
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in slove by recurson factorial ?

    You need to account for all cases. Your function does nothing for Fact(0). You should also just return a value rather than assign it to the textbox in the function. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in There is an elephant on the loo!

    I came across an interesting web site the other day. It is maintained by the New York Times and it tracks water pollution violations over the entire United States. Here …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Limit sound frequencies

    You can always try editing the example.txt file directly and putting in your own frequencies. Leave the edit window open and every time you do a save you should be …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FormBorder Error

    Can you show us the code?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Limit sound frequencies

    My GUI is entirely separate from that. What you are looking at is the setup for the equalizer. You have to run my GUI after it is all set up. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how can one create dynamic textboxes from vb.net code it self ?

    In order to be useful it is necessary for dynamically created controls to be added to the form (or a container in the form). Typically you also want to add …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in EA Has Officially Ruined Dungeon Keeper !

    EA used to produce great software. They created some of the best software released on the Amiga. However, from what I hear about them these days they are pretty much …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Education is what you get when you read the fine print. Experience is what you get when you don't. - Pete Seeger
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Jokes

    A physicist, a biologist, and a mathematician are sitting on a bench across from a house. They watch as two people go into the house, and then a little later, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Delete folders with specific name recursively

    > Is there anyway I could do this using MS-Dos commands You can run it as a batch job. That's what scripts are for. vbs files are executed either by …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Delete folders with specific name recursively

    I wrote this script a few years ago to do just that. You can modify it to restrict it to specific types of names. See attached. Usage: delete_older_than #days [folder] …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Limit sound frequencies

    I've attached two files. One is the zip file that contains the source code and compiled application. The other is an example config file. Once you install Equalizer APO, go …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Read word

    If you do a Split(line,"=") on each line you will get an array where element 0 has everything to the left of "=" and element 1 gets everything to the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft SkyDrive is dead and the hard of thinking killed it

    It seems there is more to the story. Apparently One.com, which offers cloud storage solutions under the name 'Cloud Drive' says that OneDrive will lead to confusion. One.com has been …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Possible edit window bug

    I did manage to get the code to format properly but I don't understand why it did not format properly as originally entered. here was a space between list item …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What movie have you seen lately?

    I'll have to have a look. We just finished The Legend of Korra and we need something new.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Possible edit window bug

    While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Possible edit window bug

    While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Possible edit window bug

    While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Possible edit window bug

    While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Possible edit window bug

    While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Limit sound frequencies

    The nice thing about Equalizer EPO is you get to define the frequencies, the number of bands, and you can specify the filter types (high, low, band-pass, etc).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Limit sound frequencies

    I had a similar problem. I have lost some hearing in the higher frequencies and was looking for a way to adjust the sound over all applications. I found Equalizer …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New to visual basic

    I think you should start with [this video tutorial for beginners](http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners). As for the explanation by ObSys, his terminology may be confusing. **This** is not a "dimension variable". It is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Microsoft SkyDrive is dead and the hard of thinking killed it

    Seen it. Love it.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how to match a fingerprint from database?

    From what I understand, fingerprints are not compared the way you would compare images. This is especially impractical considering the varying quality of fingerprints. Some are partials, others are smudged, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in New to visual basic

    I think you are going to have to ask a more specific question. I really do not know what you are asking. Also, for future reference, daniweb does not use …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited New to visual basic

    Hi all , Im starting to learn visual basic and I have a question if all dont mind to answer me , I need to know and identify each individual …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    Judging from what I've seen and heard on the news, a lot of New York is looking like this as well.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Getting dates of days in week in VB.net.

    Start with this Dim sdate As Date = CDate("2014-01-01") Dim edate As Date = CDate("2014-01-31") Do While sdate <= edate If IsWeekDay(sdate) Then ListBox1.Items.Add(sdate & " " & WeekdayName(Weekday(sdate))) End …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    I had to shovel steps into the snowbank that has piled up outside my back fence in order to get out of the yard. ![2d6a69ed62f6dc76ed62cc7756e269fc](/attachments/large/3/2d6a69ed62f6dc76ed62cc7756e269fc.jpg "2d6a69ed62f6dc76ed62cc7756e269fc")
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How is the weather today in your country?

    I'm about 8 miles away from stuugie and the dog want to go for a walk.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in window form Problem ?

    You have to refer to a particular instance of an object. Use form2.TextBox1.Text rather then form2.TextBox.Text

The End.