-
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 … -
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. … -
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, … -
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 … -
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 … -
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 … -
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. … -
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. -
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 … -
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 … -
Replied To a Post in "Run-time Error 430 - Class Does Not Support Automation"
You are going to have to give us more information. -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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 … -
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, … -
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 … -
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 … -
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 … -
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. -
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? -
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 -
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. … -
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? -
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 … -
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." -
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 … -
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 … -
Edited Hello. Please help me. How to do this in c++? Pattern like this.
* * * * * * * * * * * * -
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 … -
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 … -
Undeleted a Post in Creating a Pattern Display with C++
* * * * * * * * * * * * Please help me! Thanks -
Deleted a Post in Creating a Pattern Display with C++
* * * * * * * * * * * * Please help me! Thanks -
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 … -
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 , … -
Replied To a Post in Memorable Quotations
I am patient with stupidity but not with those who are proud of it. - Edith Sitwell -
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 … -
Replied To a Post in Hello everyone
Hello and welcome. -
Replied To a Post in Memorable Quotations
Why waste time discovering the truth when you can so easily create it? - David Baldacci -
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 … -
Endorsed rproffitt
-
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 … -
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.  -
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`. -
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 … -
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 -
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.