5,430 Posted Topics
Re: I see this was kicked around before so I will avoid to not call out any duplication of replies and move onto an idea for this. Ready? You'll have to make two listviews. One for the image, one for the text. More code but hey, that's the effect you want. … | |
Re: That appears to be a really old Socket 478 (Pentium 4 or Celeron) board. No schematic was issued for these so you rarely can repair them. The only good news is such is usually cheap on Ebay. At least here. The spark usually means the tech forgot to remove power … | |
Re: This is a stretch since it seems to work here. So here's an example with a goof on my part.  I have something in the search box but to the right of "test" is "13 hidden". Also in this shot I show the console sidebar. Clear the search box … | |
![]() | Re: I only used Dev C++ briefly so I can't recall if it allowed you to specify which directory to run in but I will bet you can specify command line parameters. Not one IDE I used in decades didn't have that. The early ones didn't have a pause after execution … ![]() |
Re: I'm going to write this is a well done question. But the search I used lead me to a Python solution that covers Windows, Linux and Mac OS at https://automatetheboringstuff.com/chapter18/ Also https://www.google.com/search?q=Generating+keystroke+using+Linux+OS&gl=US finds priors so to me this looks to be well done. | |
Re: This has a huge security issue. It appears the password is in clear text maybe all the way down to the database. This is not how to teach login systems. This when I see it gets a failing grade. More at https://www.geeksforgeeks.org/store-password-database/ "Storing plain text passwords in the database is … | |
It seems everytime I visit the homepage of daniweb.com I get a screen that is modern in design but is missing the mark so much so that others and I are bypassing it and going elsewhere. On top of that it shows duplicates of the same topic (see image) which … | |
Re: Where did you read that? What do you think about this? PS. I think you crossposted this across the web. What are folk telling you? | |
Re: I can't guess what you mean by "elements" so I'll use this sentence from a random book on C# to define that. > An array stores a fixed-size sequential collection of elements of the same type. So when you fill the array you keep count of how many elements then … | |
Start with https://www.google.com/search?q=google+banned+all+apple+repair+ads and there it is. It appears to be mostly about Apple products and when two juggernauts, dare I write collude even if openly, we all lose. Apple's repair system is OK when your device is under AppleCare but beyond that we see the repair price climb to … | |
Re: I'd consider rewriting this. Use the code format you see at https://www.w3schools.com/sql/func_mysql_case.asp | |
Re: Yup, it looks like India to me too. "Address: 4th Floor, Mridul Tower Opp. Bata Showroom, Ashram Rd, Navrangpura, Ahmedabad, Gujarat 380015, India" Welcome but please don't fib here. | |
Re: This sounds like the old discussion at https://www.daniweb.com/programming/software-development/threads/96638/trying-to-compare-the-contents-of-two-text-files-and-save-the-difference which used a few ideas. | |
Re: @amx86, You may want to add a tag to which VC++ you are using up top. I hope you understand that new apps in VB6 and VC 6.0 are from 1989 or earlier so this was the early days of the Internet and as the versions moved on the books … | |
Re: Many online compilers and such block the app from doing much more than basic operations. You should put this on a real server that you know can access the URL from. Also, you need to [vardump()](https://www.php.net/manual/en/function.var-dump.php) the variables on the reticent line if you can't see why it's doing that. | |
Re: The most common source of this issue is skipping the lessons. Go back through the tutorials since good classes and tutorials build up to the assignment. Skip a chapter and it's like an Ikea kit missing a component. | |
Re: You may have to do this manually once before you figure out how to code this. There is no real standard I see for PC Telephony. Your "call" could be on any number of apps and to send the call to the phone, that would be in the API of … | |
Re: So you're saying https://www.scrubly.com/blog/how-to-mac-contacts/how-to-print-envelopes-from-your-mac-os-x-contacts/ and other examples are now dead? | |
Re: I caught this UHD 4K 27 inch Sceptre for 210USD to my door in Oct 2019. What many don't know is that you can send it either 1080p or UHD video and it has HDMI, DisplayPort, and speakers if you don't have a sound system. Would buy again if I … | |
Re: The Python I use has no buttons. So I would be guessing what you use for your GUI components. Even so, we could research like this: https://www.google.com/search?q=python+hide+a+button&gl=US | |
Re: If all the above fails it is possible that your .ISO files are corrupt. I did run into a client that had such troubles and it turns out all their .ISO files were from less than reputable places and not one were any good as they used a downloader app … | |
Re: Just a shot in the dark here. Some older code would not work if the image size wasn't multiples of 8. You can guess why. That code is still out there floating around. I only share this as I think last year I ran into once again. | |
Re: Those pictures look normal. No clues there. Let's check out your hardware. Supply the web links to the following tests. 1. Speccy. Read how to share at https://www.piriform.com/docs/speccy/using-speccy/publishing-a-speccy-profile-to-the-web 2. Userbenchmark.com Share that too. | |
Re: Welcome to the forums. I fear you are missing out big time here as I searched this forum with https://www.daniweb.com/search/index?q=How+can+I+get+more+backlinks%3F and on google. Be sure to leverage what folk have written so far and don't fall for the scams out there. | |
Re: I see no line 36. Also line 16 looks suspect. Is it "Forgor" on purpose? | |
Re: You have a few nonsense posts. You can ask moderators to clean them off without losing points. | |
Re: @Nemesio, there were only printer drivers for that model for Window XP to 10 so the answer is no. If you hadn't buried your question we could chat about other ideas. Hint: Start a new discussion. | |
Re: Something's off because thousands use Steam, Steam games without having to fiddle with permissions or much else. Keep writing what may be different about your Windows and PC until a clue pops up. | |
One of the mantras of computing and just about anything data related is "**We only lose what we don't backup**" but some are taking offense that this is still the current state of computing today. Recently some owners call this out as "blaming the user", "you're holding it wrong" or … | |
I have it set to Daily Digest yet I get near instant alerts on posts I am watching. Maybe broke, or it's just me. | |
Re: "An app for your product-- is it a good investment?" You were not entirely clear what your product was. You mention a web site so if it's the usual web site with the usual products I will write no. I rarely hear web masters tell me it paid off. Now … | |
Re: Your posts show a possible fascination with TypeScript. TypeScript is a Microsoft idea about JavaScript so you would be looking for such in JavaScript then port it over. Let me blow up your ideas about TypeScript. It's not going to get a lot of traction for many reasons in the … | |
Re: This is one of those languages that appears to be under Microsoft's "[Extend, Embrace and Extinguish.](https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish)" TypeScript is noted also at https://en.wikipedia.org/wiki/TypeScript which appears to be very much like JavaScript. Since it is transcompiling to JavaScript you would not search for app or applets in TypeScript but JavaScript then port … | |
Re: I've seen that but it usually comes down to USB keyboards, BIOS and settings in the BIOS. Try what options you have for USB legacy and keyboard support in the BIOS. Be aware there is no one fix for this but many. I'm sharing the one I run into. | |
Re: I'm seeing 1.2 million for Dani, similar numbers for Happy Geek, James Cherrill. Me at 800K+. PS. Added with edit. Homepage change noticed too. Much better. | |
Re: As to the flickering I recall that happening in all Office versions since about 1997. Microsoft apparently does not work on making their Office product operate smoothly (at least not on Windows.) As a test I pasted web content into LibreOffice and it just worked without the warning messages. So … | |
Re: Off topic but http://www.bennet-tec.com/btCorporate/services.htm ends with a 404. | |
Re: Line 7 conforms to neither method documented at https://www.php.net/manual/en/mysqli-result.fetch-array.php Time to read that page and pick a style. | |
Re: When I select a tool, I have to consider the job at hand. A hammer one time, the blowtorch the next time. | |
Re: Small world. I'm seeing more and more questions about VB6 and its SQL connectors. I went over that in a very old app and we had to remove all SQL because of Windows 10. If you use ADO and SQL the installer hangs. So it's effectively dead. As a newbie … | |
Re: That's quite an undertaking you have there. My advice is to not code this at first. Break down the steps it takes from the beginning to the end. Why that matters is that without a road map you don't know where you'll go. Also, I find some don't have any … | |
Re: Too similar to https://stackoverflow.com/questions/56100222/accumulating-data-based-on-two-criteria If you crosspost be sure to share that so others don't duplicate efforts. Also, here your code formatting leaves some room for improvement. | |
Re: That's a common fault I see on older Dells. The usual cause of it failing to boot is "BAD CAPS." The symptom is hard starting and even harder if it's been off for a time. The machine will work (usually) after it's been warmed up. The usual fix is a … | |
Re: At some point you can't shelter them and maybe you should never do that after they figure out they can't fly. I'm thinking about all the "Jackass" and other "reality" shows that you see folk doing dumb and dumper. The Internet is mostly not truth and we can't expect governments … | |
Re: Just me chiming in here. On that other forum I moderate, alert emails have been hit or miss for a lot of members. The ones that don't have issues are on gmail or something other than what Dani noted. | |
Re: My view is simple. I don't tell you how to show your faith and you don't tell me. Deal? | |
Re: That old nut. The old fashion (?) way to crack this is to remote into some PC on that network then run the app on the PC on that lan. It's within the usual IT skill set so I'll stop here. | |
Re: I ran your code at https://www.onlinegdb.com/online_c++_compiler and it ran fine and produced the sum of the Integers I put in. Your code however is needlessly complicated I could do this without the array! | |
Re: That's an overly broad question. But if it was true, tell me without spamming what courses you completed on this product. It's strange to be thrown into SAP without training so let's here more about what happened to land you this job. |
The End.