• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    The GOP doesn't like Trump any more than I do so i suspect they will try to get rid of him as soon as possible. He still has charges pending …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How to develop a mini project on chemical reaction?

    [Please read this before posting](https://www.daniweb.com/software-development/vbnet/threads/424836/please-read-this-before-posting) for suggestions on how to post questions effectively.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    I just saw a Fox "news" correspondent on the Kelly File trying to interview someone who was protesting Trump's win. After a few seconds the protestor shouted "Grab Trump by …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VB.Net linked forms

    You saw where I loaded the values into the text fields for frmDetails. Retrieve the details from the database and populate the DGV on frmDetails the same way you populate …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Character Analysis Program

    I see that the print statement uses parentheses which tells me this is 3.x code so it should work. Is it too much work for you to copy/paste the code …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Solution to Missing Metered Option on Windows 10 wi-fi Settings Page

    I thought this was only me, but apparently there are other users who have noticed that somewhere in the last few Microsoft Updates, the option to set a wi-fi connection …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Created Solution to Missing Metered Option on Windows 10 wi-fi Settings Page

    I thought this was only me, but apparently there are other users who have noticed that somewhere in the last few Microsoft Updates, the option to set a wi-fi connection …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows 10 Can't access metered connection

    If you are concerned about inadvertantly borking something by using a command like `netsh` that you are unfamiliar with you might use the following script code that I wrote up. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows 10 Can't access metered connection

    I was checking out my settings to lead you through the steps when I noticed that the `Advanced` link on my wi-fi settings was missing. This is where you would …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in VB.Net linked forms

    Here's a simple example. Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AddRow("Frank", "Bowles", "Parker") AddRow("Richard", "James", "Harvey") AddRow("Kenneth", "Harry", "Morgan") End Sub …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    The old world is dying and the new world struggles to be born. Now is the time of monsters. - Antonio Gramsci
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    By the way, there are a lot of (still vacant) apartment blocks being built in my end of town (Winnipeg) if anyone is looking to relocate ;-P
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    To better understand what has happened I suggest a reading of Poe's, [The System of Doctor Tarr and Professor Fether](http://poestories.com/read/systemoftarr).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    The big lie used to be that any kid could grow up to be president. It's not a lie any more.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    >he might do something to get himself impeached and go down in flames And then Mike Pence becomes president. Oh joy.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    It's 22:21 CST and all I can say is what the #### is wrong with you people!!!!!
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    [Click here for real time results](http://globalnews.ca/news/3038641/u-s-presidential-election-2016-live-real-time-results/)
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    >If the Republican Congressional leadership is smart, assuming she wins, they'll want to put this election, and Donald Trump, behind them Well, there's the problem. You have a party whose …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    @diafol - If you are basing "despised" just on what you've seen in the media you should consider that this wasn't the perception of Hillary until she started running and …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Good luck America

    Early indications are for a Clinton win. If the Dems take back the senate it will likely be 51-49. If it goes 50-50 then the veep gets the deciding vote. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    By the way, if you download and use the York free FORTRAN compiler I suggested I should point out that the command file to compile/link (f2exe.bat) by default uses the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    With the length of the code and the high numbers of GOTOs and multiple RETURNS (all of which lead me to believe that they didn't know shit about teaching comp …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    INFO == ITRMCD `ITRMCD` is set to zero at the start of `OPTSTD`. If it never gets another value then it returns `ITRMCD` to `OPTDRD` and `OPTDRD` can return that …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    An acquaintance emailed me recently. In the email she mentioned that if she were an American citizen she would be voting for Trump (she is a hard-core conservative). She also …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Where is the man who owes nothing to the land in which he lives? Whatever that land may be, he owes to it the most precious thing possessed by man, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    My mistake. Apparently Stephen G. Nash, "graduated in June 1982 from Stanford University, with a Ph.D. in Computer Science."
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    >analyze what the code does, and then re-implement that in C++ Have you seen the code? If someone handed it to you and said, "translate it" you would likely run …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    That is some massively butt-ugly code. I hope you have a large amount of test data that you can run through both the FORTRAN and C++ versions so that you …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Undeleted a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    `OPTDRD` calls `OPTSTD` and in `OPTSTD` the value of `ITRMCD` is set to a non-zero value at 600 ITRMCD=JTRMCD
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    `OPTDRD` calls `OPTSTD` and in `OPTSTD` the value of `ITRMCD` is set to a non-zero value at 600 ITRMCD=JTRMCD
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    `OPTDRD` calls `OPTSTD` and in `OPTSTD` the value of `ITRMCD` is set to a non-zero value at 600 ITRMCD=JTRMCD
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    I was going to post this in the [Memorable Quotations](https://www.daniweb.com/community-center/threads/197412/memorable-quotations) thread but I think it is more appropriate here. “The only thing necessary for the triumph of evil is for …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Apparently a meme has been floating around social media claiming that voters can “save time” and “avoid the line” by texting their votes for Hillary Clinton from home. Wonder how …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    Can you post the code? I spent a couple of decades programming in FORTRAN. Depending on the dialect and how much I remember I might be able to help.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in FORTRAN: Can Program Execution Jump Sub-routine?

    No.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Trivia - the word “idiot” came from Ancient Athens and originally meant people who don’t care about or participate in public affairs or politics. For those people who are so …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Arabic Numbers to Roman Numerals

    Show us what you have so far.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in How can I post the process logs in Textbox/Richtextbox

    The trick is to redirect the standard output. Have a look at the attached VB 2010 project. It implements a GUI where you can type a DOS command into a …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Random picture

    >I need to generate random pictures when spin button is clicked not numbers Pictures (in digital form) are nothing but numbers. If you are generating random numbers then you can …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Couple questions about Assembly

    >Doesn't "do this as best you can" add overhead? The people who write the tools (compilers, interpreters) generally know a lot more about optimization tricks than the rest of us. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Python 2 Versus Python 3

    What Gribouillis said. Python 2.x is a dead end so I see no reason not to focus on 3.x instead.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a program in python that counts the number of words in a sentence

    Hello guys!! I really need your help, I'm starting to use python and I have to write a program that counts the letters of a sentence entered by the user. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in c++ I would love to see how this works, could anyone show me?

    Sounds like homework. It also sounds like you haven't read the DaniWeb [Rules](https://www.daniweb.com/community/rules) or [Please read this before posting](https://www.daniweb.com/software-development/vbnet/threads/424836/please-read-this-before-posting).
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in What Programming Language Should I Use?

    >Check my code (It's not that hard to program this). It may not be hard to program that but without whitespace and comments it is much more difficult than it …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to happygeek in Trump

    Not forgetting he has to feed his hair, that must take a lot of water.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Updating several picture boxes with a for loop

    You can loop through all of the pictureboxes by For Each pbx As PictureBox In Me.Controls.OfType(Of PictureBox)() pbx.Image = ... Next or if you have named them with the same …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in help with Visual Basic

    Please read the [Daniweb posting rules](https://www.daniweb.com/community/rules) and try again. We will not do your homework for you. Show us what you have so far and where you are stuck.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Serious policy? Other than more tax cuts for the rich and throwing Hillary in jail, the only policy I have heard is "we're going to be looking into that".
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Help me about PASCAL

    anyone please help me to create an array of random data on as many as 20 data that appears on the screen, For example: random data 20 10 3 2 …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Help me about PASCAL

    anyone please help me to create an array of random data on as many as 20 data that appears on the screen, For example: random data 20 10 3 2 …

The End.