4,911 Posted Topics
Re: Gonna get your kicks? I hope I'm not the only one here old enough to understand the reference. | |
Re: Registered letter perhaps? Anything that you can use to legally prove you gave them notice should do. | |
Re: Just a suggestion, but instead of repeatedly asking inane, vaguely worded, open-ended questions that seem intended only to boost your post count, why don't you try asking specific questions? If you don't put any thought into asking a question you are likely to get only inane, vaguely worded, open-ended answers … | |
Re: That should test the relationship. Have you ever wallpapered together? That's usually a deal breaker. | |
Re: The usual way is with a prompt and inputting a yes or no response. You might want to include a few brace brackets to enclose your main function and while loop. | |
Re: And the programming language is... I would guess c++ but, not knowing every language I don't want to assume. | |
Re: One piece of advice I wish I had learned in my younger years is "Spend less time trying to find the right person, and more time trying to **be** the right person." Good luck. | |
Re: If the question is "how do I change the background color" then the answer is button1.configure(bg = "red") or button1.configure(bg = "green") | |
Re: I've been using the [Brave Browser](https://brave.com/) for a couple of months now. It's based on Chrome and has built in ad blocking. It supports Chrome extensions. | |
Re: That will depend on 1. your platform (Windows/Mac/Linux) 1. your development environment (gnu, Visual C++, etc.) I would start by creating a GUI with nothing but stubs behind all the controls. Get the GUI working before adding in production code. That way you minimize complications (and the amount of code … | |
Re: >Not seeing a lot of morphine, just a loop, a few ints, some io! Maybe I'm just having an off day but I'm not getting the morphine reference `¯\_(ツ)_/¯` | |
Re: I suggest you use the Windows Task Scheduler to run your program at the given interval rather than relying on your program to continue running in the background. Using WTS would cover you if your program were to be interrupted for any reason (reboots, etc.). Plus it simplifies your code. | |
| |
Re: Have you looked at [Unity](https://unity.com/solutions/game) for game development? There are lots of tutorials available. | |
Re: The first thing I'd try is opening a command shell as Administrator and see if you can access the files. Failing that you can (still as admin) go to the root of the drive and type cacls * /e /t /g everyone:f /e = edit the ACLs (instead of replacing … | |
![]() | Re: Try `View -> Group By -> (none)`, then go to details view (CTRL-SHIFT-6) and pick your sort column. |
Re: Essential? How about operators who speak the target language clearly and fluently? | |
Re: A couple of quick observations. Please note that this is an English language forum. You bio is in Spanish. Your bio says nothing about you but DOES advertise the company you own or work for. If your intention is to advertise your company than the polite thing to do would … | |
Re: You insert code by using the `</>` tool or by indenting everything one tab (or four spaces). | |
Re: As far as I know, windows form control library is for building custom controls. You wan windows forms app. | |
Re: Sounds like you need a loop. What have you tried so far? In pseudo -code it looks sort of like this (with the test at the top) continue = yes while continue = yes Get user input Do processing Prompt user to continue | |
Re: >"Driver Hell" is real To be fair, it's much easier for Apple to minimize driver problems when they have complete control over the hardware. Microsoft can only provide the interface, then hope that the hardware manufacturers follow the rules when it comes to writing the drivers. Of course, that also … | |
Re: I had to set up a batch file to do this years ago in vbScript. Now I would write it in Python but here is the original. I suggest you try it in a test folder to make sure it does what you want. ' ' ' Name: ' ' … | |
Re: `xcopy` with `/t` and `/e` options will do this. Type `xcopy /?` for details. | |
Re: Don't hold your breath. The OP hasnb't been on this site in 8 years. | |
![]() | Re: >Does that mean Microsoft is not to be trusted? Why focus on just that? There are so many other reasons to not trust Microsoft. Aside from Cortana, I've noticed that OneDrive keeps coming back. Fortunately I can make it go away quickly by importing `DisbleOneDrive.reg` which contains REGEDIT4 [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}] @="OneDrive" … |
Re: Sounds like homework. You won't learn anything if we do it for you. Please show us whet you have done so far. Please take a few minutes to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). | |
Re: Welcome to Daniweb. Please take a few minutes to read the [Community Rules](https://www.daniweb.com/welcome/rules). | |
Re: Do any other USB devices work? Are you able to boot from a Linux LiveCD or any other bootable USB? Have USB sticks ever worked on this particular machine? If not then USB may be disabled in the BIOS. | |
Re: [Virtual CLone Drive](https://www.elby.ch/en/products/vcd.html) also works. And it's free. | |
I am being over-notified. I started a new thread to tell the community that "Active State Komodo IDE Now Free". I got four emails telling me I had started a new thread.  pritaeas endorsed me in - web development - hardware and software - computer science I received 5, … | |
Re: If the default password has ever been changed you may have to reset the router to factory. I find that a cable connection is best when setting initial security. | |
Re: I'll also mention that if you post code here it stays here. If you link to code on another site and that site, or the post goes away then this thread becomes useless. | |
Re: 1. What is the result of `echo $sql;` (what is the actual sql query string)? 1. Are you getting any error messages? | |
Re: You can bookmark posts by using the bookmark tool at the lower right of every post, then reference them by `Hamburger -> Topics and Posts -> Bookmarked Posts`. Or you can use other items in the same menu to see a list of threads you have started, or posts you … | |
Fot anyone who is a fan of the Active State Komodo IDE it is now available free and can be downloaded [here](https://www.i-programmer.info/news/90-tools/13411-activestate-komodo-ide-now-free.html). According to their blurb... >There will no longer be a fee for Komodo, the multi-language IDE for Python, PHP, JavaScript, HTML5, CSS, Node.js, Golang, Ruby, Perl, and a … | |
Re: What is this "log out" thing you are talking about. Sounds like [heresy](https://randysrandom.com/no-bones-about-it/) to me ^_^ | |
Re: Interesting that you added the tag `Python` for this thread. The website you linked to doesn't do justice to the language. Can you give us some idea as to what this language offers that is better than (for example) Python, Go, Swift, etc.? My first impression after looking at the … | |
| |
Re: calculateCharges is the function you have to write to determine how much a customer pays. You pass it the number of hours parked, | |
Re: The tag says `php` but the format of the query string does not depend on the language, just on the specific db engine. | |
Re: What you posted is not fully tested, reusable code. What you posted is a question which clearly falls under the default category of "discussion/question". When you created this thread, right above the area where you pasted your code was: >DO NOT post code with errors or known bugs. Code snippets … | |
Re: Welcome to Daniweb. Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules), particularly the one about hijacking threads. I would also like to mention that if you want to use Daniweb to advertise (I removed your ad link) it would be polite to purchase an ad in order to help support the site. | |
Re: I don't see the benefit of collapsible comments, but while we are on the subject of comments, could we display comments in chronological order? When I comment on a post that already has a comment I think my comment should go at the end of the list of comments, not … | |
Re: In the future please use `discussion/question` (the default) for threads like this one. `Code Snippet` is reserved for sharing working, and hopefully well documented code with others. |
The End.