5,436 Posted Topics
Re: The "clilck on the timestamp of the latest post," doesn't work for me for topics at https://www.daniweb.com/ To read latest replies I click on Read then the click on the timestamp works. At https://www.daniweb.com/ the mouse turns from a pointer to a pointer with a ? mark on the time … | |
Re: I worry that your definition of hang is that task manager or such has marked your app as "not responding." Windows is a nut job about this. Have you read any articles about tight loops in Windows apps like this one -> https://docs.microsoft.com/en-us/windows/desktop/win7appqual/preventing-hangs-in-windows-applications Your app may not be hung at … | |
Re: I could be wrong but it sounds like you are asking for code. But let's dive in. To look at this I read this link: https://wiki.qt.io/Qt_for_Python#What_does_Qt_for_Python_look_like.3F For item 1 you would craft code to test the tab name then set the object's enable property. Or a flag in the object's … | |
Re: I've never found such. And there are many reasons (hurdles?) why this isn't done. You can take a screen grab of each frame you want for your powerpoint then put that on a slide and make it that way. If you think you need to save what you nabbed with … | |
Re: Just a note. I went to that site and didn't see those ads, but I don't browse without Ublock Origin and Ghostery enabled. Just way too many dangers without these two. | |
Re: You may want to try it another way. Read https://stackoverflow.com/questions/42235997/python-tkinter-get-value-from-mutliple-checkboxes/42238564 | |
Re: My method. Connect it to any other PC and use DBAN (see google.) | |
Re: That's your work to do but here's why I can't do it for you (besides the problem you won't be doing your homework.) During your class they taught how they want the ERD done. How I would do this could be incorrect. Go back over your course material to find … | |
Re: I worry here. Your entry level IT staffer should be able to handle the first two requests. Let's tear into the first two. 1. Allow only the chrome brower to be active Remove rights for any other browser. Done. This is basic OS management skills. I'll pause on that. 2. … | |
Re: Here's the words to find the tutorials: https://www.google.com/search?q=VBoxManage+apple+os+resize+vhd Pick the solution you like. | |
Re: Let me ask a question about line 10. When I see the value 0, did you want the character 0 or null or did you want a zero as in '0'? | |
Re: Sorry I passed this discussion up. Why I skipped it is the unsupported Sierra. I've found such installs to be troublesome so my advice is to restore to when it worked (even Apple computers must have full backups.) Or bite the big one and install something supported. | |
Re: Your question appears to be: "most efficient, using a dictionary or a list." To answer that you would have to try both and benchmark the results. I hate to write this but here if the report doesn't take more than a minute we rarely rewrite it. | |
Re: https://www.google.com/search?q=smtp+gmail.com+port shows that's one of the ports. But I'd not use that yet. Instead I'd go get any working example from 2018 with a search like https://www.google.com/ then put in this for the search: **vb.net gmail send email "2018"** | |
Re: Please add what line you think the issue is at and "what is the issue" to this. As it stands your post looks to be a how-to. | |
Re: While I have used Excel since 1.0 days and spreadsheets since CP/M I have yet to trap a cell value. This may be why the lack of replies. Also -> https://archive.is/N1SMQ | |
Re: I think I'd check out prior discussions for this one. Example: https://www.google.com/search?q=convert+cout+to+printf | |
Re: That's something I would google. It's also a common SHILL POST that we banned from another forum. The poster turned out to be selling cables. This and another post is word for word what we removed on CNET forums. | |
Re: Just a nod to check firewalls. Both in Windows and the router. | |
Re: I'd find other posts about this and compare notes. The one, the only PC that did this had prior malware damage. Given your post about illegal activities I worry you took a bite from the forbidden fruit and now have issues. | |
Re: I think this is all up to you. For many topics you can use Google and [Google Scholar.](https://scholar.google.com/) In the news are Coding Bootcamps that cost thousands and don't deliver so at the moment I'm not going to write anything positive there until that industry gets cleaned up. | |
Re: Please read https://www.brentozar.com/archive/2015/10/alwayson-ag-databases-need-bigger-log-files/ first. In the discussion they note some tool to offload the logs. If you just backup, that's not going to affect the log size, will it? | |
Re: This is the old "letter frequency" code. You can see it done in 91 languages at https://www.rosettacode.org/wiki/Letter_frequency Just take that and adapt. | |
Re: I do not have this version to test with but some other. But I did have build issues a few years back and after some thinking I tried the CLEAN SOLUTION and the next time it did build. https://docs.microsoft.com/en-us/visualstudio/ide/building-and-cleaning-projects-and-solutions-in-visual-studio?view=vs-2017 and other articles note this. > Choose Clean Solution to delete … | |
Re: I don't see much in the way of comments but let's say that x and y are the values that drive the drawing. Given that won't you test that that x and y don't exceed the drawing bonderies before you draw? Something like: if x>xmax x=xmax ' Test and constrain … | |
Re: My work is mostly on commercial apps now. No more code goes to professors so if it works, it usually ships. This doesn't mean I'm lazy or won't make a choice about long term support but it also means if we can't tell a difference, then that code is committed … | |
Re: @Alan.davies. It gets even weirder as I check my old iPhone 6. The iPhone 6 display is 4.7 inches in size with a 16:9 resolution of 1334x750 (326 ppi, minus one row of pixels), so there are PCs with about that pixel count so checking if it's mobile by screen … | |
Re: Good luck in your cable business but moving on. Let's hear more about this USB drive. You and I will encounter failed USB sticks, SD cards and more that do this. You omitted details so let's here more. | |
Re: First, a big nod to http://winmerge.org/ for such work. Next, where's your code and where are you stuck? Read how this works here at https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question If you are hiring this out, put out a full spec and rates. | |
Re: Small world. At my brother's office we had a pair of K55's and a K53. Due to use and age the keyboards did give out and I picked up new ones on Amazon.com. I only have this one in my history but it's nearly the same for either k53 or … | |
The title of the new employee training module alone was a sign that times have changed. This topic never came up in all my years at any job. Here's the boil down of the course. > If there is an active shooter in the area, we suggest you first run … | |
Re: A funny hack would be to change all the attendee photos to Boris Yeltsin. Well that would have been a hoot. I can share that the few encounters with political parties is they tend to be cheap when it comes to web works. It shows at times. | |
Re: This might be Caesar Cipher instead of Cesar? Can you reveal how it differs? Don't cheat by checking the [118 solutions](https://www.rosettacode.org/wiki/Caesar_cipher). If you use that, you would not learn a thing and may get -100 points. Show your work and be sure to tell which line is failing. | |
Re: My thought is to look into URL query strings. Example reading at http://www.compciv.org/guides/python/how-tos/creating-proper-url-query-strings/ | |
Re: That info doesn't seem to give us a cause. Try adding more detail. 1. Make, model of the PSU. 2. Age of the components. 3. If you keep up the maintenance. Canned air, replace failed fans, etc. 4. A Web Speccy report. Read how at https://www.piriform.com/docs/speccy/using-speccy/publishing-a-speccy-profile-to-the-web | |
Re: Pretty vague but here goes. If I needed a macro to type something, I install a macro app and then create a macro. Since there are dozens of macro apps that's about as far as I can take you. Past that, most games now have checks and anticheat systems to … | |
Re: In C? No. I don't have a Speech API for Windows using just C. So that's a dead end. How about VBScript? Kind of easy there. https://www.instructables.com/id/Text-to-speech-using-VBS/ PS. Why the code limitation. IRL, no one does that except homework which you should reveal up front. | |
Re: Is this just a Hello World? If so, start with a working model. https://www.devdungeon.com/content/hello-world-nasm-assembler | |
Re: I'm not finding your questions. I see statements about what it should do, hundreds of lines of code but the questions don't stand out. Try again but read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first. As to run the same app each time, that is something I needed to deal with years ago. To get … | |
Re: My comment is the question itself needs work. I've never calculated what the regular expression would be. Maybe English isn't the first language here so try this instead. Don't omit question details. If you are presented the question, don't rewrite it. I see you revealed the real question later. | |
Re: Let's try easy. Add your IP to your HOSTS file. That way it will show on screen as some name but resolve to the IP. If folk show screen shots or look over your shoulder then the IP doesn't show. | |
Re: About line 28 and a few lines after, try a var_dump to see what's in those variabled. Need to learn more about PHP debugging? Try: https://www.google.com/search?q=var_dump+in+php+for+debugging | |
Re: > C# with SQL server for the back end. Around here, that was the bomb for data collection, reports and more. | |
Re: Let's chat about TWO THINGS. I'm going to condense the long post into 2 areas. 1. iterates through the contents of a media folder. (and crash.) 2. Transfers to your new phone. On item 1, this issue is not new. We saw that for decades on Windows where Windows File … | |
Re: I'm going to give you what I use outside of Visual Studio. It's call WinMerge. > What is WinMerge? >WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and … | |
Re: Let's start with line 1. Why did you put the keyword Public there? | |
Re: That's a rough start of a new post. Didn't find a question and no code as well as where you are stuck. Read the next link so you can improve your post. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: I googled what a 4U case looks like and first hit was https://www.amazon.com/Rosewill-Rackmount-Computer-Pre-Installed-RSV-R4000/dp/B0055EV30W This does not look very small. I'd start with the stock Intel HSF and see how it fares. | |
Re: I'm OK. I can write to DVD-R's in latest W10. Using CDBURNERXP from ninite.com. What app are you using? |
The End.