• Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in DaniWeb breaking links in posts

    How about modifying the bot until you find the problem so that it stops invalidating the links? Better to let a few dead links through for now instead of killing …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Expectation of Privacy in the "Turing Era"

    Republicans in the US have voted to gut FCC regulations that protect the privacy of internet users. The change in regulations would allow ISPs to sell customer data to marketers. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how can convert my own exe file protable app

    You could try copying everything in the `Release` folder (in your project) into a folder on the flash drive. I've done that when copying apps between two of my laptops, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in SSD for boot drive installation question?

    I have set up a dozen or so systems for friends/family, several with SSD/HDD combos. Regardless, I always use the same configuration. I create a C partition and a D …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    `/xd` is used to exclude subfolders and only applies when copying actual folders. `/sl` is used to replicate symlinks that are in the source tree to the target tree (rather …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Ranking multiple poker hands / multiple decks

    Hello All, I'm organizing a large charity "poker run" where I'll have hundreds of mountain bikers turning in 5 card hands to be ranked for handing out prizes. Instead of …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    What you are asking can not be done because it doesn't make sense. It's like asking someone to draw a square circle or an equilateral triangle with a right angle. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Weird problem, one browser works, other one does not

    @Robert_57 - you **do** realize that the browser version being used when this thread was created have been upgraded so many times that the questiob no longer requires an answer.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    >No way that happened That's the problem you run into swhen you have a president who consistently behaves in the way that he does. Nothing, no matter how outrageous, seems …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    You don't use robocopy to create a symlink. You can use the `junction` command to do that. D:\>junction /? Junction v1.02 - Win2K junction creator and reparse point viewer Copyright …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in "Run-time Error 430 - Class Does Not Support Automation"

    You are going to have to give us more information.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Run Time error 380

    >problem is: both text box show same data Of course they do. Your code Me.txtamount.Text = .SubItems(mlngCUST_LAST_IDX) Me.txtdate.Text = .SubItems(mlngCUST_LAST_IDX) is assigning the same value to both textboxes. C hange …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Revoked Solved Status for Run Time error 380

    When I click in listview control to send data in specific textbox then show the error. run time error 380 Invalid property value. I write this code: Private Sub LVEmp_ItemClick(ByVal …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in C Language Restaurant POS System

    Not to mention that it is super easy for the marker (if he/she is to inclined) to do a search online of your code to see if you just copied …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in hello people

    I also enjoy funny books and I also have gadgets, although I spend most of my time on just one (laptop). I used to be a programmer (I am now …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Slow Upload speeds on Windows 10

    Please note that most internet connections have a higher download than upload speed because most users consume (download) more data than they create (upload). Having said that, rproffitt's suggestion is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    Are you trying to exclude a subfolder of the symlink folder? If so, you can't do that. If I'm still mistaken then can you possibly explain what you want by …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Windows 10 showing updates available but not downloading

    It is possible that your connection somehow got switched to "metered". If set to metered, downloads are deferred, although for how long I am not sure. I've attached a script …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    >The above command did work within Robocopy, not in the way I had hoped. If it doesn't do what you want then it **isn't** working (the way you want). Technically, …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Convert Checkbox to Yes / No

    The easiest way to convert is ahodStat = IIf(chkAhod.Checked, "Yes", "No") in which case your code could be simplified to Private Sub btnCopyNotes_Click(sender As Object, e As EventArgs) Handles btnCopyNotes.Click …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    A symbolic link is just a pointer to a folder. It is typically used for compatibility reasons. They may also be called "junctions". For example, if you do the following …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Symbolic link with Robocopy ?

    As I understand it, the `/SL` switch says that rather than treating the symbolic link folder as a real folder (and doing a deep copy), just create a symbolic link …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in virtual reality

    Hang on. I'll drop everything I am doing just so I can do all your research for you.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Deep Freeze 7 no icon in taskbar, Ctrl+Shift+Alt+F6 not working

    Do you imagine that after four years the OP is still looking for a solution? Or even that any of the components (software or hardware) are still in use?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    If it's popular he'll claim it and if it isn't then he'll just say "What? You don't understand sarcasm?" >Ambiguity - the devil's volleyball. - Emo Phillips
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in how can I make money online with my android phone?

    You could also have someone take a video of you texting on it while 1. Crossing in traffic 1. Walking into a fountain 1. etc. and post it on youtube. …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in need help

    >Need help writing it What incentive do I have to help you write it when you haven't put any effort into it yourself?
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Need some assistance

    Sorry you lost your code. You just learned the value of "save often". But we're still not going to write it for you. You haven't shown us any effort on …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Funny. You often hear someone say "Chivalry isn't dead", but you never actually hear anyone say "Chivalry **is** dead."
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited About Me...

    Hello all, My name is Ronica and with various nick names that start with Ron being the most used. I'm from SA in Durbs, and just recently started exploring the …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hello. Please help me. How to do this in c++? Pattern like this.

    @nullptr: The displayed pattern got blitzed because it contained Markdown formatting symbols. I reformatted it as a code block to see if that fixed up the display. @jhai_1: You may …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Hello. Please help me. How to do this in c++? Pattern like this.

    * * * * * * * * * * * *
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited Creating a Pattern Display with C++

    Hello all, I am having issues with a homework assignment. My assignment is as follows: Write a program that uses a loop to display Pattern A below, followed by another …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Creating a Pattern Display with C++

    This thread has already been answered. Please start a new thread with your question. I strongly suggest you show us what you have done to try to solve the problem …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Undeleted a Post in Creating a Pattern Display with C++

    * * * * * * * * * * * * Please help me! Thanks
  • Member Avatar for Reverend Jim
    Reverend Jim

    Deleted a Post in Creating a Pattern Display with C++

    * * * * * * * * * * * * Please help me! Thanks
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I can't understand what is my error in my php

    There are several mistakes before we even get to your question. 1. You posted the title in ALL CAPS WHICH IS KIND OF RUDE (I corrected that) 1. You posted …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Edited I can't understand what is my error in my php

    Hi everyone hope you are ok i have mistake in my php and i cant find it. please help me I need to create 3 php . create table , …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    I am patient with stupidity but not with those who are proud of it. - Edith Sitwell
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Odd Folder that Windows refuses to delete ?

    In my experience, Microsoft has a poor record of cleaning up after itself when installing updates. I have never run into a problem deleting these leftover folders. Leaving them present …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Hello everyone

    Hello and welcome.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Memorable Quotations

    Why waste time discovering the truth when you can so easily create it? - David Baldacci
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Help me please

    That's not a request for help. That's a request to do your homework for you. We won't do that here. However, If you show us that you have put in …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Endorsed rproffitt

  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in I up voted an down voted answer , my comments don't show

    You can't upvote or downvote a comment. You can only upvote or downvote a post. If you just click on the thumbs up or thumbs down then the vote is …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Where are the format btns in reply or post went ?

    What type of device are you using? The edit box looks like the following if you are using a laptop/notebook/desktop. ![EditBox.png](/attachments/large/3/71fbbb392cb5afbc4ba3cd69769babf8.png "align-center")
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Where are the format btns in reply or post went ?

    There ARE buttons. Look just above the edit box. Specifically, there are buttons labeled `Code` anx `Inline Code`.
  • Member Avatar for Reverend Jim
    Reverend Jim

    Gave Reputation to ddanbe in Programming books

    I have read some source code from many books. Saying, yeah, that seems obvious. Until you type them in, there will allways be some small errors sneaking in. So my …
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Trump

    Finally revealed - the reason that the TrumpCare plan is so much thinner than ObamaCare. It consists of only three words. - Don't - Get - Sick
  • Member Avatar for Reverend Jim
    Reverend Jim

    Replied To a Post in Programming books

    In general? Not that I'm aware of. Learn to use your IDE for source level debugging. The big secret is to avoid making the most common mistakes up front. To …

The End.